Message ID | 20180518225236.19079-1-mike.kravetz@oracle.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 > >
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
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> >
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>
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 !
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>
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(-)