qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/5] linux-user/s390x: Fix psw.mask handling in signals


From: Christian Borntraeger
Subject: Re: [PATCH 0/5] linux-user/s390x: Fix psw.mask handling in signals
Date: Tue, 15 Jun 2021 11:02:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0



On 15.06.21 05:07, Richard Henderson wrote:
The PSW_MASK_CC component of psw.mask was not handled properly
in the creation or restoration of signal frames.



Maybe add a Reported-by: jonathan.albrecht@linux.vnet.ibm.com
in the right patches?

Richard Henderson (5):
   target/s390x: Expose load_psw and get_psw_mask to cpu.h
   target/s390x: Do not modify cpu state in s390_cpu_get_psw_mask
   target/s390x: Improve s390_cpu_dump_state vs cc_op
   target/s390x: Use s390_cpu_{set_psw,get_psw_mask} in gdbstub
   linux-user/s390x: Save and restore psw.mask properly

  target/s390x/cpu.h         |   3 ++
  target/s390x/internal.h    |   5 --
  linux-user/s390x/signal.c  |  37 ++++++++++++--
  target/s390x/cc_helper.c   |   2 +-
  target/s390x/excp_helper.c |  28 +++++-----
  target/s390x/gdbstub.c     |  15 +-----
  target/s390x/helper.c      | 101 ++++++++++++++++++++-----------------
  target/s390x/sigp.c        |   3 +-
  8 files changed, 110 insertions(+), 84 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]