Add maintainership entry for the experimental BPF-driven THP adjustment feature. This experimental component may be removed in future releases. I will help with maintenance tasks for this feature during its development lifecycle. Signed-off-by: Yafang Shao --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 390829ae9803..71d0f7c58ce8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16239,6 +16239,7 @@ F: Documentation/admin-guide/mm/transhuge.rst F: include/linux/huge_mm.h F: include/linux/khugepaged.h F: include/trace/events/huge_memory.h +F: mm/bpf_thp.c F: mm/huge_memory.c F: mm/khugepaged.c F: mm/mm_slot.h @@ -16246,6 +16247,15 @@ F: tools/testing/selftests/mm/khugepaged.c F: tools/testing/selftests/mm/split_huge_page_test.c F: tools/testing/selftests/mm/transhuge-stress.c +MEMORY MANAGEMENT - THP WITH BPF SUPPORT +M: Yafang Shao +L: bpf@vger.kernel.org +L: linux-mm@kvack.org +S: Maintained +F: mm/bpf_thp.c +F: tools/testing/selftests/bpf/prog_tests/thp_adjust.c +F: tools/testing/selftests/bpf/progs/test_thp_adjust* + MEMORY MANAGEMENT - USERFAULTFD M: Andrew Morton R: Peter Xu -- 2.47.3