summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-10-19 07:19:21 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-10-19 07:19:21 -0500
commit5aa9fafaf07296221119b6facc52ffdd22cb7345 (patch)
treedb48cb2d470cf60952002eb24f98d548e188f63e /kernel.spec
parent23e8d9fdd4a59f3d95687b5aaf508ac89637b2a5 (diff)
downloadkernel-5aa9fafaf07296221119b6facc52ffdd22cb7345.tar.gz
kernel-5aa9fafaf07296221119b6facc52ffdd22cb7345.tar.xz
kernel-5aa9fafaf07296221119b6facc52ffdd22cb7345.zip
Linux v5.8.16
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
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 a435cabb7..43bde732f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -80,7 +80,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 301
+%global baserelease 300
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -92,7 +92,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 15
+%define stable_update 16
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -891,9 +891,6 @@ Patch120: iommu-tegra-smmu-Fix-TLB-line-for-Tegra210.patch
# CVE-2020-16119 rhbz 1886374 1888083
Patch121: CVE-2020-16119-DCCP-CCID-structure-use-after-free.patch
-# CVE-2020-12351 CVE-2020-12352 rhbz 1886521 1888439 1886529 1888440
-Patch122: bluetooth_cves.patch
-
# Surface Go series not booting regression fix (rhbz 1886249)
# Also fixes some touchscreen regressions:
# https://bugzilla.kernel.org/show_bug.cgi?id=209627
@@ -3013,6 +3010,9 @@ fi
#
#
%changelog
+* Mon Oct 19 07:15:01 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.16-300
+- Linux v5.8.16
+
* Fri Oct 16 2020 Hans de Goede <hdegoede@redhat.com>
- Fix Micrsoft Surface Go series boot regression (rhbz 1886249)