Re: [PATCH v2 05/15] linux-user/s390x: Fix trace in restore_regs

2021-04-29 Thread David Hildenbrand
On 28.04.21 21:33, Richard Henderson wrote: Directly reading sc->regs.psw.addr misses the bswap that may be performed by __get_user. Signed-off-by: Richard Henderson --- linux-user/s390x/signal.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linux-user/s390x/signal

[PATCH v2 05/15] linux-user/s390x: Fix trace in restore_regs

2021-04-28 Thread Richard Henderson
Directly reading sc->regs.psw.addr misses the bswap that may be performed by __get_user. Signed-off-by: Richard Henderson --- linux-user/s390x/signal.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linux-user/s390x/signal.c b/linux-user/s390x/signal.c index e455a9818d.