kernel-6.13.4-100

* Sat Feb 22 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.13.4-0]
- Config update for 6.13.4 stable (Justin M. Forbes)
- mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIO (Hans de Goede)
- Fix up mismatch of CONFIG_CPUFREQ_DT_PLATDEV for automotive (Justin M. Forbes)
- Linux v6.13.4
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2025-02-23 07:44:03 -07:00
commit e29798160d
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
18 changed files with 48 additions and 23 deletions

View file

@ -159,18 +159,18 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
%define specrpmversion 6.13.3
%define specversion 6.13.3
%define specrpmversion 6.13.4
%define specversion 6.13.4
%define patchversion 6.13
%define pkgrelease 101
%define pkgrelease 100
%define kversion 6
%define tarfile_release 6.13.3
%define tarfile_release 6.13.4
# This is needed to do merge window version magic
%define patchlevel 13
# 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 6.13.3
%define kabiversion 6.13.4
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4166,10 +4166,14 @@ fi\
#
#
%changelog
* Wed Feb 19 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.13.3-101]
* Sat Feb 22 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.13.4-100]
- Turn off libbpf dynamic for perf (Justin M. Forbes)
* Sat Feb 22 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.13.4-0]
- Config update for 6.13.4 stable (Justin M. Forbes)
- mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIO (Hans de Goede)
- Fix up mismatch of CONFIG_CPUFREQ_DT_PLATDEV for automotive (Justin M. Forbes)
- Linux v6.13.4
* Mon Feb 17 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.13.3-0]
- CONFIG_CPUFREQ_DT_PLATDEV is bool now (Justin M. Forbes)