kernel-5.17.10-0

* Wed May 25 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.10-0]
- fedora: Re-enable efifb and vesafb drivers (Javier Martinez Canillas)
- drivers/firmware: skip simpledrm if nvidia-drm.modeset=1 is set (Javier Martinez Canillas)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2022-05-25 08:40:20 -05:00
commit 0f21e0ccbc
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
16 changed files with 155 additions and 99 deletions

View file

@ -130,7 +130,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.17
%define rpmversion 5.17.9
%define rpmversion 5.17.10
%define patchversion 5.17
%define pkgrelease 200
@ -695,7 +695,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
Source0: linux-5.17.9.tar.xz
Source0: linux-5.17.10.tar.xz
Source1: Makefile.rhelver
@ -1387,8 +1387,8 @@ ApplyOptionalPatch()
fi
}
%setup -q -n kernel-5.17.9 -c
mv linux-5.17.9 linux-%{KVERREL}
%setup -q -n kernel-5.17.10 -c
mv linux-5.17.10 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@ -3015,6 +3015,10 @@ fi
#
#
%changelog
* Wed May 25 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.10-0]
- fedora: Re-enable efifb and vesafb drivers (Javier Martinez Canillas)
- drivers/firmware: skip simpledrm if nvidia-drm.modeset=1 is set (Javier Martinez Canillas)
* Wed May 18 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.9-0]
- Fix changelog for 5.17.8 (Justin M. Forbes)