diff options
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index d772fb36c..4638156c9 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 <jwboyer@fedoraproject.org> +- 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 <jwboyer@fedoraproject.org> - 3.13-0.0.rc7.git0.1 |