]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'kvm-x86-selftests-6.7-rcN' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 Dec 2023 18:49:38 +0000 (13:49 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 Dec 2023 18:49:38 +0000 (13:49 -0500)
commit1c3c87d720cbd1ff86dc1bfc6df8ee9adce5879b
treec8f1dc290cebae5b3ce765c320f567ef30ce1c93
parent80583d0cfd8ff44d60a5fa76a6bf3c08eb67c328
parent1b2658e4c709135fe1910423d3216632f641baf9
Merge tag 'kvm-x86-selftests-6.7-rcN' of https://github.com/kvm-x86/linux into HEAD

KVM selftests fixes for 6.8 merge window:

 - Fix an annoying goof where the NX hugepage test prints out garbage
   instead of the magic token needed to run the text.

 - Fix build errors when a header is delete/moved due to a missing flag
   in the Makefile.

 - Detect if KVM bugged/killed a selftest's VM and print out a helpful
   message instead of complaining that a random ioctl() failed.

 - Annotate the guest printf/assert helpers with __printf(), and fix the
   various bugs that were lurking due to lack of said annotation.

A small subset of these was included in 6.7-rc as well.
tools/testing/selftests/kvm/set_memory_region_test.c