CVE-2016-8655 fix race condition in packet_set_ring (rhbz 1400019 1401820) now with more spec

This commit is contained in:
Justin M. Forbes 2016-12-06 20:29:22 -06:00
parent 7651ce2e20
commit 2e7e9b87c6
1 changed files with 6 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-8655 rhbz 1400019 1401820
Patch857: 0001-packet-fix-race-condition-in-packet_set_ring.patch
# END OF PATCH DEFINITIONS
%endif
@ -2167,6 +2170,9 @@ fi
#
#
%changelog
* Tue Dec 06 2016 Justin M. Forbes <jforbes@fedoraproject.org>
- CVE-2016-8655 fix race condition in packet_set_ring (rhbz 1400019 1401820)
* Fri Dec 02 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.8.12-200
- Linux v4.8.12
- CVE-2016-9755 Fix Out-of-bounds write issue when defragmenting ipv6 packets (rhbz 1400904 1400905)