[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251105145406.33929-1-ojeda@kernel.org>
Date: Wed, 5 Nov 2025 15:54:06 +0100
From: Miguel Ojeda <ojeda@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Miguel Ojeda <ojeda@...nel.org>,
Alex Gaynor <alex.gaynor@...il.com>,
Boqun Feng <boqun.feng@...il.com>,
Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Benno Lossin <lossin@...nel.org>,
Andreas Hindborg <a.hindborg@...nel.org>,
Alice Ryhl <aliceryhl@...gle.com>,
Trevor Gross <tmgross@...ch.edu>,
Danilo Krummrich <dakr@...nel.org>,
rust-for-linux@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] Rust fixes for 6.18
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(-)
Powered by blists - more mailing lists