kernel-6.12.12-100

* Sat Feb 01 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.12.12-0]
- Revert "init/main.c: Initialize early LSMs after arch code, static keys and calls." (Justin M. Forbes)
- Linux v6.12.12
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2025-02-01 11:34:14 -07:00
commit 6dfe461da8
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
5 changed files with 48 additions and 90 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.12.11
%define specversion 6.12.11
%define specrpmversion 6.12.12
%define specversion 6.12.12
%define patchversion 6.12
%define pkgrelease 100
%define kversion 6
%define tarfile_release 6.12.11
%define tarfile_release 6.12.12
# This is needed to do merge window version magic
%define patchlevel 12
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 100%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.12.11
%define kabiversion 6.12.12
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4164,9 +4164,13 @@ fi\
#
#
%changelog
* Thu Jan 23 2025 Augusto Caringi <acaringi@redhat.com> [6.12.11-100]
* Sat Feb 01 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.12.12-100]
- Turn off libbpf dynamic for perf (Justin M. Forbes)
* Sat Feb 01 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.12.12-0]
- Revert "init/main.c: Initialize early LSMs after arch code, static keys and calls." (Justin M. Forbes)
- Linux v6.12.12
* Thu Jan 23 2025 Augusto Caringi <acaringi@redhat.com> [6.12.11-0]
- Linux v6.12.11