summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2016-12-15 08:36:44 -0600
committerJustin M. Forbes <jforbes@redhat.com>2016-12-15 08:36:44 -0600
commit188bddcce08626d1cba389e1586c397df63dfdf4 (patch)
tree36239a251e3fe27b7487a7f5ccf6848e16d218a1 /kernel.spec
parentb3839d9074a75b2a91091fa39d82a8b7fc5ffbbf (diff)
downloadkernel-188bddcce08626d1cba389e1586c397df63dfdf4.tar.gz
kernel-188bddcce08626d1cba389e1586c397df63dfdf4.tar.xz
kernel-188bddcce08626d1cba389e1586c397df63dfdf4.zip
CVE-2016-9588 fix possible DoS in nVMX (rhbz 1404924 1404925)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index a0e695967..fcf2b379d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -645,6 +645,9 @@ Patch855: 0001-platform-x86-ideapad-laptop-Add-Lenovo-Yoga-910-13IK.patch
# CVE-2016-9755 rhbz 1400904 1400905
Patch856: 0001-netfilter-ipv6-nf_defrag-drop-mangled-skb-on-ream-er.patch
+# CVE-2016-9588 rhbz 1404924 1404925
+Patch857: kvm-nVMX-allow-L1-to-intercept-software-exceptions.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2181,6 +2184,10 @@ fi
#
#
%changelog
+* Thu Dec 15 2016 Justin M. Forbes <jforbes@fedoraproject.org>
+- CVE-2016-9588 fix possible DoS in nVMX (rhbz 1404924 1404925)
+- Turn off CONFIG_IWLWIFI_PCIE_RTPM as it can cause wifi disconnects
+
* Mon Dec 12 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.8.14-300
- Linux v4.8.14
- CVE-2016-8399 Fix out OOB stack read in memcpy_fromiovec (rhbz 1403833 1403834)