diff options
author | Thorsten Leemhuis <fedora@leemhuis.info> | 2020-04-03 07:55:05 +0200 |
---|---|---|
committer | Thorsten Leemhuis <fedora@leemhuis.info> | 2020-04-03 07:55:05 +0200 |
commit | c367903193b86724c2e4e95837341d734a0dc9ba (patch) | |
tree | d3fee279261de5d5763899067ce178f5f240a44f /kernel.spec | |
parent | 89ed54926f3ee3f90ad5e8baf10a8f4640e2db7a (diff) | |
parent | b54bb6ea90169839032f1e71a22c0ecfc5ed8e17 (diff) | |
download | kernel-c367903193b86724c2e4e95837341d734a0dc9ba.tar.gz kernel-c367903193b86724c2e4e95837341d734a0dc9ba.tar.xz kernel-c367903193b86724c2e4e95837341d734a0dc9ba.zip |
Merge remote-tracking branch 'origin/master' into rawhide-user-thl-vanilla-fedorakernel-5.7.0-0.rc0.git4.1.vanilla.knurd.1.fc33kernel-5.7.0-0.rc0.git4.1.vanilla.knurd.1.fc32kernel-5.7.0-0.rc0.git4.1.vanilla.knurd.1.fc31kernel-5.7.0-0.rc0.git4.1.vanilla.knurd.1.fc30
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/kernel.spec b/kernel.spec index 0e7a36dbb..ebd362038 100644 --- a/kernel.spec +++ b/kernel.spec @@ -115,7 +115,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 @@ -863,8 +863,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 @@ -894,11 +892,12 @@ 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=1816621 +# 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=1811850 -Patch509: drm-i915-backports.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 @@ -2998,6 +2997,13 @@ fi # # %changelog +* Thu Apr 02 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.7.0-0.rc0.git4.1 +- Linux v5.6-7632-g919dce24701f + +* Thu Apr 02 2020 Hans de Goede <hdegoede@redhat.com> +- 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 <jforbes@fedoraproject.org> - 5.7.0-0.rc0.git3.1 - Linux v5.6-5611-g1a323ea5356e |