summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2016-12-06 20:29:22 -0600
committerJustin M. Forbes <jforbes@redhat.com>2016-12-06 20:29:22 -0600
commit2e7e9b87c63267117368a181a604c047a8531f41 (patch)
tree9954775139d27a3745146599ab6562d49d353152
parent7651ce2e2020fb3209686eff03ff092508ea7159 (diff)
downloadkernel-2e7e9b87c63267117368a181a604c047a8531f41.tar.gz
kernel-2e7e9b87c63267117368a181a604c047a8531f41.tar.xz
kernel-2e7e9b87c63267117368a181a604c047a8531f41.zip
CVE-2016-8655 fix race condition in packet_set_ring (rhbz 1400019 1401820) now with more spec
-rw-r--r--kernel.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 2fc9f090a..1c09959d6 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -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)