kernel-6.18.16-200

* Wed Mar 04 2026 Augusto Caringi <acaringi@redhat.com> [6.18.16-0]
- Linux v6.18.16
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
Augusto Caringi 2026-03-04 13:43:21 -03:00
commit ea8894a978
4 changed files with 23 additions and 16 deletions

View file

@ -1,3 +1,7 @@
* Wed Mar 04 2026 Augusto Caringi <acaringi@redhat.com> [6.18.16-0]
- Linux v6.18.16
Resolves:
* Fri Feb 27 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.15-0]
- Linux v6.18.15
Resolves:

View file

@ -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.15
%define specversion 6.18.15
%define specrpmversion 6.18.16
%define specversion 6.18.16
%define patchversion 6.18
%define pkgrelease 200
%define kversion 6
%define tarfile_release 6.18.15
%define tarfile_release 6.18.16
# This is needed to do merge window version magic
%define patchlevel 18
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 200%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.18.15
%define kabiversion 6.18.16
# 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
* Wed Mar 04 2026 Augusto Caringi <acaringi@redhat.com> [6.18.16-0]
- Linux v6.18.16
* Fri Feb 27 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.15-0]
- Linux v6.18.15

View file

@ -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 e4aa2e76ea563..8a5e8b5acee8d 100644
index 35c1fcb095717..efba71c039b6d 100644
--- a/Makefile
+++ b/Makefile
@@ -355,6 +355,17 @@ ifneq ($(filter install,$(MAKECMDGOALS)),)
@ -286,7 +286,7 @@ index 892fce2b75497..eefbda45ac47a 100644
/* boot_command_line has been already set up in early.c */
*cmdline_p = boot_command_line;
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 1b2edd07a3e17..1c434c6900ebe 100644
index 383d4a4784f5b..45f428436e2d9 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -21,6 +21,7 @@
@ -297,7 +297,7 @@ index 1b2edd07a3e17..1c434c6900ebe 100644
#include <linux/static_call.h>
#include <linux/swiotlb.h>
#include <linux/tboot.h>
@@ -991,6 +992,13 @@ void __init setup_arch(char **cmdline_p)
@@ -997,6 +998,13 @@ void __init setup_arch(char **cmdline_p)
if (efi_enabled(EFI_BOOT))
efi_init();
@ -311,7 +311,7 @@ index 1b2edd07a3e17..1c434c6900ebe 100644
reserve_ibft_region();
x86_init.resources.dmi_setup();
@@ -1154,19 +1162,7 @@ void __init setup_arch(char **cmdline_p)
@@ -1160,19 +1168,7 @@ void __init setup_arch(char **cmdline_p)
/* Allocate bigger log buffer */
setup_log_buf(1);
@ -1408,10 +1408,10 @@ index 4e579352ab2c0..27007327d2307 100644
case IPU_SENSOR_ROTATION_NORMAL:
return 0;
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 9e073321b2dd2..cdbadf66e6497 100644
index d32a47e81fcf3..f5eb4f079395e 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -4453,6 +4453,30 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9000,
@@ -4481,6 +4481,30 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9000,
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9084,
quirk_bridge_cavm_thrx2_pcie_root);
@ -1669,7 +1669,7 @@ index 1d581ba5df66f..7826803444df9 100644
objtool-args = $(objtool-args-y) \
$(if $(delay-objtool), --link) \
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 47c8aa2a69392..de98c5afa921e 100644
index 133dfa16308a3..f17e7313f9b08 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -27,6 +27,7 @@
@ -1680,7 +1680,7 @@ index 47c8aa2a69392..de98c5afa921e 100644
#define MODULE_NS_PREFIX "module:"
@@ -2029,6 +2030,12 @@ static void write_buf(struct buffer *b, const char *fname)
@@ -2033,6 +2034,12 @@ static void write_buf(struct buffer *b, const char *fname)
}
}
@ -1693,7 +1693,7 @@ index 47c8aa2a69392..de98c5afa921e 100644
static void write_if_changed(struct buffer *b, const char *fname)
{
char *tmp;
@@ -2113,6 +2120,7 @@ static void write_mod_c_file(struct module *mod)
@@ -2117,6 +2124,7 @@ static void write_mod_c_file(struct module *mod)
}
add_srcversion(&buf, mod);

View file

@ -1,3 +1,3 @@
SHA512 (linux-6.18.15.tar.xz) = 7998ed923f4020ba7aec50636f0eb14cd96a901bc372073098bf092e2dfa164024bd41420d66a2743a34798690194b3814921aa9ac93dadc692c708f75125704
SHA512 (kernel-abi-stablelists-6.18.15.tar.xz) = bf26924dcbe7a7f04f221ba844f981d27c6697b9bcc97f3e99abd813006b57a753ec3ef1cf2429e92b2a0af46809b3ceda31cbeb386b2d2b4c78f7c8644688b1
SHA512 (kernel-kabi-dw-6.18.15.tar.xz) = d1ceaa92620f99c85580555678db7528cc0edf13cc050ee510ea52032625f99c787dbd5605503fa12ed6868d967608efdec8ce9d821e30bcdcd7d1f66df8a964
SHA512 (linux-6.18.16.tar.xz) = 3bae1be889360933d5a99891122262f148bf1a5a18832809873e3aa69d3e0aef64c9e4459dbd9e942011e5f157a315f88e475e48f58ea6cf2a274e62bb95b535
SHA512 (kernel-abi-stablelists-6.18.16.tar.xz) = 00d859b2f3fd9b42cf8368b1b523684b54e004fa9d5e973b26120dc014c84035daf5193349e8a1223d6420e586bb7959c99e826ee48e54d78bcea22757fed4ac
SHA512 (kernel-kabi-dw-6.18.16.tar.xz) = a26729eb28c8245c1f786589c822d3e291708070535c07163cc73d3608caf8933f5879b326d1406c7d3b4d5343d42884f21dde878d6caacb2be9981562693f7a