mbox series

[kvm-unit-tests,v1,0/2] s390x misc fixes

Message ID 20221018140951.127093-1-imbrenda@linux.ibm.com (mailing list archive)
Headers show
Series s390x misc fixes | expand

Message

Claudio Imbrenda Oct. 18, 2022, 2:09 p.m. UTC
Two unrelated misc fixes for s390x:

* abort immediately and without printing anything if a program interrupt is
  received inside an interrupt handler
* fix the uv-host test so that it allocates UV memory properly

Claudio Imbrenda (2):
  lib: s390x: terminate if PGM interrupt in interrupt handler
  s390x: uv-host: fix allocation of UV memory

 lib/s390x/asm/arch_def.h | 11 +++++++++++
 lib/s390x/interrupt.c    | 18 ++++++++++++++----
 s390x/uv-host.c          |  2 +-
 3 files changed, 26 insertions(+), 5 deletions(-)