Re: [PATCH 12/19] x86/signal: Land on &frame->retcode when vdso isn't mapped

From: Andy Lutomirski
Date: Sun Nov 08 2020 - 14:07:05 EST


On Sat, Nov 7, 2020 at 9:17 PM Dmitry Safonov <dima@xxxxxxxxxx> wrote:
>
> Since commit 9fbbd4dd17d0 ("x86: Don't require the vDSO for handling
> a.out signals") after processing 32-bit signal if there is no vdso
> mapped frame->retcode is used as a landing.
> Do the same for rt ia32 signals.

Am I reading correctly that this makes the ia32 compat signals match
the native ia32 case?

--Andy