From mboxrd@z Thu Jan 1 00:00:00 1970 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 00AFD282F1C for ; Thu, 28 May 2026 13:59:12 +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=1779976754; cv=none; b=WRypLp/THi7gkBsDPnGFu4UKeBjyz51kBzq76ZyDnUgj4IccrE4v+iGpQjT7mL6WnnkjDpVJZ98QICAOTMQHR8Gui+W3mogzIprI3vNvHw6DES26dtmZ+hYB57SNg4E76Pf+VIpNq4tY8wraaKsggpYl2bDr6Gsnvo21zxl810c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779976754; c=relaxed/simple; bh=Pp8oHLaKkSl0G+xbmq345VaUCtUEJ/WdrgSLi0qy+3c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nuYfvbpijJSiARBBw8oeCbs/YzO5Cb5y8+0fd6TMgsXbvWnX4gerq68y08egfaK+s7z8YZMwmpsG6zD/vOY7XdcCOz0gOnUI7c97h2zFM56kD1G58ML/f3aJrYOqd/BZowEpnu6aZ+ZpXcbg+wbmboXLitGLg9F+T55D0n1T8SY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hEZQxFzq; 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="hEZQxFzq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 572AD1F00A3A; Thu, 28 May 2026 13:59:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779976752; bh=sPxe5/fUb8HNT5oHXGEZ+67zzb+YcuZJKOw42RnppVc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=hEZQxFzq4hC8gX5bi06h8iU6QclMBBPcjuaWV9x5GXjav8NSN/YydA2psYZmBMc1E kQG1ND8eooSLv8Q1YRBnkMKs3CyvypJP9MTKFvrput31qvzvkZGXXHZCVpZmWrkLwC V/R2KxBoRrtQDPmnbOLG5b7C3z3ByxrNwnpVfPFqGsNfhQYts4k1O8i4nggPQ52zna a162x8gcmI/kaOt6TUHvrBZo+c5Z1REasqjdfn3NG9Z/jr23NXJJUmhEStd18Yus9X LJ4Cs0c2owV+o5/7XRJg2H/cN9gQjuDcYaiRbP13mx96dQHeO8i3IoNBniRwgy2NPv aTgvqoArIdhBw== Date: Thu, 28 May 2026 14:59:06 +0100 From: Lorenzo Stoakes To: Brian Masney Cc: Andrew Morton , David Hildenbrand , "Liam R. Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: add vm.rst to memory management core Message-ID: References: <20260528-mm-vm-rst-maintainers-file-v1-1-306631c0a610@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20260528-mm-vm-rst-maintainers-file-v1-1-306631c0a610@redhat.com> On Thu, May 28, 2026 at 09:56:14AM -0400, Brian Masney wrote: > The vm.rst file is currently not listed in the MAINTAINERS file, so > let's go ahead and add to the MM core subsystem so that the maintainers > are CCed when changes to the documentation are proposed. > > Signed-off-by: Brian Masney Seems reasonable to me, so: Reviewed-by: Lorenzo Stoakes > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index c99f0650b334..d8dcc4f25ccf 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16923,6 +16923,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/admin-guide/sysctl/vm.rst > F: include/linux/folio_batch.h > F: include/linux/gfp.h > F: include/linux/gfp_types.h > > --- > base-commit: e7d700e14934e68f86338c5610cf2ae76798b663 > change-id: 20260528-mm-vm-rst-maintainers-file-1baa6da1e7ef > > Best regards, > -- > Brian Masney >