summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2016-11-15 18:55:54 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2016-11-15 18:55:54 +0100
commitd50e81480e2926605a4319d79741cad23c540da7 (patch)
treec7302af1ee283206303d153218ab6951ae19b1e7 /kernel.spec
parent9685cb4c621d99d9ecf28c76ab7b0759d1aca21c (diff)
parentd77dbf13d450a20d62cab279080efff3d2c124ee (diff)
downloadkernel-d50e81480e2926605a4319d79741cad23c540da7.tar.gz
kernel-d50e81480e2926605a4319d79741cad23c540da7.tar.xz
kernel-d50e81480e2926605a4319d79741cad23c540da7.zip
Merge remote-tracking branch 'origin/f25' into f25-user-thl-vanilla-fedorakernel-4.8.8-300.vanilla.knurd.1.fc25
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 7cd10a66b..23ff4891f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -58,7 +58,7 @@ Summary: The Linux kernel
%define stable_rc 0
# Do we have a -stable update to apply?
-%define stable_update 7
+%define stable_update 8
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -663,6 +663,9 @@ Patch854: nouveau-add-maxwell-to-backlight-init.patch
#rhbz 1385823
Patch855: 0001-platform-x86-ideapad-laptop-Add-Lenovo-Yoga-910-13IK.patch
+#CVE-2016-8645 rhbz 1393904 1393908
+Patch856: 0001-tcp-take-care-of-truncations-done-by-sk_filter.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2202,6 +2205,10 @@ fi
#
#
%changelog
+* Tue Nov 15 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.8.8-300
+- Linux v4.8.8
+- Fix crash in tcp_collapse CVE-2016-8645 (rhbz 1393904 1393908)
+
* Mon Nov 14 2016 Laura Abbott <labbott@fedoraproject.org>
- Fix for some Yoga laptop WIFI (rhbz 1385823)