]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
delete kvm patch from 3.10 and 3.14 trees
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jan 2015 17:40:04 +0000 (09:40 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jan 2015 17:40:04 +0000 (09:40 -0800)
queue-3.10/kvm-x86-fix-of-previously-incomplete-fix-for-cve-2014-8480.patch [deleted file]
queue-3.10/series
queue-3.14/kvm-x86-fix-of-previously-incomplete-fix-for-cve-2014-8480.patch [deleted file]
queue-3.14/series

diff --git a/queue-3.10/kvm-x86-fix-of-previously-incomplete-fix-for-cve-2014-8480.patch b/queue-3.10/kvm-x86-fix-of-previously-incomplete-fix-for-cve-2014-8480.patch
deleted file mode 100644 (file)
index 75c7223..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From 63ea0a49ae0b145b91ff2b070c01b66fc75854b9 Mon Sep 17 00:00:00 2001
-From: Nadav Amit <nadav.amit@gmail.com>
-Date: Thu, 8 Jan 2015 11:59:03 +0100
-Subject: KVM: x86: Fix of previously incomplete fix for CVE-2014-8480
-
-From: Nadav Amit <nadav.amit@gmail.com>
-
-commit 63ea0a49ae0b145b91ff2b070c01b66fc75854b9 upstream.
-
-STR and SLDT with rip-relative operand can cause a host kernel oops.
-Mark them as DstMem as well.
-
-Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
-Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- arch/x86/kvm/emulate.c |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/arch/x86/kvm/emulate.c
-+++ b/arch/x86/kvm/emulate.c
-@@ -3808,8 +3808,8 @@ static const struct opcode group5[] = {
- };
- static const struct opcode group6[] = {
--      DI(Prot,        sldt),
--      DI(Prot,        str),
-+      DI(Prot | DstMem,       sldt),
-+      DI(Prot | DstMem,       str),
-       II(Prot | Priv | SrcMem16, em_lldt, lldt),
-       II(Prot | Priv | SrcMem16, em_ltr, ltr),
-       N, N, N, N,
index 4a204aa3afe848793f48a1a769a592902aa487c2..f2ef68590cf30a0dd12ae4dee2d35f902007edd6 100644 (file)
@@ -15,7 +15,6 @@ can-dev-fix-crtlmode_supported-check.patch
 clocksource-exynos_mct-fix-bitmask-regression-for-exynos4_mct_write.patch
 x86-hyperv-mark-the-hyper-v-clocksource-as-being-continuous.patch
 x86-tsc-change-fast-tsc-calibration-failed-from-error-to-info.patch
-kvm-x86-fix-of-previously-incomplete-fix-for-cve-2014-8480.patch
 x86-tls-ldt-stop-checking-lm-in-ldt_empty.patch
 x86-tls-interpret-an-all-zero-struct-user_desc-as-no-segment.patch
 x86-asm-traps-disable-tracing-and-kprobes-in-fixup_bad_iret-and-sync_regs.patch
diff --git a/queue-3.14/kvm-x86-fix-of-previously-incomplete-fix-for-cve-2014-8480.patch b/queue-3.14/kvm-x86-fix-of-previously-incomplete-fix-for-cve-2014-8480.patch
deleted file mode 100644 (file)
index 7659859..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From 63ea0a49ae0b145b91ff2b070c01b66fc75854b9 Mon Sep 17 00:00:00 2001
-From: Nadav Amit <nadav.amit@gmail.com>
-Date: Thu, 8 Jan 2015 11:59:03 +0100
-Subject: KVM: x86: Fix of previously incomplete fix for CVE-2014-8480
-
-From: Nadav Amit <nadav.amit@gmail.com>
-
-commit 63ea0a49ae0b145b91ff2b070c01b66fc75854b9 upstream.
-
-STR and SLDT with rip-relative operand can cause a host kernel oops.
-Mark them as DstMem as well.
-
-Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
-Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- arch/x86/kvm/emulate.c |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/arch/x86/kvm/emulate.c
-+++ b/arch/x86/kvm/emulate.c
-@@ -3668,8 +3668,8 @@ static const struct opcode group5[] = {
- };
- static const struct opcode group6[] = {
--      DI(Prot,        sldt),
--      DI(Prot,        str),
-+      DI(Prot | DstMem,       sldt),
-+      DI(Prot | DstMem,       str),
-       II(Prot | Priv | SrcMem16, em_lldt, lldt),
-       II(Prot | Priv | SrcMem16, em_ltr, ltr),
-       N, N, N, N,
index cb2c2d3145bde1830d155923b946f422778eebdc..28e71c23270f7fb877a59d644284cad8f9189d63 100644 (file)
@@ -23,7 +23,6 @@ clocksource-exynos_mct-fix-bitmask-regression-for-exynos4_mct_write.patch
 x86-hyperv-mark-the-hyper-v-clocksource-as-being-continuous.patch
 x86-tsc-change-fast-tsc-calibration-failed-from-error-to-info.patch
 x86-boot-skip-relocs-when-load-address-unchanged.patch
-kvm-x86-fix-of-previously-incomplete-fix-for-cve-2014-8480.patch
 x86-tls-ldt-stop-checking-lm-in-ldt_empty.patch
 x86-tls-interpret-an-all-zero-struct-user_desc-as-no-segment.patch
 x86-apic-re-enable-pci_msi-support-for-non-smp-x86_32.patch