From 7a3be4ba910b95ab4d2044f66eb2fd92f1e9dff9 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 6 Jan 2014 14:20:47 -0500 Subject: Fix use after free crash in KVM (rhbz 1047892) --- kernel.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index d772fb36..4638156c 100644 --- a/kernel.spec +++ b/kernel.spec @@ -718,6 +718,9 @@ Patch25172: xen-netback-Include-header-for-vmalloc.patch #rhbz 924916 Patch25179: KVM-MMU-handle-invalid-root_hpa-at-__direct_map.patch +#rhbz 1047892 +Patch25180: KVM-VMX-fix-use-after-free-of-vmx-loaded_vmcs.patch + # END OF PATCH DEFINITIONS %endif @@ -1399,6 +1402,9 @@ ApplyPatch xen-netback-Include-header-for-vmalloc.patch #rhbz 924916 ApplyPatch KVM-MMU-handle-invalid-root_hpa-at-__direct_map.patch +#rhbz 1047892 +ApplyPatch KVM-VMX-fix-use-after-free-of-vmx-loaded_vmcs.patch + # END OF PATCH APPLICATIONS %endif @@ -2214,6 +2220,7 @@ fi # || || %changelog * Mon Jan 06 2014 Josh Boyer +- Fix use after free crash in KVM (rhbz 1047892) - Fix oops in KVM with invalid root_hpa (rhbz 924916) * Sun Jan 05 2014 Josh Boyer - 3.13-0.0.rc7.git0.1 -- cgit