kernel-6.18.0-0.rc4.37

* Mon Nov 03 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.18.0-0.rc4.37]
- 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-03 09:16:17 -07:00
commit 6343a36cc8
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
4 changed files with 70 additions and 2 deletions

View file

@ -4500,6 +4500,10 @@ fi\
#
#
%changelog
* Mon Nov 03 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.0-0.rc4.37]
- rust: kbuild: workaround `rustdoc` doctests modifier bug (Miguel Ojeda)
- rust: kbuild: treat `build_error` and `rustdoc` as kernel objects (Miguel Ojeda)
* Mon Nov 03 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.18.0-0.rc4.37]
- powerpc/tools: drop `-o pipefail` in gcc check scripts (Jan Stancek)
- redhat/configs: clang_lto: disable CONFIG_FORTIFY_KUNIT_TEST (Scott Weaver)