summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-10-15 10:31:30 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-10-15 10:31:30 -0500
commite9b2dff6b9aaf4f25cdcc46569d5aea38d368152 (patch)
treecfb333632a5f5aac2256c65dc6e9c81e8778f9a6 /kernel.spec
parent58f00d9db6dec7fbda5e7d3f375ba65936a01b57 (diff)
downloadkernel-e9b2dff6b9aaf4f25cdcc46569d5aea38d368152.tar.gz
kernel-e9b2dff6b9aaf4f25cdcc46569d5aea38d368152.tar.xz
kernel-e9b2dff6b9aaf4f25cdcc46569d5aea38d368152.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 1d1b00827..2a116e904 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 200
+%global baserelease 201
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -881,6 +881,9 @@ Patch118: arm64-rockchip-pinebookpro-add-fuel-gauge.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
@@ -2994,6 +2997,9 @@ fi
#
#
%changelog
+* Thu Oct 15 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.15-201
+- Fix BleedingTooth CVE-2020-12351 CVE-2020-12352 (rhbz 1886521 1888439 1886529 1888440)
+
* Wed Oct 14 11:29:47 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.15-200
- Linux v5.8.15
- Fix CVE-2020-16119 (rhbz 1886374 1888083)