kernel-5.16-0.rc5.20211216git2b14864acbaa.37

* Thu Dec 16 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc5.20211216git2b14864acbaa.37]
- Enable CONFIG_BPF_SYSCALL for zfcpdump (Jiri Olsa)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2021-12-16 09:08:58 -06:00
commit c840fdeb4a
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
4 changed files with 15 additions and 12 deletions

View file

@ -87,7 +87,7 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 0
%global distro_build 0.rc5.20211214git5472f14a3742.36
%global distro_build 0.rc5.20211216git2b14864acbaa.37
%if 0%{?fedora}
%define secure_boot_arch x86_64
@ -132,13 +132,13 @@ Summary: The Linux kernel
%define rpmversion 5.16.0
%define patchversion 5.16
%define pkgrelease 0.rc5.20211214git5472f14a3742.36
%define pkgrelease 0.rc5.20211216git2b14864acbaa.37
# This is needed to do merge window version magic
%define patchlevel 16
# allow pkg_release to have configurable %%{?dist} tag
%define specrelease 0.rc5.20211214git5472f14a3742.36%{?buildid}%{?dist}
%define specrelease 0.rc5.20211216git2b14864acbaa.37%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@ -689,7 +689,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
Source0: linux-5.16-rc5-10-g5472f14a3742.tar.xz
Source0: linux-5.16-rc5-25-g2b14864acbaa.tar.xz
Source1: Makefile.rhelver
@ -1383,8 +1383,8 @@ ApplyOptionalPatch()
fi
}
%setup -q -n kernel-5.16-rc5-10-g5472f14a3742 -c
mv linux-5.16-rc5-10-g5472f14a3742 linux-%{KVERREL}
%setup -q -n kernel-5.16-rc5-25-g2b14864acbaa -c
mv linux-5.16-rc5-25-g2b14864acbaa linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@ -2981,6 +2981,9 @@ fi
#
#
%changelog
* Thu Dec 16 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc5.20211216git2b14864acbaa.37]
- Enable CONFIG_BPF_SYSCALL for zfcpdump (Jiri Olsa)
* Tue Dec 14 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc5.20211214git5472f14a3742.36]
- Enable CONFIG_CIFS_SMB_DIRECT for ARK (Ronnie Sahlberg)
- mt76: enable new device MT7921E in CentOs/RHEL (Íñigo Huguet) [2004821]