summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0012-x86-pkru-Provide-.-_pkru_ins-functions.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0012-x86-pkru-Provide-.-_pkru_ins-functions.patch')
-rw-r--r--debian/patches-rt/0012-x86-pkru-Provide-.-_pkru_ins-functions.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches-rt/0012-x86-pkru-Provide-.-_pkru_ins-functions.patch b/debian/patches-rt/0012-x86-pkru-Provide-.-_pkru_ins-functions.patch
index 828bc964a..13b427d23 100644
--- a/debian/patches-rt/0012-x86-pkru-Provide-.-_pkru_ins-functions.patch
+++ b/debian/patches-rt/0012-x86-pkru-Provide-.-_pkru_ins-functions.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Thu, 21 Mar 2019 13:15:32 +0100
Subject: [PATCH 12/27] x86/pkru: Provide .*_pkru_ins() functions
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.7-rt5.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.10-rt7.tar.xz
Dave Hansen has asked for __read_pkru() and __write_pkru() to be symmetrical.
As part of the series __write_pkru() will read back the value and only write it
@@ -67,7 +67,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
}
--- a/arch/x86/kvm/vmx/vmx.c
+++ b/arch/x86/kvm/vmx/vmx.c
-@@ -6630,7 +6630,7 @@ static void vmx_vcpu_run(struct kvm_vcpu
+@@ -6632,7 +6632,7 @@ static void vmx_vcpu_run(struct kvm_vcpu
*/
if (static_cpu_has(X86_FEATURE_PKU) &&
kvm_read_cr4_bits(vcpu, X86_CR4_PKE)) {