diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-04-07 08:38:28 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-04-07 08:38:28 -0500 |
commit | c242538da102e54acc0378e3322262058ba5a8de (patch) | |
tree | 8ca0eea4bd6ea2ed4c39b2bd74065d3e2d2620b6 /kernel.spec | |
parent | 9d763c2454a1ed3b5e16cbc94149255e51f1d55d (diff) | |
download | kernel-c242538da102e54acc0378e3322262058ba5a8de.tar.gz kernel-c242538da102e54acc0378e3322262058ba5a8de.tar.xz kernel-c242538da102e54acc0378e3322262058ba5a8de.zip |
Add patches to fix nouveau issues preventing booting the installer or system
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index a70cf1f03..326b037f7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -865,6 +865,12 @@ Patch511: 0001-ALSA-hda-realtek-Add-quirk-for-Lenovo-Carbon-X1-8th-.patch # Fixes build on s390 and should be upstream after rc1 Patch512: export_sysrq_mask.patch +# nouveau runpm and secboot fixes +# Accepted nouveau upstream https://github.com/skeggsb/nouveau/commit/f5755e7069d4acbcce1a93692421f358241ead7b +Patch513: 0001-drm-nouveau-workaround-runpm-fail-by-disabling-PCI-p.patch +# Accepted nouveau upstream https://github.com/skeggsb/nouveau/commit/41c6a13e8143af71928749ea9895d2ebc2fb4ffd +Patch514: 0002-drm-nouveau-gr-gp107-gp108-implement-workaround-for-.patch + # END OF PATCH DEFINITIONS %endif @@ -2960,6 +2966,9 @@ fi # # %changelog +* Tue Apr 07 2020 Karol Herbst <kherbst@redhat.com> +- Add patches to fix nouveau issues preventing booting the installer or system + * Mon Apr 06 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.7.0-0.rc0.git6.1 - Linux v5.6-11374-ga10c9c710f9e |