kernel-6.10.8-100

* Wed Sep 04 2024 Augusto Caringi <acaringi@redhat.com> [6.10.8-0]
- Add to BugsFixed (Augusto Caringi)
- xfs: xfs_finobt_count_blocks() walks the wrong btree (Dave Chinner)
- Linux v6.10.8
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
Augusto Caringi 2024-09-04 18:12:00 -03:00
commit ad1d552838
5 changed files with 42 additions and 14 deletions

View file

@ -160,18 +160,18 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
%define specrpmversion 6.10.7
%define specversion 6.10.7
%define specrpmversion 6.10.8
%define specversion 6.10.8
%define patchversion 6.10
%define pkgrelease 100
%define kversion 6
%define tarfile_release 6.10.7
%define tarfile_release 6.10.8
# This is needed to do merge window version magic
%define patchlevel 10
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 100%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.10.7
%define kabiversion 6.10.8
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4043,11 +4043,16 @@ fi\
#
#
%changelog
* Thu Aug 29 2024 Augusto Caringi <acaringi@redhat.com> [6.10.7-100]
* Wed Sep 04 2024 Augusto Caringi <acaringi@redhat.com> [6.10.8-100]
- Turn off libbpf dynamic for perf on F39 (Justin M. Forbes)
- Revert "cpupower: Bump soname version" (Justin M. Forbes)
- Drop soname for libcpupower.so since we reverted the bump (Justin M. Forbes)
* Wed Sep 04 2024 Augusto Caringi <acaringi@redhat.com> [6.10.8-0]
- Add to BugsFixed (Augusto Caringi)
- xfs: xfs_finobt_count_blocks() walks the wrong btree (Dave Chinner)
- Linux v6.10.8
* Thu Aug 29 2024 Augusto Caringi <acaringi@redhat.com> [6.10.7-0]
- KVM: PPC: Book3S HV nestedv2: Keep nested guest HASHPKEYR in sync (Shivaprasad G Bhat)
- KVM: PPC: Book3S HV: Add one-reg interface for HASHPKEYR register (Shivaprasad G Bhat)