diff --git a/patches/kernel/0003-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch b/patches/kernel/0003-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch index e091878..bad2046 100644 --- a/patches/kernel/0003-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch +++ b/patches/kernel/0003-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch @@ -54,10 +54,10 @@ Signed-off-by: Fabian Grünbichler 2 files changed, 110 insertions(+) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt -index 2970a6bcf858..935a805afe60 100644 +index 11bf7af493e1..4c3d21a1b79f 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt -@@ -3125,6 +3125,15 @@ +@@ -3127,6 +3127,15 @@ Also, it enforces the PCI Local Bus spec rule that those bits should be 0 in system reset events (useful for kexec/kdump cases). diff --git a/patches/kernel/0010-KVM-Take-vcpu-mutex-outside-vcpu_load.patch b/patches/kernel/0010-KVM-Take-vcpu-mutex-outside-vcpu_load.patch index 5676f18..4335c9a 100644 --- a/patches/kernel/0010-KVM-Take-vcpu-mutex-outside-vcpu_load.patch +++ b/patches/kernel/0010-KVM-Take-vcpu-mutex-outside-vcpu_load.patch @@ -33,10 +33,10 @@ Signed-off-by: Thomas Lamprecht 4 files changed, 15 insertions(+), 28 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c -index bf348fee4bd5..38e50b40db5a 100644 +index 35a212169043..a4a11751df22 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c -@@ -9959,10 +9959,8 @@ static void vmx_switch_vmcs(struct kvm_vcpu *vcpu, struct loaded_vmcs *vmcs) +@@ -9960,10 +9960,8 @@ static void vmx_switch_vmcs(struct kvm_vcpu *vcpu, struct loaded_vmcs *vmcs) static void vmx_free_vcpu_nested(struct kvm_vcpu *vcpu) { struct vcpu_vmx *vmx = to_vmx(vcpu); diff --git a/patches/kernel/0012-KVM-x86-Emulate-MSR_IA32_ARCH_CAPABILITIES-on-AMD-ho.patch b/patches/kernel/0012-KVM-x86-Emulate-MSR_IA32_ARCH_CAPABILITIES-on-AMD-ho.patch index 07f8ec8..8b6857e 100644 --- a/patches/kernel/0012-KVM-x86-Emulate-MSR_IA32_ARCH_CAPABILITIES-on-AMD-ho.patch +++ b/patches/kernel/0012-KVM-x86-Emulate-MSR_IA32_ARCH_CAPABILITIES-on-AMD-ho.patch @@ -49,7 +49,7 @@ index e76012ca0ddc..fa57f78dff2d 100644 /* * Paging state of the vcpu diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c -index 38e50b40db5a..1911ec5e26c1 100644 +index a4a11751df22..a6c1b23ea9a4 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -750,7 +750,6 @@ struct vcpu_vmx {