From 9093977089692262d1f802cdbf0b70a0081746f6 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 2 Apr 2020 15:44:07 +0200 Subject: Add patch fixing Lenovo X1 7th and 8th gen not suspending (rhbz 1816621) --- kernel.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index a722d5a32..2e3227ba7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -893,6 +893,10 @@ Patch509: drm-i915-backports.patch Patch510: 0001-mac80211-fix-authentication-with-iwlwifi-mvm.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=1816621 +# https://patchwork.ozlabs.org/patch/1260523/ +Patch511: e1000e-bump-up-timeout-to-wait-when-ME-un-configure-ULP-mode.patch + # END OF PATCH DEFINITIONS %endif @@ -2988,6 +2992,9 @@ fi # # %changelog +* Thu Apr 02 2020 Hans de Goede +- Add patch fixing Lenovo X1 7th and 8th gen not suspending (rhbz 1816621) + * Wed Apr 01 2020 Jeremy Cline - 5.6.1-300 - Linux v5.6.1 - Fixes CVE-2020-8835 (rhbz 1818941 1817350) -- cgit From 1e34012f4ca47475823fac26e20fe38dac09a11d Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 2 Apr 2020 19:55:00 +0200 Subject: Add patch fixing Lenovo X1 7th and 8th gen not suspending (rhbz 1816621) Add patch fixing Lenovo X1 8th gen speaker volume control (rhbz 1820196) --- kernel.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 2e3227ba7..57a5ee5d5 100644 --- a/kernel.spec +++ b/kernel.spec @@ -897,6 +897,9 @@ Patch510: 0001-mac80211-fix-authentication-with-iwlwifi-mvm.patch # https://patchwork.ozlabs.org/patch/1260523/ Patch511: e1000e-bump-up-timeout-to-wait-when-ME-un-configure-ULP-mode.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=1820196 +Patch512: 0001-ALSA-hda-realtek-Add-quirk-for-Lenovo-Carbon-X1-8th-.patch + # END OF PATCH DEFINITIONS %endif @@ -2994,6 +2997,7 @@ fi %changelog * Thu Apr 02 2020 Hans de Goede - Add patch fixing Lenovo X1 7th and 8th gen not suspending (rhbz 1816621) +- Add patch fixing Lenovo X1 8th gen speaker volume control (rhbz 1820196) * Wed Apr 01 2020 Jeremy Cline - 5.6.1-300 - Linux v5.6.1 -- cgit From a17a09f6bc6562051c5cc9f0161d0d929b552cf3 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Thu, 2 Apr 2020 14:15:03 -0400 Subject: Linux v5.6.2 --- kernel.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 57a5ee5d5..768f59205 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 1 +%define stable_update 2 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -891,8 +891,6 @@ Patch507: drm-dp-mst-error-handling-improvements.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1811850 Patch509: drm-i915-backports.patch -Patch510: 0001-mac80211-fix-authentication-with-iwlwifi-mvm.patch - # https://bugzilla.redhat.com/show_bug.cgi?id=1816621 # https://patchwork.ozlabs.org/patch/1260523/ Patch511: e1000e-bump-up-timeout-to-wait-when-ME-un-configure-ULP-mode.patch @@ -2995,6 +2993,9 @@ fi # # %changelog +* Thu Apr 02 2020 Jeremy Cline - 5.6.2-300 +- Linux v5.6.2 + * Thu Apr 02 2020 Hans de Goede - Add patch fixing Lenovo X1 7th and 8th gen not suspending (rhbz 1816621) - Add patch fixing Lenovo X1 8th gen speaker volume control (rhbz 1820196) -- cgit