summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-10-17 09:23:12 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-10-17 09:23:12 +0200
commit06fc754f24a73bb1a12c668019596780f2c90929 (patch)
treeb04f398df473c8dfbe7a0e49104a18a5047e253d /kernel.spec
parent3a369c689cf20eacbdda9e0dea6f703aea795e84 (diff)
parent23e8d9fdd4a59f3d95687b5aaf508ac89637b2a5 (diff)
downloadkernel-06fc754f24a73bb1a12c668019596780f2c90929.tar.gz
kernel-06fc754f24a73bb1a12c668019596780f2c90929.tar.xz
kernel-06fc754f24a73bb1a12c668019596780f2c90929.zip
merge origin
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec18
1 files changed, 16 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index acc7d596c..97c1eb506 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -82,8 +82,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 350
-
+%global baserelease 301
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -910,6 +909,15 @@ 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
+# Pending for inclusion into stable series
+Patch123: 0001-i2c-core-Restore-acpi_walk_dep_device_list-getting-c.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -3026,6 +3034,12 @@ fi
#
#
%changelog
+* Fri Oct 16 2020 Hans de Goede <hdegoede@redhat.com>
+- Fix Micrsoft Surface Go series boot regression (rhbz 1886249)
+
+* Thu Oct 15 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.15-301
+- Fix BleedingTooth CVE-2020-12351 CVE-2020-12352 (rhbz 1886521 1888439 1886529 1888440)
+
* Wed Oct 14 11:29:34 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.15-300
- Linux v5.8.15
- Fix CVE-2020-16119 (rhbz 1886374 1888083)