From 9322872ec0189934ddbac1bf8c60fe027ffaa8b3 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 3 Sep 2020 08:22:29 -0500 Subject: Linux v5.8.6 Signed-off-by: Justin M. Forbes --- kernel.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 9cb274ad0..24df8e64f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -92,7 +92,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 5 +%define stable_update 6 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -861,18 +861,15 @@ Patch101: 0001-PCI-Add-MCFG-quirks-for-Tegra194-host-controllers.patch Patch102: 0002-arm64-tegra-Re-order-PCIe-aperture-mappings-to-suppo.patch Patch103: arm64-tegra-Use-valid-PWM-period-for-VDD_GPU-on-Tegra210.patch -# https://lkml.org/lkml/2020/8/14/221 -Patch104: dma-pool-fixes.patch - # Goes away with 5.9 Patch105: 0001-platform-x86-thinkpad_acpi-lap-or-desk-mode-interfac.patch -#Temporary build fix (will figure this out after Plumbers) -Patch106: 0001-revert-ARM64-vdso32-Install-vdso32-from-vdso_install.patch - # https://bugzilla.redhat.com/show_bug.cgi?id=1874117 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 + # END OF PATCH DEFINITIONS %endif @@ -2977,6 +2974,11 @@ fi # # %changelog +* Thu Sep 03 2020 Justin M. Forbes - 5.8.6-200 +- Linux v5.8.6 +- Fix CVE-2020-14385 (rhbz 1874800 1874811) +- Move CONFIG_USB_XHCI_PCI_RENESAS to inline (rhbz 1874300) + * Thu Aug 27 2020 Justin M. Forbes - 5.8.5-200 - Linux v5.8.5 -- cgit