From 46396362f1cf6bf0b29d8b606c97ca8dfaeb00a3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 23 Oct 2019 17:17:42 +0200 Subject: [PATCH] rebase patches on top of Ubuntu-5.0.0-33.35 (generated with debian/scripts/import-upstream-tag) Signed-off-by: Thomas Lamprecht --- ...3-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch | 2 +- ...5-Revert-KVM-VMX-enable-nested-virtualization-by-defau.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 0717a7c..c24aa7c 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 @@ -75,7 +75,7 @@ index 3dda6833f586..241de26a2f17 100644 Safety option to keep boot IRQs enabled. This should never be necessary. diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c -index 66eac47bbdd6..315e170523d8 100644 +index e2479ccedc91..4981d0ec7960 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -194,6 +194,106 @@ static int __init pci_apply_final_quirks(void) diff --git a/patches/kernel/0005-Revert-KVM-VMX-enable-nested-virtualization-by-defau.patch b/patches/kernel/0005-Revert-KVM-VMX-enable-nested-virtualization-by-defau.patch index b6140b3..842fec0 100644 --- a/patches/kernel/0005-Revert-KVM-VMX-enable-nested-virtualization-by-defau.patch +++ b/patches/kernel/0005-Revert-KVM-VMX-enable-nested-virtualization-by-defau.patch @@ -18,7 +18,7 @@ Signed-off-by: Thomas Lamprecht 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c -index fb467d310c99..3759f52b5966 100644 +index 87e476f7ef15..d27b75c41982 100644 --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c @@ -106,7 +106,7 @@ module_param(enable_apicv, bool, S_IRUGO);