[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230823160244.188033-1-ojeda@kernel.org>
Date: Wed, 23 Aug 2023 18:02:41 +0200
From: Miguel Ojeda <ojeda@...nel.org>
To: Miguel Ojeda <ojeda@...nel.org>,
Wedson Almeida Filho <wedsonaf@...il.com>,
Alex Gaynor <alex.gaynor@...il.com>
Cc: 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@...sung.com>,
Alice Ryhl <aliceryhl@...gle.com>,
rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org,
patches@...ts.linux.dev
Subject: [PATCH 0/2] Rust 1.72.0 upgrade
This is the third upgrade to the Rust toolchain since the initial Rust
merge, from 1.71.1 to 1.72.0 (i.e. the latest, to be released tomorrow).
Please see the main patch message for a long explanation of the upgrade,
the policy for future upgrades and some indications on how to easily
review this.
The series is based on `rust-next`.
Miguel Ojeda (2):
rust: arc: add explicit `drop()` around `Box::from_raw()`
rust: upgrade to Rust 1.72.0
Documentation/process/changes.rst | 2 +-
rust/alloc/alloc.rs | 9 +-
rust/alloc/boxed.rs | 10 +-
rust/alloc/lib.rs | 10 +-
rust/alloc/vec/drain_filter.rs | 199 ------------------------------
rust/alloc/vec/extract_if.rs | 115 +++++++++++++++++
rust/alloc/vec/mod.rs | 106 ++++++++--------
rust/kernel/sync/arc.rs | 2 +-
scripts/min-tool-version.sh | 2 +-
9 files changed, 188 insertions(+), 267 deletions(-)
delete mode 100644 rust/alloc/vec/drain_filter.rs
create mode 100644 rust/alloc/vec/extract_if.rs
base-commit: 4af84c6a85c63bec24611e46bb3de2c0a6602a51
--
2.42.0
Powered by blists - more mailing lists