Re: [PATCH 3/3] x86-32: Remove asmlinkage_protect

From: Andy Lutomirski
Date: Wed May 04 2016 - 23:29:46 EST


On Wed, May 4, 2016 at 7:44 PM, Brian Gerst <brgerst@xxxxxxxxx> wrote:
> Now that syscalls are called from C code, which copies the args to new stack
> slots instead of overlaying pt_regs, asmlinkage_protect is no longer needed.

Acked-by: Andy Lutomirski <luto@xxxxxxxxxx>

asmlinkage_protect was pretty gross...

--Andy