* [PATCH] MAINTAINERS: add myself as THP co-maintainer
@ 2025-06-25 9:52 Lorenzo Stoakes
2025-06-25 10:01 ` David Hildenbrand
` (5 more replies)
0 siblings, 6 replies; 8+ messages in thread
From: Lorenzo Stoakes @ 2025-06-25 9:52 UTC (permalink / raw)
To: Andrew Morton
Cc: David Hildenbrand, Zi Yan, Baolin Wang, Liam R . Howlett,
Nico Pache, Ryan Roberts, Dev Jain, Barry Song, linux-mm,
linux-kernel
I am doing a great deal of review and getting ever more involved in THP
with intent to do more so in future also, so add myself as co-maintainer to
help David with workload.
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4b9a4fa905e1..a8a963e530a4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15945,9 +15945,9 @@ F: mm/swapfile.c
MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
M: Andrew Morton <akpm@linux-foundation.org>
M: David Hildenbrand <david@redhat.com>
+M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
R: Zi Yan <ziy@nvidia.com>
R: Baolin Wang <baolin.wang@linux.alibaba.com>
-R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
R: Liam R. Howlett <Liam.Howlett@oracle.com>
R: Nico Pache <npache@redhat.com>
R: Ryan Roberts <ryan.roberts@arm.com>
--
2.50.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as THP co-maintainer
2025-06-25 9:52 [PATCH] MAINTAINERS: add myself as THP co-maintainer Lorenzo Stoakes
@ 2025-06-25 10:01 ` David Hildenbrand
2025-06-25 10:05 ` Baolin Wang
` (4 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: David Hildenbrand @ 2025-06-25 10:01 UTC (permalink / raw)
To: Lorenzo Stoakes, Andrew Morton
Cc: Zi Yan, Baolin Wang, Liam R . Howlett, Nico Pache, Ryan Roberts,
Dev Jain, Barry Song, linux-mm, linux-kernel
On 25.06.25 11:52, Lorenzo Stoakes wrote:
> I am doing a great deal of review and getting ever more involved in THP
> with intent to do more so in future also, so add myself as co-maintainer to
> help David with workload.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4b9a4fa905e1..a8a963e530a4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15945,9 +15945,9 @@ F: mm/swapfile.c
> MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
> M: Andrew Morton <akpm@linux-foundation.org>
> M: David Hildenbrand <david@redhat.com>
> +M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Zi Yan <ziy@nvidia.com>
> R: Baolin Wang <baolin.wang@linux.alibaba.com>
> -R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Liam R. Howlett <Liam.Howlett@oracle.com>
> R: Nico Pache <npache@redhat.com>
> R: Ryan Roberts <ryan.roberts@arm.com>
> --
Thanks!
Acked-by: David Hildenbrand <david@redhat.com>
--
Cheers,
David / dhildenb
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as THP co-maintainer
2025-06-25 9:52 [PATCH] MAINTAINERS: add myself as THP co-maintainer Lorenzo Stoakes
2025-06-25 10:01 ` David Hildenbrand
@ 2025-06-25 10:05 ` Baolin Wang
2025-06-25 10:07 ` Lorenzo Stoakes
2025-06-25 10:07 ` Dev Jain
` (3 subsequent siblings)
5 siblings, 1 reply; 8+ messages in thread
From: Baolin Wang @ 2025-06-25 10:05 UTC (permalink / raw)
To: Lorenzo Stoakes, Andrew Morton
Cc: David Hildenbrand, Zi Yan, Liam R . Howlett, Nico Pache,
Ryan Roberts, Dev Jain, Barry Song, linux-mm, linux-kernel
Hi Lorenzo,
On 2025/6/25 17:52, Lorenzo Stoakes wrote:
> I am doing a great deal of review and getting ever more involved in THP
> with intent to do more so in future also, so add myself as co-maintainer to
> help David with workload.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
I appreciate your help and great work.
Acked-by: Baolin Wang <baolin.wang@linux.alibaba.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4b9a4fa905e1..a8a963e530a4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15945,9 +15945,9 @@ F: mm/swapfile.c
> MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
> M: Andrew Morton <akpm@linux-foundation.org>
> M: David Hildenbrand <david@redhat.com>
> +M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Zi Yan <ziy@nvidia.com>
> R: Baolin Wang <baolin.wang@linux.alibaba.com>
> -R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Liam R. Howlett <Liam.Howlett@oracle.com>
> R: Nico Pache <npache@redhat.com>
> R: Ryan Roberts <ryan.roberts@arm.com>
> --
> 2.50.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as THP co-maintainer
2025-06-25 10:05 ` Baolin Wang
@ 2025-06-25 10:07 ` Lorenzo Stoakes
0 siblings, 0 replies; 8+ messages in thread
From: Lorenzo Stoakes @ 2025-06-25 10:07 UTC (permalink / raw)
To: Baolin Wang
Cc: Andrew Morton, David Hildenbrand, Zi Yan, Liam R . Howlett,
Nico Pache, Ryan Roberts, Dev Jain, Barry Song, linux-mm,
linux-kernel
On Wed, Jun 25, 2025 at 06:05:32PM +0800, Baolin Wang wrote:
> I appreciate your help and great work.
>
> Acked-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Thank you Baolin that's very kind and humbling of you to say :) I hope I
can be helpful moving forward!
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as THP co-maintainer
2025-06-25 9:52 [PATCH] MAINTAINERS: add myself as THP co-maintainer Lorenzo Stoakes
2025-06-25 10:01 ` David Hildenbrand
2025-06-25 10:05 ` Baolin Wang
@ 2025-06-25 10:07 ` Dev Jain
2025-06-25 14:50 ` Zi Yan
` (2 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Dev Jain @ 2025-06-25 10:07 UTC (permalink / raw)
To: Lorenzo Stoakes, Andrew Morton
Cc: David Hildenbrand, Zi Yan, Baolin Wang, Liam R . Howlett,
Nico Pache, Ryan Roberts, Barry Song, linux-mm, linux-kernel
On 25/06/25 3:22 pm, Lorenzo Stoakes wrote:
> I am doing a great deal of review and getting ever more involved in THP
> with intent to do more so in future also, so add myself as co-maintainer to
> help David with workload.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
Acked-by: Dev Jain <dev.jain@arm.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as THP co-maintainer
2025-06-25 9:52 [PATCH] MAINTAINERS: add myself as THP co-maintainer Lorenzo Stoakes
` (2 preceding siblings ...)
2025-06-25 10:07 ` Dev Jain
@ 2025-06-25 14:50 ` Zi Yan
2025-06-25 17:53 ` Oscar Salvador
2025-06-26 1:52 ` Barry Song
5 siblings, 0 replies; 8+ messages in thread
From: Zi Yan @ 2025-06-25 14:50 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, David Hildenbrand, Baolin Wang, Liam R . Howlett,
Nico Pache, Ryan Roberts, Dev Jain, Barry Song, linux-mm,
linux-kernel
On 25 Jun 2025, at 5:52, Lorenzo Stoakes wrote:
> I am doing a great deal of review and getting ever more involved in THP
> with intent to do more so in future also, so add myself as co-maintainer to
> help David with workload.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4b9a4fa905e1..a8a963e530a4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15945,9 +15945,9 @@ F: mm/swapfile.c
> MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
> M: Andrew Morton <akpm@linux-foundation.org>
> M: David Hildenbrand <david@redhat.com>
> +M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Zi Yan <ziy@nvidia.com>
> R: Baolin Wang <baolin.wang@linux.alibaba.com>
> -R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Liam R. Howlett <Liam.Howlett@oracle.com>
> R: Nico Pache <npache@redhat.com>
> R: Ryan Roberts <ryan.roberts@arm.com>
Acked-by: Zi Yan <ziy@nvidia.com>
Best Regards,
Yan, Zi
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as THP co-maintainer
2025-06-25 9:52 [PATCH] MAINTAINERS: add myself as THP co-maintainer Lorenzo Stoakes
` (3 preceding siblings ...)
2025-06-25 14:50 ` Zi Yan
@ 2025-06-25 17:53 ` Oscar Salvador
2025-06-26 1:52 ` Barry Song
5 siblings, 0 replies; 8+ messages in thread
From: Oscar Salvador @ 2025-06-25 17:53 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, David Hildenbrand, Zi Yan, Baolin Wang,
Liam R . Howlett, Nico Pache, Ryan Roberts, Dev Jain, Barry Song,
linux-mm, linux-kernel
On Wed, Jun 25, 2025 at 10:52:31AM +0100, Lorenzo Stoakes wrote:
> I am doing a great deal of review and getting ever more involved in THP
> with intent to do more so in future also, so add myself as co-maintainer to
> help David with workload.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Great Lorenzo :-D
Acked-by: Oscar Salvador <osalvador@suse.de>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4b9a4fa905e1..a8a963e530a4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15945,9 +15945,9 @@ F: mm/swapfile.c
> MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
> M: Andrew Morton <akpm@linux-foundation.org>
> M: David Hildenbrand <david@redhat.com>
> +M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Zi Yan <ziy@nvidia.com>
> R: Baolin Wang <baolin.wang@linux.alibaba.com>
> -R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Liam R. Howlett <Liam.Howlett@oracle.com>
> R: Nico Pache <npache@redhat.com>
> R: Ryan Roberts <ryan.roberts@arm.com>
> --
> 2.50.0
>
--
Oscar Salvador
SUSE Labs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] MAINTAINERS: add myself as THP co-maintainer
2025-06-25 9:52 [PATCH] MAINTAINERS: add myself as THP co-maintainer Lorenzo Stoakes
` (4 preceding siblings ...)
2025-06-25 17:53 ` Oscar Salvador
@ 2025-06-26 1:52 ` Barry Song
5 siblings, 0 replies; 8+ messages in thread
From: Barry Song @ 2025-06-26 1:52 UTC (permalink / raw)
To: Lorenzo Stoakes
Cc: Andrew Morton, David Hildenbrand, Zi Yan, Baolin Wang,
Liam R . Howlett, Nico Pache, Ryan Roberts, Dev Jain, linux-mm,
linux-kernel
On Wed, Jun 25, 2025 at 9:52 PM Lorenzo Stoakes
<lorenzo.stoakes@oracle.com> wrote:
>
> I am doing a great deal of review and getting ever more involved in THP
> with intent to do more so in future also, so add myself as co-maintainer to
> help David with workload.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Acked-by: Barry Song <baohua@kernel.org>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4b9a4fa905e1..a8a963e530a4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15945,9 +15945,9 @@ F: mm/swapfile.c
> MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE)
> M: Andrew Morton <akpm@linux-foundation.org>
> M: David Hildenbrand <david@redhat.com>
> +M: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Zi Yan <ziy@nvidia.com>
> R: Baolin Wang <baolin.wang@linux.alibaba.com>
> -R: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> R: Liam R. Howlett <Liam.Howlett@oracle.com>
> R: Nico Pache <npache@redhat.com>
> R: Ryan Roberts <ryan.roberts@arm.com>
> --
> 2.50.0
Thanks
Barry
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-06-26 1:52 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25 9:52 [PATCH] MAINTAINERS: add myself as THP co-maintainer Lorenzo Stoakes
2025-06-25 10:01 ` David Hildenbrand
2025-06-25 10:05 ` Baolin Wang
2025-06-25 10:07 ` Lorenzo Stoakes
2025-06-25 10:07 ` Dev Jain
2025-06-25 14:50 ` Zi Yan
2025-06-25 17:53 ` Oscar Salvador
2025-06-26 1:52 ` Barry Song
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).