[GIT PULL] s390 fixes for 6.10-rc3
From: Alexander Gordeev
Date: Fri Jun 07 2024 - 10:19:53 EST
Hi Linus,
please pull s390 fixes for 6.10-rc3.
Please note that "KVM: s390x: selftests: Add shared zeropage test" was
supposed to go into 6.10-rc1, but was postponed due to a build error,
which is fixed as:
diff -u b/tools/testing/selftests/kvm/s390x/shared_zeropage_test.c b/tools/testing/selftests/kvm/s390x/shared_zeropage_test.c
--- b/tools/testing/selftests/kvm/s390x/shared_zeropage_test.c
+++ b/tools/testing/selftests/kvm/s390x/shared_zeropage_test.c
@@ -11,6 +11,7 @@
#include "test_util.h"
#include "kvm_util.h"
#include "kselftest.h"
+#include "ucall_common.h"
static void set_storage_key(void *addr, uint8_t skey)
{
The original version bc54d7c6050e had soaked in linux-next for few builds:
next-20240422
next-20240424
next-20240426
next-20240429
next-20240430
next-20240501
next-20240502
Thanks,
Alexander
The following changes since commit c3f38fa61af77b49866b006939479069cd451173:
Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.10-3
for you to fetch changes up to 01c51a32dc18f128d2e55a7b2128b77fc01a2285:
KVM: s390x: selftests: Add shared zeropage test (2024-06-05 17:03:24 +0200)
----------------------------------------------------------------
s390 updates for 6.10-rc3
- Do not create PT_LOAD program header for the kenel image when
the virtual memory informaton in OS_INFO data is not available.
That fixes stand-alone dump failures against kernels that do not
provide the virtual memory informaton
- Add KVM s390 shared zeropage selftest
----------------------------------------------------------------
Alexander Gordeev (1):
s390/crash: Do not use VM info if os_info does not have it
David Hildenbrand (1):
KVM: s390x: selftests: Add shared zeropage test
arch/s390/kernel/crash_dump.c | 54 +++++-----
tools/testing/selftests/kvm/Makefile | 1 +
.../selftests/kvm/s390x/shared_zeropage_test.c | 111 +++++++++++++++++++++
3 files changed, 142 insertions(+), 24 deletions(-)
create mode 100644 tools/testing/selftests/kvm/s390x/shared_zeropage_test.c