kernel-5.16.19-0

* Fri Apr 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.19-0]
- Config update for 5.16.19 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2022-04-08 09:34:29 -05:00
commit 21e4990af6
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
17 changed files with 50 additions and 66 deletions

View file

@ -130,7 +130,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.16
%define rpmversion 5.16.18
%define rpmversion 5.16.19
%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.18.tar.xz
Source0: linux-5.16.19.tar.xz
Source1: Makefile.rhelver
@ -1386,8 +1386,8 @@ ApplyOptionalPatch()
fi
}
%setup -q -n kernel-5.16.18 -c
mv linux-5.16.18 linux-%{KVERREL}
%setup -q -n kernel-5.16.19 -c
mv linux-5.16.19 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@ -2985,6 +2985,9 @@ fi
#
#
%changelog
* Fri Apr 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.19-0]
- Config update for 5.16.19 (Justin M. Forbes)
* Mon Mar 28 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.18-0]
- Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" (Linus Torvalds)
- Fix RHDISTGIT for Fedora (Justin M. Forbes)