diff options
author | Mike Kravetz <mike.kravetz@oracle.com> | 2018-05-25 17:47:35 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-05-25 21:12:11 -0400 |
commit | b9ddff9b85036292f8b6d4ac37e21fc229fedea1 (patch) | |
tree | 01d3a48b192e83f63cad7fbce6ff6e7e24a02f1d | |
parent | 8f89c007b6dec16a1793cb88de88fcc02117bbbc (diff) |
MAINTAINERS: change hugetlbfs maintainer and update files
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.
Link: http://lkml.kernel.org/r/20180518225236.19079-1-mike.kravetz@oracle.com
Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
Acked-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Michal Hocko <mhocko@suse.com>
Cc: Nadia Yvette Chambers <nyc@holomorphy.com>
Cc: "Aneesh Kumar K . V" <aneesh.kumar@linux.vnet.ibm.com>
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a9ca122957e9..89ead18184a6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6503,9 +6503,15 @@ F: Documentation/networking/hinic.txt | |||
6503 | F: drivers/net/ethernet/huawei/hinic/ | 6503 | F: drivers/net/ethernet/huawei/hinic/ |
6504 | 6504 | ||
6505 | HUGETLB FILESYSTEM | 6505 | HUGETLB FILESYSTEM |
6506 | M: Nadia Yvette Chambers <nyc@holomorphy.com> | 6506 | M: Mike Kravetz <mike.kravetz@oracle.com> |
6507 | L: linux-mm@kvack.org | ||
6507 | S: Maintained | 6508 | S: Maintained |
6508 | F: fs/hugetlbfs/ | 6509 | F: fs/hugetlbfs/ |
6510 | F: mm/hugetlb.c | ||
6511 | F: include/linux/hugetlb.h | ||
6512 | F: Documentation/admin-guide/mm/hugetlbpage.rst | ||
6513 | F: Documentation/vm/hugetlbfs_reserv.rst | ||
6514 | F: Documentation/ABI/testing/sysfs-kernel-mm-hugepages | ||
6509 | 6515 | ||
6510 | HVA ST MEDIA DRIVER | 6516 | HVA ST MEDIA DRIVER |
6511 | M: Jean-Christophe Trotin <jean-christophe.trotin@st.com> | 6517 | M: Jean-Christophe Trotin <jean-christophe.trotin@st.com> |