Re: [PATCH 0/2] X32 syscall cleanups

From: Christoph Hellwig
Date: Tue Jul 14 2020 - 02:40:09 EST


On Tue, Jun 16, 2020 at 10:23:13AM -0400, Brian Gerst wrote:
> Christoph Hellwig uncovered an issue with how we currently handle X32
> syscalls. Currently, we can only use COMPAT_SYS_DEFINEx() for X32
> specific syscalls. These changes remove that restriction and allow
> native syscalls.

Did this go anywhere?