summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2017-03-13 09:57:26 -0500
committerJustin M. Forbes <jforbes@redhat.com>2017-03-13 09:57:26 -0500
commit6588c82223927c63c8dffb1fbb982c818ff9995e (patch)
treea3bba2079e976c8b26d5a61bbc468a055a432e7c /kernel.spec
parent6edaa7c42fa496c4258acc6b81584c16aa808656 (diff)
downloadkernel-6588c82223927c63c8dffb1fbb982c818ff9995e.tar.gz
kernel-6588c82223927c63c8dffb1fbb982c818ff9995e.tar.xz
kernel-6588c82223927c63c8dffb1fbb982c818ff9995e.zip
Linux v4.10.2
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index 39d554de2..fabfeae22 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 1
+%global baserelease 200
%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 1
+%define stable_update 2
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -517,9 +517,6 @@ Patch425: ARM-tegra-usb-no-reset.patch
Patch426: AllWinner-net-emac.patch
-# http://www.spinics.net/lists/arm-kernel/msg557831.html
-Patch427: arm64-dma-mapping-Fix-dma_mapping_error-when-bypassing-SWIOTLB.patch
-
# http://www.spinics.net/lists/devicetree/msg163238.html
Patch430: bcm2837-initial-support.patch
@@ -2187,6 +2184,9 @@ fi
#
#
%changelog
+* Mon Mar 13 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.10.2-200
+- Linux v4.10.2
+
* Tue Mar 07 2017 Laura Abbott <labbott@fedoraproject.org>
- CVE-2017-2636 Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release (rhbz 1430049)