]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'rust-fixes-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 Nov 2025 19:15:36 +0000 (11:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 Nov 2025 19:15:36 +0000 (11:15 -0800)
commitdc77806cf3b4788d328fddf245e86c5b529f31a2
treef346cb88a0cec829bd3eec4d75d8e3dbe379b985
parent5624d4c3781673da84e6144c359803ca31b66214
parent789521b4717fd6bd85164ba5c131f621a79c9736
Merge tag 'rust-fixes-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux

Pull rust fixes from Miguel Ojeda:

 - 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'

* tag 'rust-fixes-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux:
  rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0
  rust: kbuild: workaround `rustdoc` doctests modifier bug
  rust: kbuild: treat `build_error` and `rustdoc` as kernel objects
  rust: condvar: fix broken intra-doc link
  rust: devres: fix private intra-doc link