diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-10-17 20:13:47 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-12-05 19:40:07 +0100 |
commit | 8f25b8829153510c5c47d4f902a66cb5e78cfbcf (patch) | |
tree | 524e9e48c4229d08a8f8e4a3c12077c2077f0e5b /SPECS | |
parent | a8d3270837f54821b82d186d96587b7f2e207c95 (diff) | |
download | kernel-fsync-8f25b8829153510c5c47d4f902a66cb5e78cfbcf.tar.gz kernel-fsync-8f25b8829153510c5c47d4f902a66cb5e78cfbcf.zip |
kernel 5.8.15
Diffstat (limited to 'SPECS')
-rw-r--r-- | SPECS/kernel.spec | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 7d8395f..a6be295 100644 --- a/SPECS/kernel.spec +++ b/SPECS/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 201 +%global baserelease 202 %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 14 +%define stable_update 15 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -869,9 +869,6 @@ Patch107: 0001-drivers-perf-xgene_pmu-Fix-uninitialized-resource-st.patch Patch110: memory-tegra-Remove-GPU-from-DRM-IOMMU-group.patch -# rhbz 1875339 1875828 1876997 -Patch113: pdx86-SW_TABLET_MODE-fixes.patch - # https://patchwork.kernel.org/patch/11796255/ Patch116: arm64-dts-rockchip-disable-USB-type-c-DisplayPort.patch @@ -881,8 +878,11 @@ Patch117: arm64-pwm-rockchip-Keep-enabled-PWMs-running-while-probing.patch # Backport from 5.9 Patch118: arm64-rockchip-pinebookpro-add-fuel-gauge.patch -# https://patchwork.kernel.org/patch/11818995 -Patch121: arm64-BUG-crypto-arm64-Use-x16-with-indirect-branch-to-bti_c.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 # Linux-tkg patches - https://github.com/Frogging-Family/linux-tkg/blob/master/linux57-tkg Patch200: 0007-v5.8-fsync.patch @@ -3000,8 +3000,15 @@ fi # # %changelog -* Thu Oct 15 2020 Jan Drögehoff <sentrycraft123@gmail.com> - 5.8.14-201.fsync -- Linux v5.8.14 fsync +* Sat Oct 17 2020 Jan Drögehoff <sentrycraft123@gmail.com> - 5.8.15-202.fsync +- Linux v5.8.15 fsync + +* 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) * Wed Oct 7 07:21:23 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.14-200 - Linux v5.8.14 |