[PATCH slab/for-next-fixes] MAINTAINERS: update slab.git URL

Vlastimil Babka (SUSE) posted 1 patch 1 week ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH slab/for-next-fixes] MAINTAINERS: update slab.git URL
Posted by Vlastimil Babka (SUSE) 1 week ago
The slab.git tree has been moved to a new URL as part of the mm-next
integration. Reflect this in MAINTAINERS as well. The old URL will stay
around with historical branches and tags.

Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
---
Since Harry as a co-maintainer now also has RW access to the new tree,
we agreed that he would apply this patch to test the access.
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3a19da74d00c..f9c1aa1df9b9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -25186,7 +25186,7 @@ R:	David Rientjes <rientjes@google.com>
 R:	Roman Gushchin <roman.gushchin@linux.dev>
 L:	linux-mm@kvack.org
 S:	Maintained
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mm/slab.git
 F:	Documentation/admin-guide/mm/slab.rst
 F:	Documentation/mm/slab.rst
 F:	include/linux/mempool.h

---
base-commit: 4a724bcf5d703e18957397914d79156fa2cf1174
change-id: 20260917-maint-slab-git-511cc356352f
Re: [PATCH slab/for-next-fixes] MAINTAINERS: update slab.git URL
Posted by SeongJae Park 6 days, 22 hours ago
On Thu, 17 Sep 2026 16:38:37 +0200 "Vlastimil Babka (SUSE)" <vbabka@kernel.org> wrote:

> The slab.git tree has been moved to a new URL as part of the mm-next
> integration. Reflect this in MAINTAINERS as well. The old URL will stay
> around with historical branches and tags.
> 
> Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>

Acked-by: SJ Park <sj@kernel.org>


Thanks,
SJ

[...]
Re: [PATCH slab/for-next-fixes] MAINTAINERS: update slab.git URL
Posted by Harry Yoo (Meta) 1 week ago
On Thu, 17 Sep 2026 16:38:37 +0200, Vlastimil Babka (SUSE) wrote:
> The slab.git tree has been moved to a new URL as part of the mm-next
> integration. Reflect this in MAINTAINERS as well. The old URL will stay
> around with historical branches and tags.

Applied to mm/slab.git slab/for-next-fixes, thanks!

[1/1] MAINTAINERS: update slab.git URL
      commit: 4c51f0b648cbf190d15d4ff60826c769f7e81df6

https://git.kernel.org/pub/scm/linux/kernel/git/mm/slab.git/commit/?id=4c51f0b648cbf190d15d4ff60826c769f7e81df6

-- 
Cheers,
Harry / Hyeonggon
Re: [PATCH slab/for-next-fixes] MAINTAINERS: update slab.git URL
Posted by Harry Yoo 1 week ago
On Thu, Sep 17, 2026 at 04:37:01PM +0100, Harry Yoo (Meta) wrote:
> 
> On Thu, 17 Sep 2026 16:38:37 +0200, Vlastimil Babka (SUSE) wrote:
> > The slab.git tree has been moved to a new URL as part of the mm-next
> > integration. Reflect this in MAINTAINERS as well. The old URL will stay
> > around with historical branches and tags.
> 
> Applied to mm/slab.git slab/for-next-fixes, thanks!
> 
> [1/1] MAINTAINERS: update slab.git URL
>       commit: 4c51f0b648cbf190d15d4ff60826c769f7e81df6

Haha, it took a while to figure out what `b4 -sl shazam` and `b4 ty -i`
actually do...

> https://git.kernel.org/pub/scm/linux/kernel/git/mm/slab.git/commit/?id=4c51f0b648cbf190d15d4ff60826c769f7e81df6

/me forgets and learns what `b4 trailers -u` does, once again

Now it has R-b from David Hildenbrand :-)
https://git.kernel.org/pub/scm/linux/kernel/git/mm/slab.git/commit/?id=f4feefcf46b9a63e4ab096c3f2cb260ef8e3902a

Whoa, looks like I didn't mess up something.
Thank you folks!

-- 
Cheers,
Harry / Hyeonggon
Re: [PATCH slab/for-next-fixes] MAINTAINERS: update slab.git URL
Posted by David Hildenbrand (Arm) 1 week ago
On 9/17/26 16:38, Vlastimil Babka (SUSE) wrote:
> The slab.git tree has been moved to a new URL as part of the mm-next
> integration. Reflect this in MAINTAINERS as well. The old URL will stay
> around with historical branches and tags.
> 
> Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
> ---
> Since Harry as a co-maintainer now also has RW access to the new tree,
> we agreed that he would apply this patch to test the access.
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3a19da74d00c..f9c1aa1df9b9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -25186,7 +25186,7 @@ R:	David Rientjes <rientjes@google.com>
>  R:	Roman Gushchin <roman.gushchin@linux.dev>
>  L:	linux-mm@kvack.org
>  S:	Maintained
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mm/slab.git
>  F:	Documentation/admin-guide/mm/slab.rst
>  F:	Documentation/mm/slab.rst
>  F:	include/linux/mempool.h

Reviewed-by: David Hildenbrand (Arm) <david@kernel.org>

Thanks!

-- 
Cheers,

David