CVE-2016-9588 fix possible DoS in nVMX (rhbz 1404924 1404925)

This commit is contained in:
Justin M. Forbes 2016-12-15 08:40:46 -06:00
commit e4e004a33c
2 changed files with 75 additions and 0 deletions

View file

@ -640,6 +640,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
@ -2167,6 +2170,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-200
- Linux v4.8.14
- CVE-2016-8399 Fix out OOB stack read in memcpy_fromiovec (rhbz 1403833 1403834)