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:30 -06:00
parent d96d33b424
commit ac46b5405a
1 changed files with 6 additions and 0 deletions

View File

@ -637,6 +637,9 @@ Patch854: nouveau-add-maxwell-to-backlight-init.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
@ -2159,6 +2162,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-100
- Linux v4.8.12
- CVE-2016-9755 Fix Out-of-bounds write issue when defragmenting ipv6 packets (rhbz 1400904 1400905)