[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250906174901.1244166-1-ojeda@kernel.org>
Date: Sat, 6 Sep 2025 19:49:01 +0200
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 <lossin@...nel.org>,
Andreas Hindborg <a.hindborg@...nel.org>,
Alice Ryhl <aliceryhl@...gle.com>,
Trevor Gross <tmgross@...ch.edu>,
Danilo Krummrich <dakr@...nel.org>,
rust-for-linux@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] Rust fixes for 6.17 (2nd)
Hi Linus,
Please pull these two changes to prepare for the future Rust 1.91.0.
All commits have been in linux-next during this week.
No conflicts expected.
Thanks!
Cheers,
Miguel
The following changes since commit 1b237f190eb3d36f52dffe07a40b5eb210280e00:
Linux 6.17-rc3 (2025-08-24 12:04:12 -0400)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux.git tags/rust-fixes-6.17-2
for you to fetch changes up to 8851e27d2cb947ea8bbbe8e812068f7bf5cbd00b:
rust: support Rust >= 1.91.0 target spec (2025-08-31 23:34:34 +0200)
----------------------------------------------------------------
Rust fixes for v6.17 (2nd)
Toolchain and infrastructure:
- Two changes to prepare for the future Rust 1.91.0 release (expected
2025-10-30, currently in nightly): a target specification format
change and a renamed, soon-to-be-stabilized 'core' function.
----------------------------------------------------------------
Alice Ryhl (1):
rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0
Miguel Ojeda (1):
rust: support Rust >= 1.91.0 target spec
init/Kconfig | 3 +++
rust/kernel/lib.rs | 15 ++++++++++-----
scripts/generate_rust_target.rs | 12 ++++++++++--
3 files changed, 23 insertions(+), 7 deletions(-)
Powered by blists - more mailing lists