]> www.infradead.org Git - users/hch/misc.git/commit
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)
commit7824850768aafe0e69ec6586900cc5c1dac94fe3
tree2f05562ab6f63681f115ec411f378d24cd964c14
parent115c0cc25130c59025cab8f8a5f1a3a97b1e16e1
parent7a5f93ea5862da91488975acaa0c7abd508f192b
Merge tag 'rust-fixes-6.13' of https://github.com/Rust-for-Linux/linux

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