Netdev List
 help / color / mirror / Atom feed
* [PATCH v2 0/3] rust: migrate users to zerocopy traits
@ 2026-09-06 10:28 Sagar Taunk
  2026-09-06 10:28 ` [PATCH v2 1/3] rust: net: netlink: Migrate to zerocopy's `IntoBytes` Sagar Taunk
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sagar Taunk @ 2026-09-06 10:28 UTC (permalink / raw)
  To: Miguel Ojeda, Danilo Krummrich
  Cc: Jakub Kicinski, Paolo Abeni, Eric Dumazet, David S . Miller,
	Simon Horman, Abdiel Janulgue, Daniel Almeida, Robin Murphy,
	Andreas Hindborg, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Alice Ryhl, Trevor Gross, Tamir Duberstein,
	Alexandre Courbot, Onur Özkan, Greg Kroah-Hartman,
	driver-core, rust-for-linux, netdev, linux-kernel, Sagar Taunk

This series migrates `dma.rs`, `uaccess.rs` and `net/netlink.rs`
from the kernel's `transmute::{FromBytes, AsBytes}` traits to the
equivalent zerocopy traits. 

Sagar Taunk (3):
  rust: net: netlink: Migrate to zerocopy's `IntoBytes`
  rust: uaccess: migrate to zerocopy's `Frombytes/IntoBytes`
  rust: dma.rs: Migrate to zerocopy's `Frombytes/IntoBytes`

 rust/kernel/dma.rs         | 22 +++++++++-------------
 rust/kernel/net/netlink.rs |  3 +--
 rust/kernel/uaccess.rs     |  5 ++---
 3 files changed, 12 insertions(+), 18 deletions(-)

-- 
2.55.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-09-06 16:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-06 10:28 [PATCH v2 0/3] rust: migrate users to zerocopy traits Sagar Taunk
2026-09-06 10:28 ` [PATCH v2 1/3] rust: net: netlink: Migrate to zerocopy's `IntoBytes` Sagar Taunk
2026-09-06 10:29 ` [PATCH v2 2/3] rust: uaccess: migrate to zerocopy's `Frombytes/IntoBytes` Sagar Taunk
2026-09-06 10:29 ` [PATCH v2 3/3] rust: dma.rs: Migrate " Sagar Taunk
2026-09-06 12:47   ` Gary Guo
2026-09-06 15:48     ` Danilo Krummrich
2026-09-06 16:34       ` Sagar Taunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox