[GIT PULL] Rust for v7.2 (addendum)
From: Miguel Ojeda
Date: Wed Jun 24 2026 - 10:49:10 EST
Hi Linus,
This is the "second, tiny PR later in the merge window with a small
patch to simplify cross-tree development for the next cycle" that I
mentioned in the normal Rust PR.
The commit has been in linux-next for a week.
No conflicts expected.
Please pull -- thanks!
Cheers,
Miguel
The following changes since commit 6b5a2b7d9bc156e505f09e698d85d6a1547c1206:
Merge tag 'trace-tools-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace (2026-06-16 17:50:34 +0530)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux.git tags/rust-7.2-2
for you to fetch changes up to 43a393185e33e573a374c1d4f7ddf6481484ef8d:
rust: prelude: add `zerocopy{,_derive}::IntoBytes` (2026-06-17 00:32:42 +0200)
----------------------------------------------------------------
Rust changes for v7.2 (addendum)
'kernel' crate:
- 'prelude' module: add 'zerocopy{,_derive}::IntoBytes'.
This will simplify using 'zerocopy' in several trees next cycle.
----------------------------------------------------------------
Gary Guo (1):
rust: prelude: add `zerocopy{,_derive}::IntoBytes`
rust/kernel/prelude.rs | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)