From 482f2b98e482fc11a65296d73696367b37c3ee69 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 15 Oct 2020 10:31:29 -0500 Subject: Fix BleedingTooth CVE-2020-12351 CVE-2020-12352 (rhbz 1886521 1888439 1886529 1888440) Signed-off-by: Justin M. Forbes --- kernel.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index cf7e6d3b9..4fb095677 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 300 +%global baserelease 301 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -891,6 +891,9 @@ 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 + # END OF PATCH DEFINITIONS %endif @@ -3004,6 +3007,9 @@ fi # # %changelog +* Thu Oct 15 2020 Justin M. Forbes - 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 - 5.8.15-300 - Linux v5.8.15 - Fix CVE-2020-16119 (rhbz 1886374 1888083) -- cgit