From patchwork Mon Jul 1 19:05:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13718553 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id B300AC3065A for ; Mon, 1 Jul 2024 19:05:22 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 48E5E6B008C; Mon, 1 Jul 2024 15:05:22 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 43E656B0093; Mon, 1 Jul 2024 15:05:22 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 306256B0095; Mon, 1 Jul 2024 15:05:22 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0013.hostedemail.com [216.40.44.13]) by kanga.kvack.org (Postfix) with ESMTP id 0C7786B008C for ; Mon, 1 Jul 2024 15:05:22 -0400 (EDT) Received: from smtpin05.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay03.hostedemail.com (Postfix) with ESMTP id 77E5DA02C7 for ; Mon, 1 Jul 2024 19:05:21 +0000 (UTC) X-FDA: 82292112042.05.D540F9B Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf29.hostedemail.com (Postfix) with ESMTP id EADF3120015 for ; Mon, 1 Jul 2024 19:05:19 +0000 (UTC) Authentication-Results: imf29.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=IwNorOyf; spf=pass (imf29.hostedemail.com: domain of sj@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=none) header.from=kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1719860699; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references:dkim-signature; bh=vKjxvvUeHhyNrTrN6e0Y4jqNbvJJdXhbR1/u4P4uMEA=; b=cEtArHYOaX63nZ2eZvLqrX22GeIUh/3XlXKGpTzM7pVOEPX5qMV6DYfFcZLAGWKm1As85f 7k51UDA1yGpFR8978n2svuc/sdYtdjFmqHFlw0P7aaHzriF9DN85+lnKPzflseb0NibN5w nQ84NojIDAA/7cOcmR4M7ckwShF/mVQ= ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1719860699; a=rsa-sha256; cv=none; b=0EwuzXWjKTAY6d234oixmTMCb63rPPq2Zq46BaErTRHuIjwTlAgzhnimIulfOCSB1ryBPT TrOphBoeidJfyEo4uYGGQYmwr7hwtyeMEnEKDg9UwbxcCt1pAfljnHoG3F6oqT2brgQ0Aa uYfqcAZHlCFNLoXzAKGUP9EOXfps1hg= ARC-Authentication-Results: i=1; imf29.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=IwNorOyf; spf=pass (imf29.hostedemail.com: domain of sj@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=none) header.from=kernel.org Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id B36C161752; Mon, 1 Jul 2024 19:05:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BEDD9C32781; Mon, 1 Jul 2024 19:05:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719860718; bh=loOnHwMBg9M4XS+nNRQF1gsL0DMqhFJUC65jQbSLJQk=; h=From:To:Cc:Subject:Date:From; b=IwNorOyf8vRAMM5+BWhA6pgc1oGRd1BpgHsyAu7Z6bXbohhmbHKtPSlhwcq4CO06g wAITEWtmVG3MG1o8NeAFOCgHdYqEaKRa4hBnFsd37yRZOKKDq4feP6vORf2Wl8qrs8 SGqCEi25KDpxiyKvCo3ERTbBMF+4BVu03KTxuJydn6gLfobaW0SPAD8bDz0Io1PVIn 5DokqnfnEUUrsRonCm73P+ZaMnHKn97PSpy/WRI4k+9U/70bb7ndo0lg4u3dxTx4cH QK0OdHYsJ6I9FiINZ2mo21Ir4lkLFsRNT2JvhuV+o1DJIJWd3OL7W7EZlFbL0uBF9u eOD2lP/heDG1g== From: SeongJae Park To: Andrew Morton Cc: SeongJae Park , Jonathan Corbet , Kent Overstreet , Suren Baghdasaryan , linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] Docs/mm: rename legacy docs to unsorted docs Date: Mon, 1 Jul 2024 12:05:08 -0700 Message-Id: <20240701190512.49379-1-sj@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-Rspamd-Queue-Id: EADF3120015 X-Stat-Signature: k1uqf1hkm4jdnsguk4ym11fmmbzjnkwk X-Rspamd-Server: rspam09 X-Rspam-User: X-HE-Tag: 1719860719-542494 X-HE-Meta: U2FsdGVkX1/XVycBgSdMBuwduaM0Sd22c5x8/U3TnVdISqtMtvCXCe+IalY5GZBrpEWN66pQ4uDcv3WmPW3U+0td2PofOU9FBmXvOGzNEWgm5abx2NljpktjbtfQbu/lN5aMMgTLlGZv7WBCt366qzYxjBXVgdNZRtRX289U09ggWU76I0A2bHMSxpx6vFPOmjGXBU0KtXqWPE7zBWHFlN7BLhGpPxkoSfKJ4h008zbTjkgMYnstibiGsUUvnfHWo0X8umQAH61Hvn3xOdJ1Oue0+cfSkqJPe6jX4ZeaKswp6bCupZMjcqZ3xb4/QVzfMVyP7IUSP5nu1eQ2D2SQ1T8W+tW6SQpm98k07jyujeZJJ4BG4gngtkRxwEP5nr5CfhLwmK9uKiGFrH+yYjSLOmcUBTs7jpXU/BlfPhNfbUxo3iFdos/uy15ItHLBkkVBkDakXqEprHacdnxnp9YjoDtg0w9959vpzPT7KXJzt4bylDBFcXkmfh0/xAHaxRP2D8OsuxObV4bmXGy93f6lHMGbRDW+yA3SsOeWZLsBmptBzJEcQgPf8Wg8k1OO25+3bPl+0Bkb+dTOlA4GrqpjP7UIaqvsvA+14EYRHpoG4oRZralpp19EIzZtCEYVs+oJMzlWvpQjG4HZJuhY6gYNc3lqDhR+w1+pmARhIsvPMjTmfr2NBuXgGSkvxn8WwKwALBIriNz6zAV8XpbCfOSR6fvj5oZ0ss5/9KShAcnQjqEzf1vzOnEQsotjRlQz6uBFkgbjRwvLmkUVrPDBjIibyTfKAg0Ne4m7FyOcKQI8IUykAPl8WJ/1W7UJ0kULMFNctQomEwMpe/JfZOhC5msxlKokIB3A3BGBLRhRqa4DFoSAcbT1YsTTXV8rcacJFflo11IjRjTP7p3Tx0jdxj0INbb9XeQXPdh/vEg75eCWOwuIDc7Gc9Ntkxhkgw++8qSC4BgzXtIGJQONsN+KnPZ LLhSJ4eQ YTMGlqgcnx9kg6/2tKTEpNLUcHOvGKydSbUJKkU2NL7h4WKZLl8IB9WW44vM+I7LwaEBCeFNW2oHckszTNEhg2jk2k18VM5wuF5F6C5Am934ZwnZ1GdVmDzB2zKYiHjr6UEQMQ2s7n/Sa8u4NifYz6ZfkqmmU2wmFeaZ+UibiYF+fAlc= X-Bogosity: Ham, tests=bogofilter, spamicity=0.000093, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: List-Subscribe: List-Unsubscribe: The work for changing the memory mangement documentation outline has started from 2022. For that, old documents have placed under new chapter, "Legacy Documentations". The plan is to eventually move all old documentations into new outline, while asking new documents to be added on the new outline from the beginning. However, it is unclear where on the new outline each document should be placed for some cases. Meanwhile, the name ("legacy") makes readers feel the documents under the chapter might be outdated or not actively maintained. The absence of clear criteria for new outline also makes new documents difficult to find where those should be placed. A new document was put on the bottom of the new outline recently, apparently not based on a clear guideline but just because it is the bottom of the list. Rename the "Legagy Documentation" chapter to "Unsorted Documentations" with minor fixups. SeongJae Park (4): Docs/mm/allocation-profiling: mark 'Theory of operation' as chapter Docs/mm/index: Remove 'Memory Management Guide' chapter marker Docs/mm/index: rename 'Legacy Documentation' to 'Unsorted Documentation' Docs/mm/index: move allocation profiling document to unsorted documents chapter Documentation/mm/allocation-profiling.rst | 1 - Documentation/mm/index.rst | 19 ++++++++----------- 2 files changed, 8 insertions(+), 12 deletions(-) base-commit: 5dc709e59ba6486e519b22f86278c978b422a025