All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer
@ 2025-09-08 10:48 Lance Yang
  2025-09-08 11:16 ` David Hildenbrand
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Lance Yang @ 2025-09-08 10:48 UTC (permalink / raw)
  To: akpm
  Cc: linux-kernel, David Hildenbrand, Zi Yan, Baolin Wang,
	Lorenzo Stoakes, Liam R. Howlett, Nico Pache, Ryan Roberts,
	Dev Jain, Barry Song, Lance Yang

From: Lance Yang <lance.yang@linux.dev>

I've been actively digging into the MM/THP subsystem for over a year now,
and there's a real interest in contributing more and getting further
involved.

Well, missing out on any more cool THP things is really a pain ;)

Cc: David Hildenbrand <david@redhat.com>
Cc: Zi Yan <ziy@nvidia.com>
Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Nico Pache <npache@redhat.com>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Cc: Dev Jain <dev.jain@arm.com>
Cc: Barry Song <baohua@kernel.org>
Signed-off-by: Lance Yang <lance.yang@linux.dev>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6dcfbd11efef..34c5cc3b05cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16238,6 +16238,7 @@ R:	Nico Pache <npache@redhat.com>
 R:	Ryan Roberts <ryan.roberts@arm.com>
 R:	Dev Jain <dev.jain@arm.com>
 R:	Barry Song <baohua@kernel.org>
+R:	Lance Yang <lance.yang@linux.dev>
 L:	linux-mm@kvack.org
 S:	Maintained
 W:	http://www.linux-mm.org
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer
  2025-09-08 10:48 [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer Lance Yang
@ 2025-09-08 11:16 ` David Hildenbrand
  2025-09-08 11:17 ` Lorenzo Stoakes
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: David Hildenbrand @ 2025-09-08 11:16 UTC (permalink / raw)
  To: Lance Yang, akpm
  Cc: linux-kernel, Zi Yan, Baolin Wang, Lorenzo Stoakes,
	Liam R. Howlett, Nico Pache, Ryan Roberts, Dev Jain, Barry Song

On 08.09.25 12:48, Lance Yang wrote:
> From: Lance Yang <lance.yang@linux.dev>
> 
> I've been actively digging into the MM/THP subsystem for over a year now,
> and there's a real interest in contributing more and getting further
> involved.
> 
> Well, missing out on any more cool THP things is really a pain ;)
> 

Acked-by: David Hildenbrand <david@redhat.com>

-- 
Cheers

David / dhildenb


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer
  2025-09-08 10:48 [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer Lance Yang
  2025-09-08 11:16 ` David Hildenbrand
@ 2025-09-08 11:17 ` Lorenzo Stoakes
  2025-09-08 14:53 ` Zi Yan
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Lorenzo Stoakes @ 2025-09-08 11:17 UTC (permalink / raw)
  To: Lance Yang
  Cc: akpm, linux-kernel, David Hildenbrand, Zi Yan, Baolin Wang,
	Liam R. Howlett, Nico Pache, Ryan Roberts, Dev Jain, Barry Song

On Mon, Sep 08, 2025 at 06:48:57PM +0800, Lance Yang wrote:
> From: Lance Yang <lance.yang@linux.dev>
>
> I've been actively digging into the MM/THP subsystem for over a year now,
> and there's a real interest in contributing more and getting further
> involved.
>
> Well, missing out on any more cool THP things is really a pain ;)
>
> Cc: David Hildenbrand <david@redhat.com>
> Cc: Zi Yan <ziy@nvidia.com>
> Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
> Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> Cc: Liam R. Howlett <Liam.Howlett@oracle.com>
> Cc: Nico Pache <npache@redhat.com>
> Cc: Ryan Roberts <ryan.roberts@arm.com>
> Cc: Dev Jain <dev.jain@arm.com>
> Cc: Barry Song <baohua@kernel.org>
> Signed-off-by: Lance Yang <lance.yang@linux.dev>

Acked-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6dcfbd11efef..34c5cc3b05cd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16238,6 +16238,7 @@ R:	Nico Pache <npache@redhat.com>
>  R:	Ryan Roberts <ryan.roberts@arm.com>
>  R:	Dev Jain <dev.jain@arm.com>
>  R:	Barry Song <baohua@kernel.org>
> +R:	Lance Yang <lance.yang@linux.dev>
>  L:	linux-mm@kvack.org
>  S:	Maintained
>  W:	http://www.linux-mm.org
> --
> 2.49.0
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer
  2025-09-08 10:48 [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer Lance Yang
  2025-09-08 11:16 ` David Hildenbrand
  2025-09-08 11:17 ` Lorenzo Stoakes
@ 2025-09-08 14:53 ` Zi Yan
  2025-09-08 21:30 ` Barry Song
  2025-09-09  1:23 ` Baolin Wang
  4 siblings, 0 replies; 6+ messages in thread
From: Zi Yan @ 2025-09-08 14:53 UTC (permalink / raw)
  To: Lance Yang
  Cc: akpm, linux-kernel, David Hildenbrand, Baolin Wang,
	Lorenzo Stoakes, Liam R. Howlett, Nico Pache, Ryan Roberts,
	Dev Jain, Barry Song

On 8 Sep 2025, at 6:48, Lance Yang wrote:

> From: Lance Yang <lance.yang@linux.dev>
>
> I've been actively digging into the MM/THP subsystem for over a year now,
> and there's a real interest in contributing more and getting further
> involved.
>
> Well, missing out on any more cool THP things is really a pain ;)
>
> Cc: David Hildenbrand <david@redhat.com>
> Cc: Zi Yan <ziy@nvidia.com>
> Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
> Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> Cc: Liam R. Howlett <Liam.Howlett@oracle.com>
> Cc: Nico Pache <npache@redhat.com>
> Cc: Ryan Roberts <ryan.roberts@arm.com>
> Cc: Dev Jain <dev.jain@arm.com>
> Cc: Barry Song <baohua@kernel.org>
> Signed-off-by: Lance Yang <lance.yang@linux.dev>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6dcfbd11efef..34c5cc3b05cd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16238,6 +16238,7 @@ R:	Nico Pache <npache@redhat.com>
>  R:	Ryan Roberts <ryan.roberts@arm.com>
>  R:	Dev Jain <dev.jain@arm.com>
>  R:	Barry Song <baohua@kernel.org>
> +R:	Lance Yang <lance.yang@linux.dev>

Acked-by: Zi Yan <ziy@nvidia.com>

>  L:	linux-mm@kvack.org
>  S:	Maintained
>  W:	http://www.linux-mm.org
> -- 
> 2.49.0


Best Regards,
Yan, Zi

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer
  2025-09-08 10:48 [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer Lance Yang
                   ` (2 preceding siblings ...)
  2025-09-08 14:53 ` Zi Yan
@ 2025-09-08 21:30 ` Barry Song
  2025-09-09  1:23 ` Baolin Wang
  4 siblings, 0 replies; 6+ messages in thread
From: Barry Song @ 2025-09-08 21:30 UTC (permalink / raw)
  To: Lance Yang
  Cc: akpm, linux-kernel, David Hildenbrand, Zi Yan, Baolin Wang,
	Lorenzo Stoakes, Liam R. Howlett, Nico Pache, Ryan Roberts,
	Dev Jain

On Mon, Sep 8, 2025 at 6:49 PM Lance Yang <lance.yang@linux.dev> wrote:
>
> From: Lance Yang <lance.yang@linux.dev>
>
> I've been actively digging into the MM/THP subsystem for over a year now,
> and there's a real interest in contributing more and getting further
> involved.
>
> Well, missing out on any more cool THP things is really a pain ;)
>
> Cc: David Hildenbrand <david@redhat.com>
> Cc: Zi Yan <ziy@nvidia.com>
> Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
> Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> Cc: Liam R. Howlett <Liam.Howlett@oracle.com>
> Cc: Nico Pache <npache@redhat.com>
> Cc: Ryan Roberts <ryan.roberts@arm.com>
> Cc: Dev Jain <dev.jain@arm.com>
> Cc: Barry Song <baohua@kernel.org>
> Signed-off-by: Lance Yang <lance.yang@linux.dev>

Welcome aboard, Lance!

Acked-by: Barry Song <baohua@kernel.org>

Thanks
Barry

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer
  2025-09-08 10:48 [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer Lance Yang
                   ` (3 preceding siblings ...)
  2025-09-08 21:30 ` Barry Song
@ 2025-09-09  1:23 ` Baolin Wang
  4 siblings, 0 replies; 6+ messages in thread
From: Baolin Wang @ 2025-09-09  1:23 UTC (permalink / raw)
  To: Lance Yang, akpm
  Cc: linux-kernel, David Hildenbrand, Zi Yan, Lorenzo Stoakes,
	Liam R. Howlett, Nico Pache, Ryan Roberts, Dev Jain, Barry Song



On 2025/9/8 18:48, Lance Yang wrote:
> From: Lance Yang <lance.yang@linux.dev>
> 
> I've been actively digging into the MM/THP subsystem for over a year now,
> and there's a real interest in contributing more and getting further
> involved.
> 
> Well, missing out on any more cool THP things is really a pain ;)
> 
> Cc: David Hildenbrand <david@redhat.com>
> Cc: Zi Yan <ziy@nvidia.com>
> Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
> Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> Cc: Liam R. Howlett <Liam.Howlett@oracle.com>
> Cc: Nico Pache <npache@redhat.com>
> Cc: Ryan Roberts <ryan.roberts@arm.com>
> Cc: Dev Jain <dev.jain@arm.com>
> Cc: Barry Song <baohua@kernel.org>
> Signed-off-by: Lance Yang <lance.yang@linux.dev>
> ---

Acked-by: Baolin Wang <baolin.wang@linux.alibaba.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-09-09  1:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-08 10:48 [PATCH 1/1] MAINTAINERS: add Lance Yang as a THP reviewer Lance Yang
2025-09-08 11:16 ` David Hildenbrand
2025-09-08 11:17 ` Lorenzo Stoakes
2025-09-08 14:53 ` Zi Yan
2025-09-08 21:30 ` Barry Song
2025-09-09  1:23 ` Baolin Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.