From f73ba7bcea33b3ef3d68b2fa42b50914dc5f61d0 Mon Sep 17 00:00:00 2001 From: Justin M. Forbes Date: Dec 07 2016 02:29:19 +0000 Subject: CVE-2016-8655 fix race condition in packet_set_ring (rhbz 1400019 1401820) now with more spec --- diff --git a/kernel.spec b/kernel.spec index 9ffde2f..0626af1 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-8655 rhbz 1400019 1401820 +Patch857: 0001-packet-fix-race-condition-in-packet_set_ring.patch + # END OF PATCH DEFINITIONS %endif @@ -2181,6 +2184,9 @@ fi # # %changelog +* Tue Dec 06 2016 Justin M. Forbes +- CVE-2016-8655 fix race condition in packet_set_ring (rhbz 1400019 1401820) + * Fri Dec 02 2016 Justin M. Forbes - 4.8.12-300 - Linux v4.8.12 - CVE-2016-9755 Fix Out-of-bounds write issue when defragmenting ipv6 packets (rhbz 1400904 1400905)