Re: [PATCH v2 12/15] linux-user/s390x: Fix frame_addr corruption in setup_frame

2021-04-29 Thread David Hildenbrand
On 28.04.21 21:34, Richard Henderson wrote: The original value of frame_addr is still required for its use in the call to unlock_user_struct below. Signed-off-by: Richard Henderson --- linux-user/s390x/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/s3

[PATCH v2 12/15] linux-user/s390x: Fix frame_addr corruption in setup_frame

2021-04-28 Thread Richard Henderson
The original value of frame_addr is still required for its use in the call to unlock_user_struct below. 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 b