v3: --- * reverse christmas tree (thanks Claudio) * test invalid refcodes first since other test rely on it (thanks Claudio) * use an invalid refbk to detect whether diag is available v2: --- * do not run test under TCG Add tests for diag258 handling on s390x. There recently was a bugfix in the kernel: https://lore.kernel.org/r/20240917151904.74314-2-nrb@xxxxxxxxxxxxx This adds tests for it. Nico Boehr (2): s390x: edat: move LC_SIZE to arch_def.h s390x: add test for diag258 lib/s390x/asm/arch_def.h | 1 + s390x/Makefile | 1 + s390x/diag258.c | 259 +++++++++++++++++++++++++++++++++++++++ s390x/edat.c | 1 - s390x/unittests.cfg | 3 + 5 files changed, 264 insertions(+), 1 deletion(-) create mode 100644 s390x/diag258.c -- 2.46.2