summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-10-15 10:31:21 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-10-15 10:31:21 -0500
commit0cf0fdc16f7f466a144970cffc0042cbffa1e5cb (patch)
tree01c24cb58c58de1b026b8454027b929bc1a7255a /kernel.spec
parent67f15457dbf3534ecfebd1216752dc88e172642b (diff)
downloadkernel-0cf0fdc16f7f466a144970cffc0042cbffa1e5cb.tar.gz
kernel-0cf0fdc16f7f466a144970cffc0042cbffa1e5cb.tar.xz
kernel-0cf0fdc16f7f466a144970cffc0042cbffa1e5cb.zip
Fix BleedingTooth CVE-2020-12351 CVE-2020-12352 (rhbz 1886521 1888439 1886529 1888440)
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 97d129cb3..3ab108ad6 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -77,7 +77,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 100
+%global baserelease 101
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -869,6 +869,9 @@ Patch110: memory-tegra-Remove-GPU-from-DRM-IOMMU-group.patch
# CVE-2020-16119 rhbz 1886374 1888083
Patch119: 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
+
# END OF PATCH DEFINITIONS
%endif
@@ -2982,6 +2985,9 @@ fi
#
#
%changelog
+* Thu Oct 15 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.15-101
+- Fix BleedingTooth CVE-2020-12351 CVE-2020-12352 (rhbz 1886521 1888439 1886529 1888440)
+
* Wed Oct 14 11:29:48 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.15-100
- Linux v5.8.15
- Fix CVE-2020-16119 (rhbz 1886374 1888083)