summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2016-12-09 07:28:50 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2016-12-09 07:28:50 +0100
commit302a8e16ef6c9fccdaac30b7cbe5f8901bcf9409 (patch)
treea4a35061441b2a409cfb1d6381aaf86cece84259 /kernel.spec
parent5e0627c97d17616ede50750aae983711fa7285ad (diff)
parent91a036597908f1b121e7224df310058de62ff8a2 (diff)
downloadkernel-302a8e16ef6c9fccdaac30b7cbe5f8901bcf9409.tar.gz
kernel-302a8e16ef6c9fccdaac30b7cbe5f8901bcf9409.tar.xz
kernel-302a8e16ef6c9fccdaac30b7cbe5f8901bcf9409.zip
Merge remote-tracking branch 'origin/f25' into f25-user-thl-vanilla-fedora
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec15
1 files changed, 15 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 7efc3d211..f7af5d2d6 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -662,6 +662,12 @@ 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
+
+# CVE-2016-9793 rhbz 1402013 1402014
+Patch858: 0001-net-avoid-signed-overflows-for-SO_-SND-RCV-BUFFORCE.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2201,6 +2207,15 @@ fi
#
#
%changelog
+* Wed Dec 07 2016 Laura Abbott <labbott@fedoraproject.org>
+- Disable CONFIG_AF_KCM (rhbz 1402489)
+
+* Wed Dec 07 2016 Justin M. Forbes <jforbes@fedoraproject.org>
+- CVE-2016-9793 avoid signed overflows for SO_{SND|RCV}BUFFORCE (rhbz 1402013 1402014)
+
+* 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-300
- Linux v4.8.12
- CVE-2016-9755 Fix Out-of-bounds write issue when defragmenting ipv6 packets (rhbz 1400904 1400905)