mbox series

[0/3] linux-user/s390x: some signal fixes

Message ID 20210428033204.133471-1-richard.henderson@linaro.org
Headers show
Series linux-user/s390x: some signal fixes | expand

Message

Richard Henderson April 28, 2021, 3:32 a.m. UTC
The first patch fixes a clang sanitize=undefined abort.

The second patch is probably does too much and should be split,
but I'm lazy tonight.  I'll wait for comment before changes.

The third patch is new functionality, which should have gone
in with the s390x vector support.


r~


Richard Henderson (3):
  linux-user/s390x: Fix sigframe types
  linux-user/s390x: Clean up signal.c
  linux-user/s390x: Handle vector regs in signal stack

 linux-user/s390x/signal.c | 265 +++++++++++++++++++++++---------------
 1 file changed, 159 insertions(+), 106 deletions(-)