All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files
@ 2018-05-18 22:52 Mike Kravetz
  2018-05-20 23:23 ` Naoya Horiguchi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mike Kravetz @ 2018-05-18 22:52 UTC (permalink / raw)
  To: linux-mm, linux-kernel, Nadia Yvette Chambers
  Cc: Andrew Morton, Michal Hocko, Kirill A . Shutemov,
	Naoya Horiguchi, Aneesh Kumar K . V, Jan Kara, Mike Kravetz

The current hugetlbfs maintainer has not been active for more than
a few years.  I have been been active in this area for more than
two years and plan to remain active in the foreseeable future.

Also, update the hugetlbfs entry to include linux-mm mail list and
additional hugetlbfs related files.  hugetlb.c and hugetlb.h are
not 100% hugetlbfs, but a majority of their content is hugetlbfs
related.

Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
---
 MAINTAINERS | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9051a9ca24a2..c7a5eb074eb1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6564,9 +6564,15 @@ F:	Documentation/networking/hinic.txt
 F:	drivers/net/ethernet/huawei/hinic/
 
 HUGETLB FILESYSTEM
-M:	Nadia Yvette Chambers <nyc@holomorphy.com>
+M:	Mike Kravetz <mike.kravetz@oracle.com>
+L:	linux-mm@kvack.org
 S:	Maintained
 F:	fs/hugetlbfs/
+F:	mm/hugetlb.c
+F:	include/linux/hugetlb.h
+F:	Documentation/admin-guide/mm/hugetlbpage.rst
+F:	Documentation/vm/hugetlbfs_reserv.rst
+F:	Documentation/ABI/testing/sysfs-kernel-mm-hugepages
 
 HVA ST MEDIA DRIVER
 M:	Jean-Christophe Trotin <jean-christophe.trotin@st.com>
-- 
2.13.6

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

* Re: [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files
  2018-05-18 22:52 [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files Mike Kravetz
@ 2018-05-20 23:23 ` Naoya Horiguchi
  2018-05-22  6:27 ` Michal Hocko
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Naoya Horiguchi @ 2018-05-20 23:23 UTC (permalink / raw)
  To: Mike Kravetz
  Cc: linux-mm, linux-kernel, Nadia Yvette Chambers, Andrew Morton,
	Michal Hocko, Kirill A . Shutemov, Aneesh Kumar K . V, Jan Kara

On Fri, May 18, 2018 at 03:52:36PM -0700, Mike Kravetz wrote:
> The current hugetlbfs maintainer has not been active for more than
> a few years.  I have been been active in this area for more than
> two years and plan to remain active in the foreseeable future.
> 
> Also, update the hugetlbfs entry to include linux-mm mail list and
> additional hugetlbfs related files.  hugetlb.c and hugetlb.h are
> not 100% hugetlbfs, but a majority of their content is hugetlbfs
> related.
> 
> Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>

Thank you for taking responsibility on this!

Acked-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>

> ---
>  MAINTAINERS | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9051a9ca24a2..c7a5eb074eb1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6564,9 +6564,15 @@ F:	Documentation/networking/hinic.txt
>  F:	drivers/net/ethernet/huawei/hinic/
>  
>  HUGETLB FILESYSTEM
> -M:	Nadia Yvette Chambers <nyc@holomorphy.com>
> +M:	Mike Kravetz <mike.kravetz@oracle.com>
> +L:	linux-mm@kvack.org
>  S:	Maintained
>  F:	fs/hugetlbfs/
> +F:	mm/hugetlb.c
> +F:	include/linux/hugetlb.h
> +F:	Documentation/admin-guide/mm/hugetlbpage.rst
> +F:	Documentation/vm/hugetlbfs_reserv.rst
> +F:	Documentation/ABI/testing/sysfs-kernel-mm-hugepages
>  
>  HVA ST MEDIA DRIVER
>  M:	Jean-Christophe Trotin <jean-christophe.trotin@st.com>
> -- 
> 2.13.6
> 
> 

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

* Re: [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files
  2018-05-18 22:52 [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files Mike Kravetz
  2018-05-20 23:23 ` Naoya Horiguchi
@ 2018-05-22  6:27 ` Michal Hocko
  2018-05-22  7:27 ` Vlastimil Babka
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Michal Hocko @ 2018-05-22  6:27 UTC (permalink / raw)
  To: Mike Kravetz
  Cc: linux-mm, linux-kernel, Nadia Yvette Chambers, Andrew Morton,
	Kirill A . Shutemov, Naoya Horiguchi, Aneesh Kumar K . V,
	Jan Kara

On Fri 18-05-18 15:52:36, Mike Kravetz wrote:
> The current hugetlbfs maintainer has not been active for more than
> a few years.  I have been been active in this area for more than
> two years and plan to remain active in the foreseeable future.
> 
> Also, update the hugetlbfs entry to include linux-mm mail list and
> additional hugetlbfs related files.  hugetlb.c and hugetlb.h are
> not 100% hugetlbfs, but a majority of their content is hugetlbfs
> related.
> 
> Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>

Thanks a lot Mike!
Acked-by: Michal Hocko <mhocko@suse.com>

> ---
>  MAINTAINERS | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9051a9ca24a2..c7a5eb074eb1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6564,9 +6564,15 @@ F:	Documentation/networking/hinic.txt
>  F:	drivers/net/ethernet/huawei/hinic/
>  
>  HUGETLB FILESYSTEM
> -M:	Nadia Yvette Chambers <nyc@holomorphy.com>
> +M:	Mike Kravetz <mike.kravetz@oracle.com>
> +L:	linux-mm@kvack.org
>  S:	Maintained
>  F:	fs/hugetlbfs/
> +F:	mm/hugetlb.c
> +F:	include/linux/hugetlb.h
> +F:	Documentation/admin-guide/mm/hugetlbpage.rst
> +F:	Documentation/vm/hugetlbfs_reserv.rst
> +F:	Documentation/ABI/testing/sysfs-kernel-mm-hugepages
>  
>  HVA ST MEDIA DRIVER
>  M:	Jean-Christophe Trotin <jean-christophe.trotin@st.com>
> -- 
> 2.13.6

-- 
Michal Hocko
SUSE Labs

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

* Re: [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files
  2018-05-18 22:52 [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files Mike Kravetz
  2018-05-20 23:23 ` Naoya Horiguchi
  2018-05-22  6:27 ` Michal Hocko
@ 2018-05-22  7:27 ` Vlastimil Babka
  2018-05-22  7:40 ` Kirill A. Shutemov
  2018-05-23 13:04 ` Anshuman Khandual
  4 siblings, 0 replies; 6+ messages in thread
From: Vlastimil Babka @ 2018-05-22  7:27 UTC (permalink / raw)
  To: Mike Kravetz, linux-mm, linux-kernel, Nadia Yvette Chambers
  Cc: Andrew Morton, Michal Hocko, Kirill A . Shutemov,
	Naoya Horiguchi, Aneesh Kumar K . V, Jan Kara

On 05/19/2018 12:52 AM, Mike Kravetz wrote:
> The current hugetlbfs maintainer has not been active for more than
> a few years.  I have been been active in this area for more than
> two years and plan to remain active in the foreseeable future.
> 
> Also, update the hugetlbfs entry to include linux-mm mail list and
> additional hugetlbfs related files.  hugetlb.c and hugetlb.h are
> not 100% hugetlbfs, but a majority of their content is hugetlbfs
> related.
> 
> Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>

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

Thanks!

> ---
>  MAINTAINERS | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9051a9ca24a2..c7a5eb074eb1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6564,9 +6564,15 @@ F:	Documentation/networking/hinic.txt
>  F:	drivers/net/ethernet/huawei/hinic/
>  
>  HUGETLB FILESYSTEM
> -M:	Nadia Yvette Chambers <nyc@holomorphy.com>
> +M:	Mike Kravetz <mike.kravetz@oracle.com>
> +L:	linux-mm@kvack.org
>  S:	Maintained
>  F:	fs/hugetlbfs/
> +F:	mm/hugetlb.c
> +F:	include/linux/hugetlb.h
> +F:	Documentation/admin-guide/mm/hugetlbpage.rst
> +F:	Documentation/vm/hugetlbfs_reserv.rst
> +F:	Documentation/ABI/testing/sysfs-kernel-mm-hugepages
>  
>  HVA ST MEDIA DRIVER
>  M:	Jean-Christophe Trotin <jean-christophe.trotin@st.com>
> 

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

* Re: [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files
  2018-05-18 22:52 [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files Mike Kravetz
                   ` (2 preceding siblings ...)
  2018-05-22  7:27 ` Vlastimil Babka
@ 2018-05-22  7:40 ` Kirill A. Shutemov
  2018-05-23 13:04 ` Anshuman Khandual
  4 siblings, 0 replies; 6+ messages in thread
From: Kirill A. Shutemov @ 2018-05-22  7:40 UTC (permalink / raw)
  To: Mike Kravetz
  Cc: linux-mm, linux-kernel, Nadia Yvette Chambers, Andrew Morton,
	Michal Hocko, Naoya Horiguchi, Aneesh Kumar K . V, Jan Kara

On Fri, May 18, 2018 at 10:52:36PM +0000, Mike Kravetz wrote:
> The current hugetlbfs maintainer has not been active for more than
> a few years.  I have been been active in this area for more than
> two years and plan to remain active in the foreseeable future.
> 
> Also, update the hugetlbfs entry to include linux-mm mail list and
> additional hugetlbfs related files.  hugetlb.c and hugetlb.h are
> not 100% hugetlbfs, but a majority of their content is hugetlbfs
> related.
> 
> Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>

Thanks!

Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>

-- 
 Kirill A. Shutemov

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

* Re: [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files
  2018-05-18 22:52 [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files Mike Kravetz
                   ` (3 preceding siblings ...)
  2018-05-22  7:40 ` Kirill A. Shutemov
@ 2018-05-23 13:04 ` Anshuman Khandual
  4 siblings, 0 replies; 6+ messages in thread
From: Anshuman Khandual @ 2018-05-23 13:04 UTC (permalink / raw)
  To: Mike Kravetz, linux-mm, linux-kernel, Nadia Yvette Chambers
  Cc: Andrew Morton, Michal Hocko, Kirill A . Shutemov,
	Naoya Horiguchi, Aneesh Kumar K . V, Jan Kara

On 05/19/2018 04:22 AM, Mike Kravetz wrote:
> The current hugetlbfs maintainer has not been active for more than
> a few years.  I have been been active in this area for more than
> two years and plan to remain active in the foreseeable future.
> 
> Also, update the hugetlbfs entry to include linux-mm mail list and
> additional hugetlbfs related files.  hugetlb.c and hugetlb.h are
> not 100% hugetlbfs, but a majority of their content is hugetlbfs
> related.
> 
> Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>

Thanks Mike !

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

end of thread, other threads:[~2018-05-23 13:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-18 22:52 [PATCH] MAINTAINERS: Change hugetlbfs maintainer and update files Mike Kravetz
2018-05-20 23:23 ` Naoya Horiguchi
2018-05-22  6:27 ` Michal Hocko
2018-05-22  7:27 ` Vlastimil Babka
2018-05-22  7:40 ` Kirill A. Shutemov
2018-05-23 13:04 ` Anshuman Khandual

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.