MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+)
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
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!
> 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 > >
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>
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
* 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 >
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
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 >
© 2016 - 2025 Red Hat, Inc.