]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Jul 2025 16:22:26 +0000 (09:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Jul 2025 16:22:26 +0000 (09:22 -0700)
commitacc0bac1c625972f3622339080194061e28fa243
tree19bd808aa2bffdda6c7aa84a20025b5c7d85f8c9
parent1c6aa1121e7a5cd296d7038dbdd619da8bee1cd5
parent7498159226772d66f150dd406be462d75964a366
Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux

Pull Rust fixes from Miguel Ojeda:
 "Toolchain and infrastructure:

   - Fix build and modpost confusion for the upcoming Rust 1.89.0
     release

   - Clean objtool warning for the upcoming Rust 1.89.0 release by
     adding one more noreturn function

  'kernel' crate:

   - Fix build error when using generics in the 'try_{,pin_}init!'
     macros"

* tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux:
  rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
  objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0
  rust: init: Fix generics in *_init! macros
tools/objtool/check.c