From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 BC023288514 for ; Thu, 5 Mar 2026 08:31:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772699486; cv=none; b=MfsuYOZPNwsKsz/6pQTvh4jhby03WXCvKssPRpodpvMC/0ZucRlndz077+CjCPoGt8e7EoeGQ0IeZmp+HYkg1875AkPNzDIer3JK7Awf1Ytf60NXUPKPmuz2U1N1qAvIwgjAyjqUc1jenychlhJsJR6kEKSY696dQZxzUNs7Oo0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772699486; c=relaxed/simple; bh=kvHVs4NskjZVXPDgFweRxutw5zxiegP9xPjKv71JlSs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Tn+3I+23ENRQOFmZIC+qfo8MEzeuoQPMYdp89PhydEWIwxOVOeQYb2vg2QQ/fBlAd8K2YC7bsVl8gmgSWhpWywP7jl9K4HCVk7XU/qGRJcIRhI6dWM08O1IKyx7Di7HcErHYiIHIoD+ML3QRgS7ZMhKqaREeWrU+LKvfMYWTDiI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SJ/n9xhp; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="SJ/n9xhp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4B04EC116C6; Thu, 5 Mar 2026 08:31:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772699486; bh=kvHVs4NskjZVXPDgFweRxutw5zxiegP9xPjKv71JlSs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SJ/n9xhpsuSF9gMIaGks6obwLslM79XBc3nZ6X6jbX5k3cm52Jx6hHyBTc1wc1bgL sj8JGcQMSVx1p4hozy/2ttQyjdubqX2YJ3HP75PdA/p6qnzXB5RGi+hMiw72pq7yEC gj0c4VrE5lR8V4KDbGcm61c5PCw0mKRYy97WKoJvBs4hwXkLC4eroWHULph1rXbOkZ N1Y67Du94msqmiKsFiOcPs0jJfLDPcBGFu4pmbXJuhqFhoJBx03ihqXUa0R/Wy8UST X/3uyxeeZ1yGmuxbgwL9RXRRIcXWtj2wWBTWE/AHjkhU4oSW0Z0fHHOXIpZ0Tof/Wq w/RMgwaOVR/0w== Date: Thu, 5 Mar 2026 10:31:19 +0200 From: Mike Rapoport To: "Vlastimil Babka (SUSE)" Cc: Andrew Morton , David Hildenbrand , "Liam R. Howlett" , Lorenzo Stoakes , Jann Horn , Pedro Falcato , Suren Baghdasaryan , Michal Hocko , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: add mm-related procfs files to MM sections Message-ID: References: <20260305-maintainers-proc-v1-1-d6d09b3db3b6@kernel.org> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260305-maintainers-proc-v1-1-d6d09b3db3b6@kernel.org> On Thu, Mar 05, 2026 at 09:26:29AM +0100, Vlastimil Babka (SUSE) wrote: > Some procfs files are very much related to memory management so let's > have MAINTAINERS reflect that. > > Add fs/proc/meminfo.c to MEMORY MANAGEMENT - CORE. > > Add fs/proc/task_[no]mmu.c to MEMORY MAPPING. > > Signed-off-by: Vlastimil Babka (SUSE) Acked-by: Mike Rapoport (Microsoft) > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3553554019e8..39987895bcfc 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16683,6 +16683,7 @@ F: include/linux/ptdump.h > F: include/linux/vmpressure.h > F: include/linux/vmstat.h > F: include/trace/events/zone_lock.h > +F: fs/proc/meminfo.c > F: kernel/fork.c > F: mm/Kconfig > F: mm/debug.c > @@ -16998,6 +16999,8 @@ S: Maintained > W: http://www.linux-mm.org > T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > F: include/trace/events/mmap.h > +F: fs/proc/task_mmu.c > +F: fs/proc/task_nommu.c > F: mm/interval_tree.c > F: mm/mincore.c > F: mm/mlock.c > > --- > base-commit: 7fcd8889fbf318409163ff5033fe161dd2a73243 > change-id: 20260305-maintainers-proc-30e45ca9e434 > > Best regards, > -- > Vlastimil Babka (SUSE) > -- Sincerely yours, Mike.