From nobody Mon Jun 8 05:24:40 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4FDAA38C2D4 for ; Mon, 1 Jun 2026 23:55:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780358120; cv=none; b=rCc+tGa6LgJo1dZGfheLUiabfAtLAk7fmaRw5SvlntKIrwevfTLfJB6n2pieWy979Zd+Rsy5vbn//g5FpNvusa1Efpb+6xx0cMhyZoxliKK7BDYOEjqZj7FB0XQ0CNzQ0jsZ9ixc3vX2vccQbExlTQHdDT6x9ajnaZFhnlQIbKs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780358120; c=relaxed/simple; bh=8DHbEt2yqA0YGTd6DRIA5k5Eer9qSarMd9dEp4lskIU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=htThZEqT+gsM95sFJkaK4H3+CePxiyzss/L3DiGJGzN1/RmPb13yzFOeMrXpv7vj12YL0g9OwJ127uyUun2yfQqOPr8NPOld2pQrfBSbUcfNI2Yodc35FskULnMIbstBaDLNX2IVnXjuSDm8vALNxC6HGuA6z7wglhsw2oV+fIs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Pm+/kn4u; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Pm+/kn4u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9221A1F00893; Mon, 1 Jun 2026 23:55:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780358119; bh=tdHsEzRwr+voPk8oFzNtX+TuPH7KEPW0L0yreXJhrlk=; h=From:To:Cc:Subject:Date; b=Pm+/kn4uS0Y1jqm3UQxmCDW6n3qAUsFWAbtED13ON/J5mccNLTwDAUEF90yoZcjLn IYaOKlb22rMs+ooikXYh+b2/lP/PgUBKwV3b5SChz9ABs4ewe6Lsyacigb1wpAzy7p lC9hbmeo6kyrJaR4Y2wASLAAZGy6oMb/tf9nH1AESkAvCq8Y39cR060lj4CfUgVVhO hSaVXkcaVq8/ftjhxHhWRONA4vea6W62A8NXhGlaGoMnCGBnSwUIz6ajkYzI4GSsF/ mV1WzzNmOi3lIaP2GxM3u+cfusBNllkzfYhVaswH0qEBsJJ3bwY0UDBl4BG2YS0LZR awZ81iI6GZdaw== From: SeongJae Park To: Andrew Morton Cc: SeongJae Park , "Liam R. Howlett" , David Hildenbrand , Lorenzo Stoakes , Michal Hocko , Mike Rapoport , Suren Baghdasaryan , Vlastimil Babka , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH] MAINTAINERS: add testing ABI documents for mm Date: Mon, 1 Jun 2026 16:55:04 -0700 Message-ID: <20260601235506.85123-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" A few mm subsystem entries in MAINTAINERS are missing their testing ABI documents. Add those. Acked-by: David Hildenbrand (Arm) Reviewed-by: Lorenzo Stoakes Signed-off-by: SeongJae Park Acked-by: Mike Rapoport (Microsoft) --- 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 R: Youngjun Park 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 --=20 2.47.3