kernel-7.1.6-101

* 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)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2026-08-03 18:03:10 -06:00
commit 6fdf9aac3c
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
4 changed files with 13 additions and 6 deletions

View file

@ -190,13 +190,13 @@ Summary: The Linux kernel
%define specrpmversion 7.1.6
%define specversion 7.1.6
%define patchversion 7.1
%define pkgrelease 100
%define pkgrelease 101
%define kversion 7
%define tarfile_release 7.1.6
# This is needed to do merge window version magic
%define patchlevel 1
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 100%{?buildid}%{?dist}
%define specrelease 101%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 7.1.6
@ -4865,7 +4865,10 @@ fi\
#
#
%changelog
* Mon Aug 03 2026 Justin M. Forbes <jforbes@fedoraproject.org> [7.1.6-0]
* 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)
* 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)
* Mon Aug 03 2026 Augusto Caringi <acaringi@redhat.com> [7.1.6-0]