Re: [PATCH v2 06/15] linux-user/s390x: Fix sigcontext sregs value

2021-04-29 Thread David Hildenbrand
On 28.04.21 21:33, Richard Henderson wrote: Using the host address of &frame->sregs is incorrect. We need the guest address. Signed-off-by: Richard Henderson --- linux-user/s390x/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/s390x/signal.c b/linux-us

[PATCH v2 06/15] linux-user/s390x: Fix sigcontext sregs value

2021-04-28 Thread Richard Henderson
Using the host address of &frame->sregs is incorrect. We need the guest address. Signed-off-by: Richard Henderson --- linux-user/s390x/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/s390x/signal.c b/linux-user/s390x/signal.c index dcc6f7bc02..f8515dd332 1