Re: [PATCH v3 6/8] x86-32: Enable syscall wrappers

From: Andy Lutomirski
Date: Fri Feb 28 2020 - 14:01:11 EST


On Thu, Feb 27, 2020 at 5:28 AM Brian Gerst <brgerst@xxxxxxxxx> wrote:
>
> Enable pt_regs based syscalls for 32-bit. This makes the 32-bit native
> kernel consistent with the 64-bit kernel, and improves the syscall
> interface by not needing to push all 6 potential arguments onto the stack.

Was the change to the table mechanically generated or mechanically
verified? If so, how?

After this goes in, I should dust off my code to get rid of all the
__abi crud in the tables. I never quite got it working well enough,
but your series should help.

--Andy