kernel-5.16.8-100

* Tue Feb 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.8-100]
- v5.16.8 rebase
- drm/i915/psr: Disable PSR2 selective fetch for all TGL steps (Lyude Paul)
- Set a value for CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION coming in with 5.16.8 (Justin M. Forbes)
- ata: libata-core: Fix ata_dev_config_cpr() (Damien Le Moal)
- Fix up Changelog for 5.16.7 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2022-02-08 14:05:12 -06:00
commit 216018fdf0
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
27 changed files with 250 additions and 11 deletions

View file

@ -130,7 +130,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.16
%define rpmversion 5.16.7
%define rpmversion 5.16.8
%define patchversion 5.16
%define pkgrelease 100
@ -692,7 +692,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
Source0: linux-5.16.7.tar.xz
Source0: linux-5.16.8.tar.xz
Source1: Makefile.rhelver
@ -1386,8 +1386,8 @@ ApplyOptionalPatch()
fi
}
%setup -q -n kernel-5.16.7 -c
mv linux-5.16.7 linux-%{KVERREL}
%setup -q -n kernel-5.16.8 -c
mv linux-5.16.8 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@ -2986,7 +2986,11 @@ fi
#
#
%changelog
* Sun Feb 06 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.7-100]
* Tue Feb 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.8-100]
- v5.16.8 rebase
- drm/i915/psr: Disable PSR2 selective fetch for all TGL steps (Lyude Paul)
- Set a value for CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION coming in with 5.16.8 (Justin M. Forbes)
- ata: libata-core: Fix ata_dev_config_cpr() (Damien Le Moal)
- Fix up Changelog for 5.16.7 (Justin M. Forbes)
* Sun Feb 06 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.7-0]