From: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
To: Alice Ryhl <aliceryhl@google.com>
Cc: "Miguel Ojeda" <ojeda@kernel.org>,
"Matthew Wilcox" <willy@infradead.org>,
"Vlastimil Babka" <vbabka@suse.cz>,
"John Hubbard" <jhubbard@nvidia.com>,
"Liam R. Howlett" <Liam.Howlett@oracle.com>,
"Andrew Morton" <akpm@linux-foundation.org>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Arnd Bergmann" <arnd@arndb.de>, "Jann Horn" <jannh@google.com>,
"Suren Baghdasaryan" <surenb@google.com>,
"Alex Gaynor" <alex.gaynor@gmail.com>,
"Boqun Feng" <boqun.feng@gmail.com>,
"Gary Guo" <gary@garyguo.net>,
"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
"Benno Lossin" <benno.lossin@proton.me>,
"Andreas Hindborg" <a.hindborg@kernel.org>,
"Trevor Gross" <tmgross@umich.edu>,
"Linus Torvalds" <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org,
rust-for-linux@vger.kernel.org
Subject: Re: [PATCH v15 9/9] mm: rust: add MEMORY MANAGEMENT [RUST]
Date: Tue, 4 Mar 2025 11:54:46 +0000 [thread overview]
Message-ID: <f4b2411d-01d0-4cd8-b634-882558571c40@lucifer.local> (raw)
In-Reply-To: <20250304-vma-v15-9-5c641b31980a@google.com>
On Tue, Mar 04, 2025 at 11:50:00AM +0000, Alice Ryhl wrote:
> We have introduced Rust bindings for core mm abstractions as part of
> this series, so add an entry in MAINTAINERS to be explicit about who
> maintains this.
>
> Patches are anticipated to be taken through the mm tree as usual with
> other mm code.
>
> Link: https://rust-for-linux.com/rust-kernel-policy#how-is-rust-introduced-in-a-subsystem
> Link: https://lore.kernel.org/all/33e64b12-aa07-4e78-933a-b07c37ff1d84@lucifer.local/
> Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Acked-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> MAINTAINERS | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 25c86f47353de25c88291cc7fd6c4e9bfb12d5c4..3f610b3ab66ed5e502261deb867099fec6e4ab17 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15196,6 +15196,19 @@ F: tools/mm/
> F: tools/testing/selftests/mm/
> N: include/linux/page[-_]*
>
> +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/kernel/mm.rs
> +F: rust/kernel/mm/
> +
> MEMORY MAPPING
> M: Andrew Morton <akpm@linux-foundation.org>
> M: Liam R. Howlett <Liam.Howlett@oracle.com>
>
> --
> 2.48.1.711.g2feabab25a-goog
>
next prev parent reply other threads:[~2025-03-04 11:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-04 11:49 [PATCH v15 0/9] Rust support for mm_struct, vm_area_struct, and mmap Alice Ryhl
2025-03-04 11:49 ` [PATCH v15 1/9] mm: rust: add abstraction for struct mm_struct Alice Ryhl
2025-03-04 11:49 ` [PATCH v15 2/9] mm: rust: add vm_area_struct methods that require read access Alice Ryhl
2025-03-04 11:49 ` [PATCH v15 3/9] mm: rust: add vm_insert_page Alice Ryhl
2025-03-04 11:49 ` [PATCH v15 4/9] mm: rust: add lock_vma_under_rcu Alice Ryhl
2025-03-04 11:49 ` [PATCH v15 5/9] mm: rust: add mmput_async support Alice Ryhl
2025-03-09 11:37 ` kernel test robot
2025-03-10 9:23 ` Alice Ryhl
2025-03-10 14:19 ` Lorenzo Stoakes
2025-03-10 14:45 ` Miguel Ojeda
2025-03-04 11:49 ` [PATCH v15 6/9] mm: rust: add VmaNew for f_ops->mmap() Alice Ryhl
2025-03-04 11:49 ` [PATCH v15 7/9] rust: miscdevice: add mmap support Alice Ryhl
2025-03-04 11:49 ` [PATCH v15 8/9] task: rust: rework how current is accessed Alice Ryhl
2025-03-04 11:50 ` [PATCH v15 9/9] mm: rust: add MEMORY MANAGEMENT [RUST] Alice Ryhl
2025-03-04 11:54 ` Lorenzo Stoakes [this message]
2025-03-04 14:50 ` Liam R. Howlett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f4b2411d-01d0-4cd8-b634-882558571c40@lucifer.local \
--to=lorenzo.stoakes@oracle.com \
--cc=Liam.Howlett@oracle.com \
--cc=a.hindborg@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=alex.gaynor@gmail.com \
--cc=aliceryhl@google.com \
--cc=arnd@arndb.de \
--cc=benno.lossin@proton.me \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun.feng@gmail.com \
--cc=gary@garyguo.net \
--cc=gregkh@linuxfoundation.org \
--cc=jannh@google.com \
--cc=jhubbard@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=ojeda@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=surenb@google.com \
--cc=tmgross@umich.edu \
--cc=torvalds@linux-foundation.org \
--cc=vbabka@suse.cz \
--cc=willy@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox