kernel-6.18.0-0.rc4.251105g1c353dc8d962d.39

* Wed Nov 05 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.18.0-0.rc4.1c353dc8d962.39]
- rust: kbuild: workaround `rustdoc` doctests modifier bug (Miguel Ojeda)
- rust: kbuild: treat `build_error` and `rustdoc` as kernel objects (Miguel Ojeda)
- powerpc/tools: drop `-o pipefail` in gcc check scripts (Jan Stancek)
- redhat/configs: clang_lto: disable CONFIG_FORTIFY_KUNIT_TEST (Scott Weaver)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2025-11-05 11:07:27 -07:00
commit c834b455d0
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
6 changed files with 28 additions and 19 deletions

View file

@ -430,10 +430,10 @@ 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/cpu/common.c b/arch/x86/kernel/cpu/common.c
index c7d3512914ca9..3ad1a183d5397 100644
index 02d97834a1d4d..4165e24261282 100644
--- a/arch/x86/kernel/cpu/common.c
+++ b/arch/x86/kernel/cpu/common.c
@@ -1757,6 +1757,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
@@ -1761,6 +1761,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
get_cpu_vendor(c);
intel_unlock_cpuid_leafs(c);
get_cpu_cap(c);