From d4a5e074825ab80a50401d1b7f87f1a87614176e Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 7 Sep 2020 09:03:15 -0500 Subject: Linux v5.8.7 Signed-off-by: Justin M. Forbes --- kernel.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 914ceaa57..860467e8a 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 201 +%global baserelease 200 %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 6 +%define stable_update 7 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -870,6 +870,11 @@ Patch107: 0001-drivers-perf-xgene_pmu-Fix-uninitialized-resource-st.patch # CVE-2020-14385 rhbz 1874800 1874811 Patch108: 0001-xfs-fix-boundary-test-in-xfs_attr_shortform_verify.patch +# CVE-2020-14386 rhbz 1875699 1876349 +Patch109: net-packet-fix-overflow-in-tpacket_rcv.patch + +Patch110: memory-tegra-Remove-GPU-from-DRM-IOMMU-group.patch + # END OF PATCH DEFINITIONS %endif @@ -2974,6 +2979,10 @@ fi # # %changelog +* Mon Sep 07 2020 Justin M. Forbes - 5.8.7-200 +- Linux v5.8.7 +- Fix CVE-2020-14386 (rhbz 1875699 1876349) + * Thu Sep 03 2020 Justin M. Forbes - 5.8.6-201 - Linux v5.8.6 - Fix CVE-2020-14385 (rhbz 1874800 1874811) -- cgit