Re: [PATCH 1/2] linux-user/alpha: Fix rt sigframe return

2021-04-22 Thread Philippe Mathieu-Daudé
On 4/22/21 8:08 PM, Richard Henderson wrote: > We incorrectly used the offset of the non-rt sigframe. > > Signed-off-by: Richard Henderson > --- > linux-user/alpha/signal.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

Re: [PATCH 1/2] linux-user/alpha: Fix rt sigframe return

2021-04-22 Thread Laurent Vivier
Le 22/04/2021 à 20:08, Richard Henderson a écrit : > We incorrectly used the offset of the non-rt sigframe. > > Signed-off-by: Richard Henderson > --- > linux-user/alpha/signal.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/linux-user/alpha/signal.c b/linux-user/alph

[PATCH 1/2] linux-user/alpha: Fix rt sigframe return

2021-04-22 Thread Richard Henderson
We incorrectly used the offset of the non-rt sigframe. Signed-off-by: Richard Henderson --- linux-user/alpha/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/alpha/signal.c b/linux-user/alpha/signal.c index c5c27ce084..86f5d2276d 100644 --- a/linux-user/alp