[GIT PULL] Rust fixes for 6.12 (3nd)
From: Miguel Ojeda
Date: Fri Nov 01 2024 - 16:23:54 EST
Hi Linus,
Please pull these fixes for Rust (third round).
The last commit has been in linux-next for a round.
No conflicts expected.
Thanks!
Cheers,
Miguel
The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:
Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)
are available in the Git repository at:
https://github.com/Rust-for-Linux/linux.git tags/rust-fixes-6.12-3
for you to fetch changes up to 2313ab74c3004089ecac5f0f91f7274829f3825b:
cfi: tweak llvm version for HAVE_CFI_ICALL_NORMALIZE_INTEGERS (2024-10-31 00:41:37 +0100)
----------------------------------------------------------------
Rust fixes for v6.12 (3nd)
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).
----------------------------------------------------------------
Alice Ryhl (1):
cfi: tweak llvm version for HAVE_CFI_ICALL_NORMALIZE_INTEGERS
Miguel Ojeda (1):
kbuild: rust: avoid errors with old `rustc`s without LLVM patch version
arch/Kconfig | 4 ++--
scripts/rustc-llvm-version.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)