summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2017-04-12 15:30:55 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2017-04-12 15:30:55 +0200
commit7203ffb324dfa2bafa6f4f804d701b6d84b49b8e (patch)
treec8e190d53bcae5adfca864a0437d0b1ba3eca2c6 /kernel.spec
parentb6aea4d79bc5f3a1b2fa5eef456643ebcc18069c (diff)
parente462fa4b824ecf345184f47d6ad436ed6effbb1b (diff)
downloadkernel-7203ffb324dfa2bafa6f4f804d701b6d84b49b8e.tar.gz
kernel-7203ffb324dfa2bafa6f4f804d701b6d84b49b8e.tar.xz
kernel-7203ffb324dfa2bafa6f4f804d701b6d84b49b8e.zip
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec45
1 files changed, 32 insertions, 13 deletions
diff --git a/kernel.spec b/kernel.spec
index b84794041..16160d78d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -59,7 +59,7 @@ Summary: The Linux kernel
# Do we have a -stable update to apply?
-%define stable_update 9
+%define stable_update 10
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -614,29 +614,29 @@ Patch665: netfilter-x_tables-deal-with-bogus-nextoffset-values.patch
#ongoing complaint, full discussion delayed until ksummit/plumbers
Patch849: 0001-iio-Use-event-header-from-kernel-tree.patch
-# Fix build issue with armada_trace
-Patch851: Armada-trace-build-fix.patch
-
# selinux: allow context mounts on tmpfs, ramfs, devpts within user namespaces
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
-
-#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
-# rhbz 1438316
-Patch859: 0001-x86-mce-Don-t-print-MCEs-when-mcelog-is-active.patch
-
# CVE-2017-2671 rhbz 1436649 1436663
Patch860: 0001-ping-implement-proper-locking.patch
Patch861: 0001-efi-libstub-Treat-missing-SecureBoot-variable-as-Sec.patch
+#rhbz 1439613
+Patch862: 1-2-media-cxusb-Use-a-dma-capable-buffer-also-for-reading.patch
+
+#rhbz 1441310
+Patch863: rhbz_1441310.patch
+
+# CVE-2017-7618 rhbz 1441095 1441093
+Patch865: CVE-2017-7618.patch
+
+# CVE-2017-7308 rhbz 1437404 1437406
+Patch866: CVE-2017-7308.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2209,6 +2209,25 @@ fi
#
#
%changelog
+* Wed Apr 12 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.10.10-100
+- Linux v4.10.10
+- CVE-2017-7616 (rhbz 1441088 1441093)
+
+* Tue Apr 11 2017 Justin M. Forbes <jforbes@fedoraproject.org>
+- Fix CVE-2017-7618 (rhbz 1441095 1441093)
+- Fix CVE-2017-7308 (rhbz 1437404 1437406)
+- Turn on CONFIG_HAMRADIO for arm (rhbz 1425990)
+
+* Tue Apr 11 2017 Laura Abbott <labbott@fedoraproject.org>
+- Fix for openshift networking (rhbz 1441310)
+
+* Mon Apr 10 2017 Laura Abbott <labbott@fedoraproject.org>
+- Re-add fix for cxusb DMA on stack (rhbz 1439613)
+
+* Mon Apr 10 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.10.9-100
+- Linux v4.10.9
+- CVE-2017-7187 (rhbz 1434327 1439045)
+
* Wed Apr 05 2017 Justin M. Forbes <jforbes@fedoraproject.org>
- Don't print MCEs when mcelog is running (rhbz 1438316)
- CVE-2017-2671 Fix ping locking (rhbz 1436649 1436663)