]> www.infradead.org Git - linux.git/commit
Merge tag 'rust-fixes-6.12-3' of https://github.com/Rust-for-Linux/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Nov 2024 01:59:46 +0000 (15:59 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Nov 2024 01:59:46 +0000 (15:59 -1000)
commitf7292c0934a848a3fc52c0926203417b5613c69c
treeb8192ae4d00cef6b5faa80649c5fe5f055171623
parent05b92660cdfe53a49425467fa64b5ac4451a7f9e
parent2313ab74c3004089ecac5f0f91f7274829f3825b
Merge tag 'rust-fixes-6.12-3' of https://github.com/Rust-for-Linux/linux

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

   - Avoid build errors with old 'rustc's without LLVM patch version
     (important since it impacts people that do not even enable Rust)

   - Update LLVM version for 'HAVE_CFI_ICALL_NORMALIZE_INTEGERS' in
     'depends on' condition (the fix was eventually backported rather
     than land in LLVM 19)"

* tag 'rust-fixes-6.12-3' of https://github.com/Rust-for-Linux/linux:
  cfi: tweak llvm version for HAVE_CFI_ICALL_NORMALIZE_INTEGERS
  kbuild: rust: avoid errors with old `rustc`s without LLVM patch version