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 80F2C8834 for ; Fri, 29 May 2026 01:26: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=1780017980; cv=none; b=iVgsesn1yt7xFD4Mr6g7/c2lOUxLqhAUqn7XpBDohVK0F4e6pPOZ5GHskGu6Zq1vdSONMchLXGgV9FsTpghKc/XniFAe3q8ao2KFCD9geWrB+VCyqS2qxEaf2x99cvTzWLelCV3jb5yxJLvAh/uNWESQv3pe8iraRJ65GCv3alc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780017980; c=relaxed/simple; bh=C6acoOs3Oi/96sgwTHisloaTvObQEFeHWN1blDV+sdU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=O8kGlWQZhavcT72Fnq9hDdkgGCf71/CI6NG3XEcP5s+CKYv60bWr7MCxQck8y6OrNf+yOp/OfFPlZkacgTVtoAmrdmQT4dxW6BiP3h/oZboRQAJCsfS5aYHXPz+SvyZF32s0w27NCkhZhYVu8RrE8qs83jnoZh6kKD7EXKXVQWc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nZ0PZeR7; 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="nZ0PZeR7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AC5251F000E9; Fri, 29 May 2026 01:26:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780017979; bh=fR0iSISNGo6Jq+jXpakAdJqfeIknPVsI985rMOxNdrQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=nZ0PZeR7SKEeZ/tojrXVox8QY/4rtENkXOgA/QmpJelh6VpsDLNqbebR2dlWN9zN1 F65D8A1aGY7VXoSvdM9itDvb0LGJX36+hWHNFxlBrTJ3FQUW/FqCCLvGgEK5oDG96l YcFVZOqCrqpgnJ3+fQcQy/rgvmTpW5Y4XEnvOBAjRKQkG36tjrfe3NTiI+AmS+cXcV 4GK16qOaE1UGwMx7gB/VPqMrcZMRkat5+CzyYG2C7El37ch32yM7oGRoRZ1HLcUmZ0 pQTZ90Fat8EqBfd4dU9Q5OlKDRWsUDs7mfFRKfhEaWHF6OQfBpDc72d+w6XEhmVavv FFEk+Eb/H9zaw== From: SeongJae Park To: SeongJae Park Cc: Brian Masney , Andrew Morton , David Hildenbrand , Lorenzo Stoakes , "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 Date: Thu, 28 May 2026 18:26:10 -0700 Message-ID: <20260529012611.8578-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260529002525.7939-1-sj@kernel.org> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Thu, 28 May 2026 17:25:24 -0700 SeongJae Park wrote: > On Thu, 28 May 2026 09:56:14 -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. > > Makes sense to me. > > Probably out of the scope of this patch, but would it make sense to also rename > it to mm.rst, like we replaced many 'vm' parts of file names to 'mm', e.g., > commit ee65728e103b ("docs: rename Documentation/vm to Documentation/mm") in > future? Reading above again, I think I wrote it in a confusing way, sorry. I mean, it is "definitely" out of the scope of this patch. I'm not asking Brian to do such renaming. I'm just loudly wondering if such renaming is somewhat worthy to do in future. Thanks, SJ [...]