[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241101202258.233057-1-ojeda@kernel.org>
Date: Fri, 1 Nov 2024 21:22:58 +0100
From: Miguel Ojeda <ojeda@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Miguel Ojeda <ojeda@...nel.org>,
Alex Gaynor <alex.gaynor@...il.com>,
Boqun Feng <boqun.feng@...il.com>,
Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Benno Lossin <benno.lossin@...ton.me>,
Andreas Hindborg <a.hindborg@...nel.org>,
Alice Ryhl <aliceryhl@...gle.com>,
Trevor Gross <tmgross@...ch.edu>,
rust-for-linux@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] Rust fixes for 6.12 (3nd)
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(-)
Powered by blists - more mailing lists