[PATCH] MAINTAINERS: add mm folks as reviewers to rust alloc

Lorenzo Stoakes posted 1 patch 3 months ago
MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] MAINTAINERS: add mm folks as reviewers to rust alloc
Posted by Lorenzo Stoakes 3 months ago
The alloc implementation is a thin wrapper over slab/vmalloc, so to help
out on the mm side of things and to be cc'd on changes, add some mm people
as reviewers.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 71599ab6bd56..54dd937160ac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21751,6 +21751,10 @@ K:	\b(?i:rust)\b
 
 RUST [ALLOC]
 M:	Danilo Krummrich <dakr@kernel.org>
+R:	Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
+R:	Vlastimil Babka <vbabka@suse.cz>
+R:	Liam R. Howlett <Liam.Howlett@oracle.com>
+R:	Uladzislau Rezki <urezki@gmail.com>
 L:	rust-for-linux@vger.kernel.org
 S:	Maintained
 T:	git https://github.com/Rust-for-Linux/linux.git alloc-next
-- 
2.50.0
Re: [PATCH] MAINTAINERS: add mm folks as reviewers to rust alloc
Posted by Danilo Krummrich 2 months, 4 weeks ago
On Tue Jul 8, 2025 at 8:37 PM CEST, Lorenzo Stoakes wrote:
> The alloc implementation is a thin wrapper over slab/vmalloc, so to help
> out on the mm side of things and to be cc'd on changes, add some mm people
> as reviewers.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Applied to alloc-next, thanks!
Re: [PATCH] MAINTAINERS: add mm folks as reviewers to rust alloc
Posted by Vitaly Wool 3 months ago

> On Jul 8, 2025, at 8:37 PM, Lorenzo Stoakes <lorenzo.stoakes@oracle.com> wrote:
> 
> The alloc implementation is a thin wrapper over slab/vmalloc, so to help
> out on the mm side of things and to be cc'd on changes, add some mm people
> as reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Thanks for bringing more clarity to this, appreciated.

~Vitaly

> ---
> MAINTAINERS | 4 ++++
> 1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 71599ab6bd56..54dd937160ac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21751,6 +21751,10 @@ K:	\b(?i:rust)\b
> 
> RUST [ALLOC]
> M:	Danilo Krummrich <dakr@kernel.org>
> +R:	Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> +R:	Vlastimil Babka <vbabka@suse.cz>
> +R:	Liam R. Howlett <Liam.Howlett@oracle.com>
> +R:	Uladzislau Rezki <urezki@gmail.com>
> L:	rust-for-linux@vger.kernel.org
> S:	Maintained
> T:	git https://github.com/Rust-for-Linux/linux.git alloc-next
> -- 
> 2.50.0
> 
> 
Re: [PATCH] MAINTAINERS: add mm folks as reviewers to rust alloc
Posted by Uladzislau Rezki 3 months ago
On Tue, Jul 08, 2025 at 07:37:47PM +0100, Lorenzo Stoakes wrote:
> The alloc implementation is a thin wrapper over slab/vmalloc, so to help
> out on the mm side of things and to be cc'd on changes, add some mm people
> as reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 71599ab6bd56..54dd937160ac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21751,6 +21751,10 @@ K:	\b(?i:rust)\b
>  
>  RUST [ALLOC]
>  M:	Danilo Krummrich <dakr@kernel.org>
> +R:	Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> +R:	Vlastimil Babka <vbabka@suse.cz>
> +R:	Liam R. Howlett <Liam.Howlett@oracle.com>
> +R:	Uladzislau Rezki <urezki@gmail.com>
>  L:	rust-for-linux@vger.kernel.org
>  S:	Maintained
>  T:	git https://github.com/Rust-for-Linux/linux.git alloc-next
> -- 
> 2.50.0
> 
Acked-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Re: [PATCH] MAINTAINERS: add mm folks as reviewers to rust alloc
Posted by Vlastimil Babka 3 months ago
On 7/8/25 20:37, Lorenzo Stoakes wrote:
> The alloc implementation is a thin wrapper over slab/vmalloc, so to help
> out on the mm side of things and to be cc'd on changes, add some mm people
> as reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Acked-by: Vlastimil Babka <vbabka@suse.cz>

> ---
>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 71599ab6bd56..54dd937160ac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21751,6 +21751,10 @@ K:	\b(?i:rust)\b
>  
>  RUST [ALLOC]
>  M:	Danilo Krummrich <dakr@kernel.org>
> +R:	Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> +R:	Vlastimil Babka <vbabka@suse.cz>
> +R:	Liam R. Howlett <Liam.Howlett@oracle.com>
> +R:	Uladzislau Rezki <urezki@gmail.com>
>  L:	rust-for-linux@vger.kernel.org
>  S:	Maintained
>  T:	git https://github.com/Rust-for-Linux/linux.git alloc-next
Re: [PATCH] MAINTAINERS: add mm folks as reviewers to rust alloc
Posted by Liam R. Howlett 3 months ago
* Lorenzo Stoakes <lorenzo.stoakes@oracle.com> [250708 14:37]:
> The alloc implementation is a thin wrapper over slab/vmalloc, so to help
> out on the mm side of things and to be cc'd on changes, add some mm people
> as reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Acked-by:  Liam R. Howlett <Liam.Howlett@oracle.com>

> ---
>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 71599ab6bd56..54dd937160ac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21751,6 +21751,10 @@ K:	\b(?i:rust)\b
>  
>  RUST [ALLOC]
>  M:	Danilo Krummrich <dakr@kernel.org>
> +R:	Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> +R:	Vlastimil Babka <vbabka@suse.cz>
> +R:	Liam R. Howlett <Liam.Howlett@oracle.com>
> +R:	Uladzislau Rezki <urezki@gmail.com>
>  L:	rust-for-linux@vger.kernel.org
>  S:	Maintained
>  T:	git https://github.com/Rust-for-Linux/linux.git alloc-next
> -- 
> 2.50.0
>
Re: [PATCH] MAINTAINERS: add mm folks as reviewers to rust alloc
Posted by Danilo Krummrich 3 months ago
Hi Lorenzo,

On 7/8/25 8:37 PM, Lorenzo Stoakes wrote:
> The alloc implementation is a thin wrapper over slab/vmalloc, so to help

It's much more than that, as far as MM is concerned this is true (no need to
change this in the commit message).

> out on the mm side of things and to be cc'd on changes, add some mm people
> as reviewers.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Thanks a lot for sending this patch, it is very welcome! I will apply it once I
have an ACK from Vlastimil, Liam and Uladzislau.

> ---
>   MAINTAINERS | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 71599ab6bd56..54dd937160ac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21751,6 +21751,10 @@ K:	\b(?i:rust)\b
>   
>   RUST [ALLOC]
>   M:	Danilo Krummrich <dakr@kernel.org>
> +R:	Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> +R:	Vlastimil Babka <vbabka@suse.cz>
> +R:	Liam R. Howlett <Liam.Howlett@oracle.com>
> +R:	Uladzislau Rezki <urezki@gmail.com>
>   L:	rust-for-linux@vger.kernel.org
>   S:	Maintained
>   T:	git https://github.com/Rust-for-Linux/linux.git alloc-next
Re: [PATCH] MAINTAINERS: add mm folks as reviewers to rust alloc
Posted by Lorenzo Stoakes 3 months ago
On Tue, Jul 08, 2025 at 09:31:05PM +0200, Danilo Krummrich wrote:
> Hi Lorenzo,
>
> On 7/8/25 8:37 PM, Lorenzo Stoakes wrote:
> > The alloc implementation is a thin wrapper over slab/vmalloc, so to help
>
> It's much more than that, as far as MM is concerned this is true (no need to
> change this in the commit message).

Ah sorry, feel free to adjust.

I think as we were talking wrt mm bits this was the take away from _that side_
rather than rust one :)

>
> > out on the mm side of things and to be cc'd on changes, add some mm people
> > as reviewers.
> >
> > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
>
> Thanks a lot for sending this patch, it is very welcome! I will apply it once I
> have an ACK from Vlastimil, Liam and Uladzislau.

Cheers! I have pinged all concerned ahead of time so should be formality.

>
> > ---
> >   MAINTAINERS | 4 ++++
> >   1 file changed, 4 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 71599ab6bd56..54dd937160ac 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -21751,6 +21751,10 @@ K:	\b(?i:rust)\b
> >   RUST [ALLOC]
> >   M:	Danilo Krummrich <dakr@kernel.org>
> > +R:	Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> > +R:	Vlastimil Babka <vbabka@suse.cz>
> > +R:	Liam R. Howlett <Liam.Howlett@oracle.com>
> > +R:	Uladzislau Rezki <urezki@gmail.com>
> >   L:	rust-for-linux@vger.kernel.org
> >   S:	Maintained
> >   T:	git https://github.com/Rust-for-Linux/linux.git alloc-next
>