summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-02-09 07:40:12 -0800
committerLaura Abbott <labbott@fedoraproject.org>2017-02-09 15:49:46 -0800
commit1bc62ddc806f05d6ce37097ab27629489e5308a6 (patch)
tree136074d7c86e68c9c93b75d5252ec2e15a34b412 /kernel.spec
parent63440a0b28e1d96d33716be2784098dd473dfb3d (diff)
downloadkernel-1bc62ddc806f05d6ce37097ab27629489e5308a6.tar.gz
kernel-1bc62ddc806f05d6ce37097ab27629489e5308a6.tar.xz
kernel-1bc62ddc806f05d6ce37097ab27629489e5308a6.zip
Linux v4.9.9
Fix DMA on stack from 1-wire driver (rhbz 1415397)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec17
1 files changed, 9 insertions, 8 deletions
diff --git a/kernel.spec b/kernel.spec
index 7722f60ca..74dccdf90 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -42,7 +42,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 101
+%global baserelease 100
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -54,7 +54,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 8
+%define stable_update 9
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -631,15 +631,9 @@ Patch851: selinux-namespace-fix.patch
#rhbz 1390308
Patch852: nouveau-add-maxwell-to-backlight-init.patch
-#The saddest EFI firmware bug
-Patch854: 0001-x86-efi-always-map-first-physical-page-into-EFI-page.patch
-
#CVE-2017-2596 rhbz 1417812 1417813
Patch855: kvm-fix-page-struct-leak-in-handle_vmon.patch
-# rhbz 1418858
-Patch856: PCI-ASPM-Handle-PCI-to-PCIe-bridges-as-roots-of-PCIe-hierarchies.patch
-
#CVE-2017-5897 rhbz 1419848 1419851
Patch857: ip6_gre-fix-ip6gre_err-invalid-reads.patch
@@ -650,6 +644,9 @@ Patch859: 2-2-media-dvb-usb-firmware-don-t-do-DMA-on-stack.patch
#rhbz 1420276
Patch860: 0001-sctp-avoid-BUG_ON-on-sctp_wait_for_sndbuf.patch
+#rhbz 1415397
+Patch861: w1-ds2490-USB-transfer-buffers-need-to-be-DMAable.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2179,6 +2176,10 @@ fi
#
#
%changelog
+* Thu Feb 09 2017 Laura Abbott <labbott@fedoraproject.org> - 4.9.9-100
+- Linux v4.9.9
+- Fix DMA on stack from 1-wire driver (rhbz 1415397)
+
* Thu Feb 9 2017 Justin M. Forbes <jforbes@fedoraproject.org>
- sctp: avoid BUG_ON on sctp_wait_for_sndbuf (rhbz 1420276)