[PATCH] MAINTAINERS: add testing ABI documents for mm

SeongJae Park posted 1 patch 6 days, 4 hours ago
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
[PATCH] MAINTAINERS: add testing ABI documents for mm
Posted by SeongJae Park 6 days, 4 hours ago
A few mm subsystem entries in MAINTAINERS are missing their testing ABI
documents.  Add those.

Acked-by: David Hildenbrand (Arm) <david@kernel.org>
Reviewed-by: Lorenzo Stoakes <ljs@kernel.org>
Signed-off-by: SeongJae Park <sj@kernel.org>
---
Changes from RFC
- rfc: https://lore.kernel.org/20260530011852.90663-1-sj@kernel.org
- clarify it is "testing" ABI.
- Collect A-b and R-b tags from David and Lorenzo, repsectively.
- Drop RFC tag.

 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e119182a8911d..a31f6f207afd8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16854,6 +16854,7 @@ L:	linux-mm@kvack.org
 S:	Maintained
 W:	http://www.linux-mm.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F:	Documentation/ABI/testing/sysfs-kernel-mm-ksm
 F:	Documentation/admin-guide/mm/ksm.rst
 F:	Documentation/mm/ksm.rst
 F:	include/linux/ksm.h
@@ -16876,6 +16877,8 @@ L:	linux-mm@kvack.org
 S:	Maintained
 W:	http://www.linux-mm.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F:	Documentation/ABI/testing/sysfs-kernel-mm-mempolicy
+F:	Documentation/ABI/testing/sysfs-kernel-mm-mempolicy-weighted-interleave
 F:	include/linux/mempolicy.h
 F:	include/uapi/linux/mempolicy.h
 F:	include/linux/migrate.h
@@ -16918,6 +16921,10 @@ L:	linux-mm@kvack.org
 S:	Maintained
 W:	http://www.linux-mm.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F:	Documentation/ABI/testing/sysfs-kernel-mm
+F:	Documentation/ABI/testing/sysfs-kernel-mm-cma
+F:	Documentation/ABI/testing/sysfs-kernel-mm-memory-tiers
+F:	Documentation/ABI/testing/sysfs-kernel-mm-numa
 F:	Documentation/admin-guide/mm/
 F:	Documentation/mm/
 F:	include/linux/cma.h
@@ -17041,6 +17048,7 @@ R:	Barry Song <baohua@kernel.org>
 R:	Youngjun Park <youngjun.park@lge.com>
 L:	linux-mm@kvack.org
 S:	Maintained
+F:	Documentation/ABI/testing/sysfs-kernel-mm-swap
 F:	Documentation/mm/swap-table.rst
 F:	include/linux/swap.h
 F:	include/linux/swapfile.h
@@ -17068,6 +17076,7 @@ L:	linux-mm@kvack.org
 S:	Maintained
 W:	http://www.linux-mm.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
+F:	Documentation/ABI/testing/sysfs-kernel-mm-transparent-hugepage
 F:	Documentation/admin-guide/mm/transhuge.rst
 F:	include/linux/huge_mm.h
 F:	include/linux/khugepaged.h

base-commit: 974fb429a895792187b0d81090c6099e47b6c3ec
-- 
2.47.3
Re: [PATCH] MAINTAINERS: add testing ABI documents for mm
Posted by Mike Rapoport 5 days, 17 hours ago
On Mon, Jun 01, 2026 at 04:55:04PM -0700, SeongJae Park wrote:
> A few mm subsystem entries in MAINTAINERS are missing their testing ABI
> documents.  Add those.
> 
> Acked-by: David Hildenbrand (Arm) <david@kernel.org>
> Reviewed-by: Lorenzo Stoakes <ljs@kernel.org>
> Signed-off-by: SeongJae Park <sj@kernel.org>

Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>

> ---
> Changes from RFC
> - rfc: https://lore.kernel.org/20260530011852.90663-1-sj@kernel.org
> - clarify it is "testing" ABI.
> - Collect A-b and R-b tags from David and Lorenzo, repsectively.
> - Drop RFC tag.
> 
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)

-- 
Sincerely yours,
Mike.