From 9eaa11e3b8f7fbc733d15e44672e1f9d01deb1a7 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 26 Aug 2020 10:56:12 -0500 Subject: Linux v5.8.4 Signed-off-by: Justin M. Forbes --- kernel.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 4ba427059..34fa17eaa 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} @@ -863,6 +863,10 @@ 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 + # END OF PATCH DEFINITIONS %endif @@ -2967,6 +2971,9 @@ fi # # %changelog +* Wed Aug 26 2020 Justin M. Forbes - 5.8.4-300 +- Linux v5.8.4 + * Fri Aug 21 2020 Justin M. Forbes - 5.8.3-300 - Linux v5.8.3 -- cgit From 6e852b6e11de8a97a4b37a343c5d870f16b62105 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 26 Aug 2020 17:08:10 -0500 Subject: Temporary build fix Signed-off-by: Justin M. Forbes --- kernel.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 34fa17eaa..61e785a79 100644 --- a/kernel.spec +++ b/kernel.spec @@ -867,6 +867,10 @@ 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 + + # END OF PATCH DEFINITIONS %endif -- cgit