From 4b5aaed68cacd20c49271155245a349562a4164a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 3 Nov 2020 17:05:25 +0000 Subject: arm fixes for 5.9 --- kernel.spec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 9ce885c71..8f1c6aead 100644 --- a/kernel.spec +++ b/kernel.spec @@ -833,6 +833,22 @@ Patch68: 0001-drm-sun4i-sun6i_mipi_dsi-fix-horizontal-timing-calcu.patch Patch70: 0001-e1000e-bump-up-timeout-to-wait-when-ME-un-configure-.patch Patch72: 0001-Work-around-for-gcc-bug-https-gcc.gnu.org-bugzilla-s.patch +# https://patchwork.kernel.org/patch/11743769/ +Patch100: mmc-sdhci-iproc-Enable-eMMC-DDR-3.3V-support-for-bcm2711.patch + +# https://patchwork.kernel.org/patch/11745283/ +Patch101: brcmfmac-BCM4329-Fixes-and-improvement.patch + +# https://patchwork.kernel.org/patch/11796255/ +Patch102: arm64-dts-rockchip-disable-USB-type-c-DisplayPort.patch + +# Tegra fixes +Patch105: 0001-PCI-Add-MCFG-quirks-for-Tegra194-host-controllers.patch +Patch106: arm64-tegra-Use-valid-PWM-period-for-VDD_GPU-on-Tegra210.patch +Patch107: memory-tegra-Remove-GPU-from-DRM-IOMMU-group.patch +# https://www.spinics.net/lists/linux-tegra/msg53605.html +Patch108: iommu-tegra-smmu-Fix-TLB-line-for-Tegra210.patch + # A patch to fix some undocumented things broke a bunch of Allwinner networks due to wrong assumptions Patch124: 0001-update-phy-on-pine64-a64-devices.patch # https://patchwork.kernel.org/project/linux-arm-kernel/patch/20201024162515.30032-2-wens@kernel.org/ -- cgit From 4171a171ebfd0e09de704f0f0faeadbaf5ca0b47 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 4 Nov 2020 17:19:10 -0600 Subject: Linux v5.9.4 Signed-off-by: Justin M. Forbes --- kernel.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 8f1c6aead..ec448145c 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 3 +%define stable_update 4 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -2982,6 +2982,11 @@ fi # # %changelog +* Wed Nov 4 17:08:50 CST 2020 Justin M. Forbes - 5.9.4-300 +- Linux v5.9.4 +- Fixes CVE-2020-25668 (rhbz 1893287 1893288) +- Fixes CVE-2020-27673 (rhbz 1891110 1891112) + * Mon Nov 2 12:03:06 CST 2020 Justin M. Forbes - 5.9.3-300 - Linux v5.9.3 -- cgit