kernel-7.1.7-100

* Thu Aug 06 2026 Justin M. Forbes <jforbes@fedoraproject.org> [7.1.7-0]
- Linux v7.1.7
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2026-08-06 12:31:37 -06:00
commit 6596f86d71
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
5 changed files with 18 additions and 11 deletions

View file

@ -187,18 +187,18 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
%define specrpmversion 7.1.6
%define specversion 7.1.6
%define specrpmversion 7.1.7
%define specversion 7.1.7
%define patchversion 7.1
%define pkgrelease 101
%define pkgrelease 100
%define kversion 7
%define tarfile_release 7.1.6
%define tarfile_release 7.1.7
# This is needed to do merge window version magic
%define patchlevel 1
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 101%{?buildid}%{?dist}
%define specrelease 100%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 7.1.6
%define kabiversion 7.1.7
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4865,6 +4865,9 @@ fi\
#
#
%changelog
* Thu Aug 06 2026 Justin M. Forbes <jforbes@fedoraproject.org> [7.1.7-0]
- Linux v7.1.7
* Mon Aug 03 2026 Justin M. Forbes <jforbes@fedoraproject.org> [7.1.6-1]
- vhost: reset the vring metadata cache on vring reconfiguration (Jun Yang)