]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'kvm-s390-master-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorRadim Krčmář <rkrcmar@redhat.com>
Tue, 4 Apr 2017 12:42:51 +0000 (14:42 +0200)
committerRadim Krčmář <rkrcmar@redhat.com>
Tue, 4 Apr 2017 12:42:51 +0000 (14:42 +0200)
commit34fcf05b1557f1f8d6801d9dde30ac1d13213ba3
tree4750c3cfb767393da19adffdbbcc7212e694cb7d
parenta71c9a1c779f2499fb2afc0553e543f18aff6edf
parent232b8e3b1d4946a45e3b9dd4c282b12a085dd39d
Merge tag 'kvm-s390-master-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux

From: Christian Borntraeger <borntraeger@de.ibm.com>

KVM: s390: Fix instruction-execution-protection/change-recording override

This is a fix that prevents translation exception errors
on valid page tables for the instruction-exection-protection
support. This feature was added during the 4.11 merge window.
We have to remove an old check that would trigger if the
change-recording override is not available (e.g. edat1 disabled
via cpu model).