* [PATCH] rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref
@ 2025-08-14 10:41 Shankari Anand
2025-08-15 20:55 ` Danilo Krummrich
0 siblings, 1 reply; 2+ messages in thread
From: Shankari Anand @ 2025-08-14 10:41 UTC (permalink / raw)
To: Abdiel Janulgue, Danilo Krummrich, Miguel Ojeda, Alex Gaynor
Cc: Daniel Almeida, Robin Murphy, Andreas Hindborg, Boqun Feng,
Gary Guo, Björn Roy Baron, Benno Lossin, Alice Ryhl,
Trevor Gross, rust-for-linux, linux-kernel, Shankari Anand
Update call sites in the dma subsystem to import `ARef` and
`AlwaysRefCounted` from `sync::aref` instead of `types`.
This aligns with the ongoing effort to move `ARef` and
`AlwaysRefCounted` to sync.
Suggested-by: Benno Lossin <lossin@kernel.org>
Link: https://github.com/Rust-for-Linux/linux/issues/1173
Signed-off-by: Shankari Anand <shankari.ak0208@gmail.com>
---
It part of a subsystem-wise split series, as suggested in:
https://lore.kernel.org/rust-for-linux/CANiq72=NSRMV_6UxXVgkebmWmbgN4i=sfRszr-G+x3W5A4DYOg@mail.gmail.com/T/#u
This split series is intended to ease review and subsystem-level maintenance.
The original moving patch is here: (commit 07dad44aa9a93)
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=07dad44aa9a93b16af19e8609a10b241c352b440
Gradually the re-export from types.rs will be eliminated in the
future cycle.
---
rust/kernel/dma.rs | 2 +-
samples/rust/rust_dma.rs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rust/kernel/dma.rs b/rust/kernel/dma.rs
index 2bc8ab51ec28..68fe67624424 100644
--- a/rust/kernel/dma.rs
+++ b/rust/kernel/dma.rs
@@ -9,8 +9,8 @@
device::{Bound, Core},
error::{to_result, Result},
prelude::*,
+ sync::aref::ARef,
transmute::{AsBytes, FromBytes},
- types::ARef,
};
/// Trait to be implemented by DMA capable bus devices.
diff --git a/samples/rust/rust_dma.rs b/samples/rust/rust_dma.rs
index c5e7cce68654..997a9c4cf2b3 100644
--- a/samples/rust/rust_dma.rs
+++ b/samples/rust/rust_dma.rs
@@ -10,7 +10,7 @@
dma::{CoherentAllocation, Device, DmaMask},
pci,
prelude::*,
- types::ARef,
+ sync::aref::ARef,
};
struct DmaSampleDriver {
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref
2025-08-14 10:41 [PATCH] rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref Shankari Anand
@ 2025-08-15 20:55 ` Danilo Krummrich
0 siblings, 0 replies; 2+ messages in thread
From: Danilo Krummrich @ 2025-08-15 20:55 UTC (permalink / raw)
To: Shankari Anand
Cc: Abdiel Janulgue, Miguel Ojeda, Alex Gaynor, Daniel Almeida,
Robin Murphy, Andreas Hindborg, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Alice Ryhl, Trevor Gross,
rust-for-linux, linux-kernel
On 8/14/25 12:41 PM, Shankari Anand wrote:
> Update call sites in the dma subsystem to import `ARef` and
> `AlwaysRefCounted` from `sync::aref` instead of `types`.
>
> This aligns with the ongoing effort to move `ARef` and
> `AlwaysRefCounted` to sync.
>
> Suggested-by: Benno Lossin <lossin@kernel.org>
> Link: https://github.com/Rust-for-Linux/linux/issues/1173
> Signed-off-by: Shankari Anand <shankari.ak0208@gmail.com>
Applied to alloc-next, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-15 20:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 10:41 [PATCH] rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref Shankari Anand
2025-08-15 20:55 ` Danilo Krummrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).