Re: [PATCH v2 10/15] linux-user/s390x: Set psw.mask properly for the signal handler

2021-04-29 Thread David Hildenbrand
On 28.04.21 21:34, Richard Henderson wrote: Note that PSW_ADDR_{64,32} are called PSW_MASK_{EA,BA} in the kernel source. Signed-off-by: Richard Henderson --- linux-user/s390x/signal.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/linux-user/s390x/signal.c b/linux-user/s390x/signa

[PATCH v2 10/15] linux-user/s390x: Set psw.mask properly for the signal handler

2021-04-28 Thread Richard Henderson
Note that PSW_ADDR_{64,32} are called PSW_MASK_{EA,BA} in the kernel source. Signed-off-by: Richard Henderson --- linux-user/s390x/signal.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/linux-user/s390x/signal.c b/linux-user/s390x/signal.c index 64a9eab097..17f617c655 100644 --- a/li