kernel-6.8.8-200

* Sat Apr 27 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.8.8-0]
- Update BugsFixed for 6.8.8 (Justin M. Forbes)
- Turn on ISM for Fedora (Justin M. Forbes)
- Turn off some Fedora UBSAN options to avoid false positives (Justin M. Forbes)
- fedora: aarch64: Enable a QCom Robotics platforms requirements (Peter Robinson)
- Turn on UBSAN for Fedora (Justin M. Forbes)
- Linux v6.8.8
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2024-04-27 12:16:35 -05:00
commit f4bd5a4c09
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
30 changed files with 222 additions and 150 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.8.7
%define specversion 6.8.7
%define specrpmversion 6.8.8
%define specversion 6.8.8
%define patchversion 6.8
%define pkgrelease 200
%define kversion 6
%define tarfile_release 6.8.7
%define tarfile_release 6.8.8
# This is needed to do merge window version magic
%define patchlevel 8
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 200%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.8.7
%define kabiversion 6.8.8
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -3959,10 +3959,18 @@ fi\
#
#
%changelog
* Wed Apr 17 2024 Augusto Caringi <acaringi@redhat.com> [6.8.7-200]
* Sat Apr 27 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.8.8-200]
- Revert "cpupower: Bump soname version" (Justin M. Forbes)
- Drop soname for libcpupower.so since we reverted the bump (Justin M. Forbes)
* Sat Apr 27 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.8.8-0]
- Update BugsFixed for 6.8.8 (Justin M. Forbes)
- Turn on ISM for Fedora (Justin M. Forbes)
- Turn off some Fedora UBSAN options to avoid false positives (Justin M. Forbes)
- fedora: aarch64: Enable a QCom Robotics platforms requirements (Peter Robinson)
- Turn on UBSAN for Fedora (Justin M. Forbes)
- Linux v6.8.8
* Wed Apr 17 2024 Augusto Caringi <acaringi@redhat.com> [6.8.7-0]
- redhat/configs: Enable CONFIG_MITIGATION_SPECTRE_BHI (Augusto Caringi)
- Turn on XEN_BALLOON_MEMORY_HOTPLUG for Fedora (Justin M. Forbes)