kernel-6.18.15-100
* Fri Feb 27 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.15-0] - Linux v6.18.15 Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
86541987e6
commit
612eceb8bf
4 changed files with 15 additions and 8 deletions
|
|
@ -1,3 +1,7 @@
|
|||
* Fri Feb 27 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.15-0]
|
||||
- Linux v6.18.15
|
||||
Resolves:
|
||||
|
||||
* Thu Feb 26 2026 Augusto Caringi <acaringi@redhat.com> [6.18.14-0]
|
||||
- Fix up the config for CONFIG_MFD_TN48M_CPLD (Augusto Caringi)
|
||||
- Linux v6.18.14
|
||||
|
|
|
|||
11
kernel.spec
11
kernel.spec
|
|
@ -173,18 +173,18 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
# define buildid .local
|
||||
%define specrpmversion 6.18.14
|
||||
%define specversion 6.18.14
|
||||
%define specrpmversion 6.18.15
|
||||
%define specversion 6.18.15
|
||||
%define patchversion 6.18
|
||||
%define pkgrelease 100
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.18.14
|
||||
%define tarfile_release 6.18.15
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 18
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 100%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.18.14
|
||||
%define kabiversion 6.18.15
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
|
|
@ -4510,6 +4510,9 @@ fi\
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Feb 27 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.15-0]
|
||||
- Linux v6.18.15
|
||||
|
||||
* Thu Feb 26 2026 Augusto Caringi <acaringi@redhat.com> [6.18.14-0]
|
||||
- Fix up the config for CONFIG_MFD_TN48M_CPLD (Augusto Caringi)
|
||||
- Linux v6.18.14
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ index 2adc174fb576c..068a5906b1774 100644
|
|||
The driver will load the first matching firmware and skip the rest. If no matching firmware is found, it will proceed to the next pattern in the specified order. If all searches fail, the default Intel firmware, listed last in the order above, will be loaded.
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index d166d06950999..ca2d6e2ba30de 100644
|
||||
index e4aa2e76ea563..8a5e8b5acee8d 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -355,6 +355,17 @@ ifneq ($(filter install,$(MAKECMDGOALS)),)
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (linux-6.18.14.tar.xz) = 6faae2415eee3ad56f51d3b03c9d1fb57fa57dc3aeb07c9d9534ce2a79b9731b55fb8b6b7561126c33d2e55444356765e65c1000e82677b22a6f296cc7da0fa2
|
||||
SHA512 (kernel-abi-stablelists-6.18.14.tar.xz) = 0324f999e1bb1e4becc2cff326c9bb059028cd36591cc9ec52dd43901176ecf2f8e08bf0c5691c2fb0994e1f12c60aaed7f7a14f8099fc154378c9dbe3d41a7f
|
||||
SHA512 (kernel-kabi-dw-6.18.14.tar.xz) = 04b9ee491435aaf3d1f3ebf9161ce2c13cadd8545a1165557cda72d49022b9aeb07eefce80afbc1ecc9434c371cab23e182f6327e388135de56d09b418091020
|
||||
SHA512 (linux-6.18.15.tar.xz) = 7998ed923f4020ba7aec50636f0eb14cd96a901bc372073098bf092e2dfa164024bd41420d66a2743a34798690194b3814921aa9ac93dadc692c708f75125704
|
||||
SHA512 (kernel-abi-stablelists-6.18.15.tar.xz) = 24eb72bc56f5d18d68940411eab1419010c23a77c18f26ceb9379c2d7eb0a88b1e85d014fed11747b1ce2c864f21c6ccf7904119e40001710d1e0fe4ea139db5
|
||||
SHA512 (kernel-kabi-dw-6.18.15.tar.xz) = d1ceaa92620f99c85580555678db7528cc0edf13cc050ee510ea52032625f99c787dbd5605503fa12ed6868d967608efdec8ce9d821e30bcdcd7d1f66df8a964
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue