summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2017-03-30 11:16:25 -0500
committerJustin M. Forbes <jforbes@redhat.com>2017-03-30 11:16:25 -0500
commit1dd344ae90579db6dcd1dd8bcb4532f4181e6a1e (patch)
treeb810a9efe62712b2851e26f716bac782dafc9df2 /kernel.spec
parent4f8b69a3a2521fb9b67008532975ca0e3371c3fc (diff)
downloadkernel-1dd344ae90579db6dcd1dd8bcb4532f4181e6a1e.tar.gz
kernel-1dd344ae90579db6dcd1dd8bcb4532f4181e6a1e.tar.xz
kernel-1dd344ae90579db6dcd1dd8bcb4532f4181e6a1e.zip
Linux v4.10.7
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index b7f1e5108..a8ffc8689 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 6
+%define stable_update 7
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -605,15 +605,15 @@ Patch852: selinux-allow-context-mounts-on-tmpfs-etc.patch
#CVE-2017-2596 rhbz 1417812 1417813
Patch854: kvm-fix-page-struct-leak-in-handle_vmon.patch
-#Fix crda rhbz 1422247
-Patch856: genetlink-fix-counting-regression-on-ctrl_dumpfamily.patch
-
#CVE-2017-7261 rhbz 1435719 1435740
Patch857: vmwgfx-check-that-number-of-mip-levels-is-above-zero.patch
#CVE-2017-7277 rhbz 1436629 1436661
Patch858: tcp-mark-skbs-with-SCM_TIMESTAMPING_OPT_STATS.patch
+#CVE-2017-7184 rhbz 1435153 1437469
+Patch859: CVE-2017-7184.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2183,6 +2183,10 @@ fi
#
#
%changelog
+* Thu Mar 30 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.10.7-100
+- Linux v4.10.7
+- CVE-2017-7184 Out-of-bounds heap access in xfrm (rhbz 1435153 1437469)
+
* Tue Mar 28 2017 Justin M. Forbes <jforbes@fedoraproject.org>
- CVE-2017-7277 SCM_TIMESTAMPING_OPT_STATS feature causes out-of-bounds read (rhbz 1436629 1436661)