From e66f119db1b71da88900d5a870001ed135abd7a9 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 2 Apr 2020 15:33:42 +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 596bc9989..17e547f29 100644 --- a/kernel.spec +++ b/kernel.spec @@ -883,6 +883,10 @@ Patch507: drm-dp-mst-error-handling-improvements.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1811850 Patch509: drm-i915-backports.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=1816621 +# https://patchwork.ozlabs.org/patch/1260523/ +Patch510: e1000e-bump-up-timeout-to-wait-when-ME-un-configure-ULP-mode.patch + # END OF PATCH DEFINITIONS %endif @@ -2978,6 +2982,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 Justin M. Forbes - 5.7.0-0.rc0.git3.1 - Linux v5.6-5611-g1a323ea5356e -- cgit From cbf7430ee4079904c06ea040c868bb9112004402 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 2 Apr 2020 19:54:06 +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 17e547f29..6e6c3cf42 100644 --- a/kernel.spec +++ b/kernel.spec @@ -887,6 +887,9 @@ Patch509: drm-i915-backports.patch # https://patchwork.ozlabs.org/patch/1260523/ Patch510: e1000e-bump-up-timeout-to-wait-when-ME-un-configure-ULP-mode.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=1820196 +Patch511: 0001-ALSA-hda-realtek-Add-quirk-for-Lenovo-Carbon-X1-8th-.patch + # END OF PATCH DEFINITIONS %endif @@ -2984,6 +2987,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 Justin M. Forbes - 5.7.0-0.rc0.git3.1 - Linux v5.6-5611-g1a323ea5356e -- cgit From b54bb6ea90169839032f1e71a22c0ecfc5ed8e17 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 2 Apr 2020 17:12:14 -0500 Subject: Linux v5.6-7632-g919dce24701f --- kernel.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 6e6c3cf42..2c5efb821 100644 --- a/kernel.spec +++ b/kernel.spec @@ -107,7 +107,7 @@ Summary: The Linux kernel # The rc snapshot level %global rcrev 0 # The git snapshot level -%define gitrev 3 +%define gitrev 4 # Set rpm version accordingly %define rpmversion 5.%{upstream_sublevel}.0 %endif @@ -846,8 +846,6 @@ Patch340: arm64-pinebook-fixes.patch Patch341: arm64-a64-mbus.patch # v4 https://patchwork.kernel.org/cover/11420797/ Patch342: Add-support-for-the-pine64-Pinebook-Pro.patch -# https://patchwork.kernel.org/cover/11405517/ -Patch343: Add-LCD-support-for-Pine64-Pinebook-1080p.patch # https://lkml.org/lkml/2020/1/15/1320 Patch344: arm64-pine64-pinetab.patch # https://www.spinics.net/lists/arm-kernel/msg789135.html @@ -877,12 +875,6 @@ Patch504: 0001-mm-kmemleak-skip-late_init-if-not-skip-disable.patch # https://lkml.org/lkml/2019/8/29/1772 Patch505: ARM-fix-__get_user_check-in-case-uaccess_-calls-are-not-inlined.patch -# More DP-MST fixes, pending for 5.7 -Patch507: drm-dp-mst-error-handling-improvements.patch - -# https://bugzilla.redhat.com/show_bug.cgi?id=1811850 -Patch509: drm-i915-backports.patch - # https://bugzilla.redhat.com/show_bug.cgi?id=1816621 # https://patchwork.ozlabs.org/patch/1260523/ Patch510: e1000e-bump-up-timeout-to-wait-when-ME-un-configure-ULP-mode.patch @@ -2985,6 +2977,9 @@ fi # # %changelog +* Thu Apr 02 2020 Justin M. Forbes - 5.7.0-0.rc0.git4.1 +- Linux v5.6-7632-g919dce24701f + * 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