https://github.com/torvalds/linux
Revision 2673cb6849722a4ffd74c27a9200a9ec43f64be3 authored by Paolo Bonzini on 06 May 2020, 12:09:17 UTC, committed by Paolo Bonzini on 06 May 2020, 12:09:17 UTC
KVM: s390: Fix for running nested uner z/VM

There are circumstances when running nested under z/VM that would trigger a
WARN_ON_ONCE. Remove the WARN_ON_ONCE. Long term we certainly want to make this
code more robust and flexible, but just returning instead of WARNING makes
guest bootable again.
2 parent s 495907e + 5615e74
History
Tip revision: 2673cb6849722a4ffd74c27a9200a9ec43f64be3 authored by Paolo Bonzini on 06 May 2020, 12:09:17 UTC
Merge tag 'kvm-s390-master-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
Tip revision: 2673cb6
File Mode Size
include
.gitignore -rw-r--r-- 94 bytes
Kconfig -rw-r--r-- 7.1 KB
Makefile -rw-r--r-- 2.9 KB
default_cpio_list -rw-r--r-- 153 bytes
gen_init_cpio.c -rw-r--r-- 12.8 KB
gen_initramfs.sh -rwxr-xr-x 5.7 KB
initramfs_data.S -rw-r--r-- 1.2 KB

back to top