Re: [PATCH] fixup! signal: factor copy_siginfo_to_external32 from copy_siginfo_to_user32

From: Arnd Bergmann
Date: Wed Apr 29 2020 - 08:34:41 EST


On Wed, Apr 29, 2020 at 1:53 PM Christoph Hellwig <hch@xxxxxx> wrote:
>
> I did another pass at this, reducing the overhead of the x32 magic
> in common code down to renaming copy_siginfo_to_user32 to
> copy_siginfo_to_user32 and having a conditional #define to give it
> the old name back:

Nice! I guess this is about as good as it gets, so we can stop
spending more time on it now ;-)

Arnd