summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2017-08-28 10:49:25 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2017-08-28 10:49:25 +0200
commit77c5f99d38666e19f646fde3ef6f1a2365ba2a2c (patch)
tree6783745c3b4e6d09ec252911f9c2727e9aa5e49a /kernel.spec
parent7601655d7b2ed68df21fa0b11be73e0a2bef2972 (diff)
parentfec6614f93562456108e2f514427b947c67619bf (diff)
downloadkernel-77c5f99d38666e19f646fde3ef6f1a2365ba2a2c.tar.gz
kernel-77c5f99d38666e19f646fde3ef6f1a2365ba2a2c.tar.xz
kernel-77c5f99d38666e19f646fde3ef6f1a2365ba2a2c.zip
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec25
1 files changed, 20 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index 1b68b62f6..293a6b139 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -75,9 +75,9 @@ Summary: The Linux kernel
# The next upstream release sublevel (base_sublevel+1)
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
# The rc snapshot level
-%global rcrev 6
+%global rcrev 7
# The git snapshot level
-%define gitrev 4
+%define gitrev 0
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@@ -133,7 +133,7 @@ Summary: The Linux kernel
# Set debugbuildsenabled to 1 for production (build separate debug kernels)
# and 0 for rawhide (all kernels are debug kernels).
# See also 'make debug' and 'make release'.
-%define debugbuildsenabled 0
+%define debugbuildsenabled 1
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_without_vanilla: 0} %{?!_without_vanilla: 1}
@@ -663,8 +663,11 @@ Patch616: 0016-Input-silead-Do-not-try-to-directly-access-the-GPIO-.patch
# rhbz 1476467
Patch617: Fix-for-module-sig-verification.patch
-# request for bug fix
-Patch618: iio-race-fix.patch
+# rhbz 1485086
+Patch619: pci-mark-amd-stoney-gpu-ats-as-broken.patch
+
+# CVE-2017-7558 rhbz 1480266 1484810
+Patch621: net-sctp-Avoid-out-of-bounds-reads-from-address-storage.patch
# END OF PATCH DEFINITIONS
@@ -805,6 +808,7 @@ Obsoletes: cpufreq-utils < 1:009-0.6.p1
Obsoletes: cpufrequtils < 1:009-0.6.p1
Obsoletes: cpuspeed < 1:1.5-16
Requires: kernel-tools-libs = %{version}-%{release}
+%define __requires_exclude ^%{_bindir}/python
%description -n kernel-tools
This package contains the tools/ directory from the kernel source
and the supporting documentation.
@@ -2222,6 +2226,17 @@ fi
#
#
%changelog
+* Mon Aug 28 2017 Laura Abbott <labbott@redhat.com> - 4.13.0-0.rc7.git0.1
+- Linux v4.13-rc7
+
+* Mon Aug 28 2017 Laura Abbott <labbott@redhat.com> - 4.13.0-0.rc6.git4.2
+- Disable debugging options.
+
+* Fri Aug 25 2017 Justin M. Forbes <jforbes@fedoraproject.org>
+- For for AMD Stoney GPU (rhbz 1485086)
+- Fix for CVE-2017-7558 (rhbz 1480266 1484810)
+- Fix for kvm_stat (rhbz 1483527)
+
* Fri Aug 25 2017 Laura Abbott <labbott@fedoraproject.org> - 4.13.0-0.rc6.git4.1
- Linux v4.13-rc6-102-g90a6cd503982