mbox series

[kvm-unit-tests,v1,0/2] s390x: add tests for diag258

Message ID 20240917153611.138883-1-nrb@linux.ibm.com (mailing list archive)
Headers show
Series s390x: add tests for diag258 | expand

Message

Nico Boehr Sept. 17, 2024, 3:35 p.m. UTC
Add tests for diag258 handling on s390x.

There recently was a bugfix in the kernel:
https://lore.kernel.org/r/20240917151904.74314-2-nrb@linux.ibm.com

This adds tests for it.

Nico Boehr (2):
  s390x: add test for diag258
  s390x: edat: move LC_SIZE to arch_def.h

 lib/s390x/asm/arch_def.h |   1 +
 s390x/Makefile           |   1 +
 s390x/diag258.c          | 250 +++++++++++++++++++++++++++++++++++++++
 s390x/edat.c             |   1 -
 s390x/unittests.cfg      |   3 +
 5 files changed, 255 insertions(+), 1 deletion(-)
 create mode 100644 s390x/diag258.c