* [PATCH] mm: rust: add page.rs to MEMORY MANAGEMENT - RUST
@ 2025-08-14 7:54 Alice Ryhl
2025-08-14 7:58 ` Lorenzo Stoakes
2025-08-14 8:28 ` Danilo Krummrich
0 siblings, 2 replies; 3+ messages in thread
From: Alice Ryhl @ 2025-08-14 7:54 UTC (permalink / raw)
To: Andrew Morton, Liam R . Howlett, Lorenzo Stoakes,
Danilo Krummrich, Uladzislau Rezki, Vlastimil Babka
Cc: rust-for-linux, linux-mm, linux-kernel, Alice Ryhl
The page.rs file currently isn't included anywhere, and I think it's a
good fit for the MEMORY MANAGEMENT - RUST entry. The file was originally
added for use by Rust Binder, but I believe there is also work to use it
in the upcoming scatterlist abstractions.
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index fe168477caa4..45f7a21dafd4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16244,15 +16244,17 @@ S: Maintained
MEMORY MANAGEMENT - RUST
M: Alice Ryhl <aliceryhl@google.com>
R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
R: Liam R. Howlett <Liam.Howlett@oracle.com>
L: linux-mm@kvack.org
L: rust-for-linux@vger.kernel.org
S: Maintained
W: http://www.linux-mm.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
F: rust/helpers/mm.c
+F: rust/helpers/page.c
F: rust/kernel/mm.rs
F: rust/kernel/mm/
+F: rust/kernel/page.rs
MEMORY MAPPING
M: Andrew Morton <akpm@linux-foundation.org>
--
2.51.0.rc0.215.g125493bb4a-goog
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mm: rust: add page.rs to MEMORY MANAGEMENT - RUST
2025-08-14 7:54 [PATCH] mm: rust: add page.rs to MEMORY MANAGEMENT - RUST Alice Ryhl
@ 2025-08-14 7:58 ` Lorenzo Stoakes
2025-08-14 8:28 ` Danilo Krummrich
1 sibling, 0 replies; 3+ messages in thread
From: Lorenzo Stoakes @ 2025-08-14 7:58 UTC (permalink / raw)
To: Alice Ryhl
Cc: Andrew Morton, Liam R . Howlett, Danilo Krummrich,
Uladzislau Rezki, Vlastimil Babka, rust-for-linux, linux-mm,
linux-kernel
On Thu, Aug 14, 2025 at 07:54:54AM +0000, Alice Ryhl wrote:
> The page.rs file currently isn't included anywhere, and I think it's a
> good fit for the MEMORY MANAGEMENT - RUST entry. The file was originally
> added for use by Rust Binder, but I believe there is also work to use it
> in the upcoming scatterlist abstractions.
>
> Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Acked-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fe168477caa4..45f7a21dafd4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16244,15 +16244,17 @@ S: Maintained
> MEMORY MANAGEMENT - RUST
> M: Alice Ryhl <aliceryhl@google.com>
> R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Liam R. Howlett <Liam.Howlett@oracle.com>
> L: linux-mm@kvack.org
> L: rust-for-linux@vger.kernel.org
> S: Maintained
> W: http://www.linux-mm.org
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> F: rust/helpers/mm.c
> +F: rust/helpers/page.c
> F: rust/kernel/mm.rs
> F: rust/kernel/mm/
> +F: rust/kernel/page.rs
LGTM!
Apologies I've been a bit quiet on the rust front, is workload-related,
hope to dip in and out when I can :>)
Glad to see it's all moving forward nicely!
>
> MEMORY MAPPING
> M: Andrew Morton <akpm@linux-foundation.org>
> --
> 2.51.0.rc0.215.g125493bb4a-goog
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mm: rust: add page.rs to MEMORY MANAGEMENT - RUST
2025-08-14 7:54 [PATCH] mm: rust: add page.rs to MEMORY MANAGEMENT - RUST Alice Ryhl
2025-08-14 7:58 ` Lorenzo Stoakes
@ 2025-08-14 8:28 ` Danilo Krummrich
1 sibling, 0 replies; 3+ messages in thread
From: Danilo Krummrich @ 2025-08-14 8:28 UTC (permalink / raw)
To: Alice Ryhl
Cc: Andrew Morton, Liam R . Howlett, Lorenzo Stoakes,
Uladzislau Rezki, Vlastimil Babka, rust-for-linux, linux-mm,
linux-kernel
On 8/14/25 9:54 AM, Alice Ryhl wrote:
> The page.rs file currently isn't included anywhere, and I think it's a
> good fit for the MEMORY MANAGEMENT - RUST entry. The file was originally
> added for use by Rust Binder, but I believe there is also work to use it
> in the upcoming scatterlist abstractions.
>
> Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-14 8:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 7:54 [PATCH] mm: rust: add page.rs to MEMORY MANAGEMENT - RUST Alice Ryhl
2025-08-14 7:58 ` Lorenzo Stoakes
2025-08-14 8:28 ` 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).