From ecd26c0e48a6d1577ec00252bff3acf7c8ecd45d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sun, 9 Feb 2020 23:33:48 +0100 Subject: [PATCH] fuzz cleanup --- ...86-mmu-apply-max-pa-check-for-mmio-sptes-to-32-.patch | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/queue-4.9/kvm-x86-mmu-apply-max-pa-check-for-mmio-sptes-to-32-.patch b/queue-4.9/kvm-x86-mmu-apply-max-pa-check-for-mmio-sptes-to-32-.patch index 1968d54596d..31d8f17a5d7 100644 --- a/queue-4.9/kvm-x86-mmu-apply-max-pa-check-for-mmio-sptes-to-32-.patch +++ b/queue-4.9/kvm-x86-mmu-apply-max-pa-check-for-mmio-sptes-to-32-.patch @@ -25,14 +25,12 @@ Signed-off-by: Sean Christopherson Signed-off-by: Paolo Bonzini Signed-off-by: Sasha Levin --- - arch/x86/kvm/x86.c | 2 -- + arch/x86/kvm/x86.c | 2 -- 1 file changed, 2 deletions(-) -diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c -index 40b990290edaf..6766439a075fd 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c -@@ -6131,14 +6131,12 @@ static void kvm_set_mmio_spte_mask(void) +@@ -6132,14 +6132,12 @@ static void kvm_set_mmio_spte_mask(void) /* Set the present bit. */ mask |= 1ull; @@ -47,6 +45,3 @@ index 40b990290edaf..6766439a075fd 100644 kvm_mmu_set_mmio_spte_mask(mask); } --- -2.20.1 - -- 2.47.3