[GIT PULL] Rust fixes for 6.18
From: Miguel Ojeda
Date: Wed Nov 05 2025 - 09:54:23 EST
Hi Linus,
Please pull these fixes for Rust.
They have been only one round in linux-next.
I may have another one later in the cycle.
No conflicts expected.
Thanks!
Cheers,
Miguel
The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0:
Linux 6.18-rc4 (2025-11-02 11:28:02 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux.git tags/rust-fixes-6.18
for you to fetch changes up to 789521b4717fd6bd85164ba5c131f621a79c9736:
rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0 (2025-11-04 19:11:39 +0100)
----------------------------------------------------------------
Rust fixes for v6.18
Toolchain and infrastructure:
- Fix/workaround a couple Rust 1.91.0 build issues when sanitizers are
enabled due to extra checking performed by the compiler and an
upstream issue already fixed for Rust 1.93.0.
- Fix future Rust 1.93.0 builds by supporting the stabilized name for
the 'no-jump-tables' flag.
- Fix a couple private/broken intra-doc links uncovered by the future
move of pin-init to 'syn'.
----------------------------------------------------------------
Miguel Ojeda (5):
rust: devres: fix private intra-doc link
rust: condvar: fix broken intra-doc link
rust: kbuild: treat `build_error` and `rustdoc` as kernel objects
rust: kbuild: workaround `rustdoc` doctests modifier bug
rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0
arch/loongarch/Makefile | 2 +-
arch/x86/Makefile | 2 +-
rust/Makefile | 15 ++++++++++++++-
rust/kernel/devres.rs | 2 +-
rust/kernel/sync/condvar.rs | 2 +-
5 files changed, 18 insertions(+), 5 deletions(-)