diff options
author | Muchun Song <[email protected]> | 2022-05-21 15:41:03 +0800 |
---|---|---|
committer | akpm <[email protected]> | 2022-05-25 10:47:47 -0700 |
commit | bb5ced41a658e51bb72d3dc651b28e344e001ac9 (patch) | |
tree | 7ddc422fa164c806ee4d099c9a774a5b0673a3fa | |
parent | 6140ae41effe0fff80ff3d6f1bfdff64aa06e9b4 (diff) |
MAINTAINERS: add Muchun as co-maintainer for HugeTLB
I have been focusing on mm for the past two years. e.g. developing,
fixing bugs, reviewing related to HugeTLB system. I would like to help
Mike and other people working on HugeTLB by reviewing their work.
When I first introduced the vmemmmap reduction, I forgot to update
MAINTAINERS file. Let's update it as well. And rename "HUGETLB
FILESYSTEM" to "HUGETLB SUBSYSTEM" since some files are not only related
to filesystem but also memory management (the name of FILESYSTEM cannot
cover this area).
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Muchun Song <[email protected]>
Acked-by: Mike Kravetz <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 78c57046fa93..d8c18f80bcf3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9019,16 +9019,20 @@ S: Orphan F: Documentation/networking/device_drivers/ethernet/huawei/hinic.rst F: drivers/net/ethernet/huawei/hinic/ -HUGETLB FILESYSTEM +HUGETLB SUBSYSTEM M: Mike Kravetz <[email protected]> +M: Muchun Song <[email protected]> S: Maintained F: Documentation/ABI/testing/sysfs-kernel-mm-hugepages F: Documentation/admin-guide/mm/hugetlbpage.rst F: Documentation/vm/hugetlbfs_reserv.rst +F: Documentation/vm/vmemmap_dedup.rst F: fs/hugetlbfs/ F: include/linux/hugetlb.h F: mm/hugetlb.c +F: mm/hugetlb_vmemmap.c +F: mm/hugetlb_vmemmap.h HVA ST MEDIA DRIVER M: Jean-Christophe Trotin <[email protected]> |