David Gibson <da...@gibson.dropbear.id.au> writes:
> On Wed, Sep 11, 2019 at 10:33:45AM -0400, Richard Henderson wrote: >> On 9/11/19 5:39 AM, Alex Bennée wrote: >> > We were incorrectly setting NIP resulting in a segfault. This fixes >> > linux-test for this ABI. >> >> Perhaps better: >> We were incorrectly using the 64-bit AIX ABI instead of the 32-bit SYSV ABI >> for >> setting NIP for the signal handler. > > Applied to ppc-for-4.2, with Richard's updated description. > > For future reference, it's better to directly CC me on such patches. > I only barely keep on top of the mailing lists, so if you just send it > there it's likely to be some time before I pick it up, or even get > lost entirely. Should you be added to linux-user/ppc/ in MAINTAINERS? > >> >> ? >> >> > >> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> >> > --- >> > linux-user/ppc/signal.c | 4 +++- >> > 1 file changed, 3 insertions(+), 1 deletion(-) >> >> Anyway, >> Reviewed-by: Richard Henderson <richard.hender...@linaro.org> >> -- Alex Bennée