]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Merge tag 'rust-fixes-6.13' of https://github.com/Rust-for-Linux/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Dec 2024 16:51:43 +0000 (08:51 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Dec 2024 16:51:43 +0000 (08:51 -0800)
Pull rust fixes from Miguel Ojeda:
 "Toolchain and infrastructure:

   - Set bindgen's Rust target version to prevent issues when
     pairing older rustc releases with newer bindgen releases,
     such as bindgen >= 0.71.0 and rustc < 1.82 due to
     unsafe_extern_blocks.

  drm/panic:

   - Remove spurious empty line detected by a new Clippy warning"

* tag 'rust-fixes-6.13' of https://github.com/Rust-for-Linux/linux:
  rust: kbuild: set `bindgen`'s Rust target version
  drm/panic: remove spurious empty line to clean warning


Trivial merge