From patchwork Wed Feb 1 09:41:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Rapoport X-Patchwork-Id: 13123997 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 895ECC636D4 for ; Wed, 1 Feb 2023 09:42:14 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id E2E2D6B0071; Wed, 1 Feb 2023 04:42:13 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id DDEB56B0072; Wed, 1 Feb 2023 04:42:13 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id CCD266B0074; Wed, 1 Feb 2023 04:42:13 -0500 (EST) 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 C0B006B0071 for ; Wed, 1 Feb 2023 04:42:13 -0500 (EST) Received: from smtpin10.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay10.hostedemail.com (Postfix) with ESMTP id 5E6CEC0DAE for ; Wed, 1 Feb 2023 09:42:13 +0000 (UTC) X-FDA: 80418232146.10.D037986 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by imf20.hostedemail.com (Postfix) with ESMTP id 8715E1C000B for ; Wed, 1 Feb 2023 09:42:11 +0000 (UTC) Authentication-Results: imf20.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=lxpdvwxW; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf20.hostedemail.com: domain of rppt@kernel.org designates 145.40.68.75 as permitted sender) smtp.mailfrom=rppt@kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1675244531; 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=Z/yoey4U1wVvSteApyD00Ni4ysdlaQ/h74/u8q+/u7k=; b=NCuzmxjpJc9uZCHkPnjAnwBuq6dYTzonK/IBarwJ/u3QNFXMRNUd803dFPJPoqGkeFykyD zOV8B9nIi3Y4o5XEoqDpTJ4Vho8YMvdUMl9oxgbH+AeYP90FTSRwlXiMR7liJ6IXqZrcx9 bkHts2UV1WepL4vUHVuCBk5SzdgYv3k= ARC-Authentication-Results: i=1; imf20.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=lxpdvwxW; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf20.hostedemail.com: domain of rppt@kernel.org designates 145.40.68.75 as permitted sender) smtp.mailfrom=rppt@kernel.org ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1675244531; a=rsa-sha256; cv=none; b=corS5dbduqZvwb3reGTGFSjzTxaAiaiSoAXrT6K9OLv5QKoQjzSpOkrapPtJjhuv3843DJ FROiv4ITSm0h8sr2ApHwgkqJMKaHnzVvAPd/S5VoQQ4pkOTCRx0Q3Y0Cz7OnQ2W6snesqE HrkkEdpauYqVQOYZjihFeTIoV4ENp9s= Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 11B1EB81F2D; Wed, 1 Feb 2023 09:42:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1F2FC433EF; Wed, 1 Feb 2023 09:42:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675244528; bh=sTT5tFQj78EtBxJrbx7/2N2UtNu0GVF7LSD4xsZyJRo=; h=From:To:Cc:Subject:Date:From; b=lxpdvwxW69qOeH8nRIRn22n8a2aq0MCQ0QNtVNyf5R23bo4FxmphAZfxJh++eX5P6 Nu+58oXH4b5tIbBjT8yxQQ37Ls6mpRiccbTJSs7f9wjORn0xSN2SZ28OeLu0CkaXK8 Bts/ruDT6NprBx48Pv0mbDE6+bwEgRPpwRjkkihxLVZex8o86aDvvUJZn/vdGRaaYA Aek1nA6mbTpnDvZ1WLcbX/9H0/pTvn1x0lDVQwwFq6xyveSioTgtJsc6dg8YWpXX07 jSSQWArCuuAN8dBGoXj3yj7ayjRSfiF1nCGGpMZ4ECGLW+m671pF+17p/K2WJEDroU GC/3tVLeeN14Q== From: Mike Rapoport To: Jonathan Corbet Cc: Bagas Sanjaya , Mike Rapoport , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH v3 0/3] docs/mm: remove useless markup Date: Wed, 1 Feb 2023 11:41:53 +0200 Message-Id: <20230201094156.991542-1-rppt@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Rspam-User: X-Rspamd-Server: rspam02 X-Rspamd-Queue-Id: 8715E1C000B X-Stat-Signature: k43juxfsdziwssipwtsxi5dd4ddu97w3 X-HE-Tag: 1675244531-582838 X-HE-Meta: U2FsdGVkX1+9bA9EOmzqm/xAF7VOE1u3M+g42Sk0CGWnO2KD7joYw0EH6LDkfdPXc90guzY9HDXCRYEDZtRgq51OTB/YNUBMOsrweh0yVDJIbDK4HEdZZBeJSQ118kk/y87NuvoLSJOi/SjWKv5lWeb6Oix/9/vQ26pN51LPXNE0OXOu2QZsPJByZpnTTae1rnD7pPf6YDDGMDkRAwu/4rEkHmMTYaqrSVu9tortochwRvoaV3QfqTzl17aDwoWiqqWXRoZgkngGMmMuMx6uJv2UkyPKXAl4Y6wVxZ4ttQ57ijJNqIPy82RUn0eDQuiBCfpzt7J+wZn51uI3mJXx0W+Cm0k0WJPDjRxRXvyx34UrT9tU+DuHny5uW6EVOtMw07Xr+Fri6017qbKd6vfpVjREwd6XvF9XiUvl7tv+uyz7IWmUKsmr30AXGpDbAwwcgvUFMk7NXBJ7Se8zI2bQ/xm4/pVy1i8feP/+ByTcqIUo/LQi6p66ih50vQSGOuGKhiV+DZRFPkGPQInd+SQOQ98aXU/p21e5NPbkYtrLA2JEepybMGsQg+GnRn4A3MLpq+LALOUPp0M5PwvtdR9w9k6O+Jdc4lz2EiY6r6PlObtFAqmty90GSiz2gK5KNoYf/qxW/of6/RUBgscsEdIt4tDCLeZtDXwQRV/5lYwrV3/PQNOiu24obCACirgJ5qTN631UP2IF4jjp86eX6VEltBsrKxaFU9wRuVGPI4sXr0a1MyZAjo5Krdn+glK1w/q/3YYB4Yis4gN6nD3xpHrDeATt7MpifzfhHDmM9fBAadzjXZzC/j0xQyB76uRwY1NY1j+CpPcGjhC8CoUzujeGqMLdxzBb9vAXJ0605VVORLfU3T80qPKVt4+1UWiqdylkRCARHtAt2zIodeLNKIn71zC9RDqEkZQnFBIRewAD9y8uLYbBLhxO/r5UmqCYNTgyid7pcev2d9UBgh+8mjR 4/IzyWBY C6OgoyWrBJfQc3AoqgdFGpM8wHo42XEvkrFWiphkZTK1La3f8hIcgTdqY2QhLllTJk2w5QCuCEOAfBXGl3Icj3l7q5LLu9m/LypAg+zV3mI7acQY+asJNuMj0aN+D+GrshZcVxJxxIpM7FtjE6/wDtHMgX2WSLZEwCDH4yCqTYhmw3oIqqugHhlWZp8Ifc1XC1TfiMFYFsQr3Seh3Ua1jPgaU978ud+o6vQBr5yf0HoVsJogZYQ5tYSwZCQt1EbzvvXDbqrVnEWpuxUjImW3d0nAM/Qgwl9Pkqpzi9GwjUh/LuciXsiOKaAwajb/WE/8MY62AQ6BJBp4vQmY5KTHUDVjwHdyyeS3Am4RUrjAr9FSSC6VgzoUOmKW7z9u/S9EZ3xXhOrQ3FPDs0JLg5IKngK3CcRFDMCfdxC2p X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: From: "Mike Rapoport (IBM)" Hi, Following Jon's gripe about top-of-file labels [1], I went ahead and updated admin-guide/mm and mm docs to use file names instead of labels for document cross-referencing. [1] https://lore.kernel.org/all/87r0vh9n17.fsf@meer.lwn.net v3: * fix more missed references in zn_CH translation (kbuild) * add markup removal in Documentation/mm/physical_memory.rst as the first patch in the series to keep Fixe: and Acked-by: tags * rebase on docs-next v2: https://lore.kernel.org/all/20230131144220.822989-1-rppt@kernel.org * fix missed reference in zn_CH translation (kbuild) v1: https://lore.kernel.org/all/20230129075018.207678-1-rppt@kernel.org Mike Rapoport (IBM) (3): docs/mm: Physical Memory: remove useless markup docs/mm: remove useless markup docs/admin-guide/mm: remove useless markup Documentation/admin-guide/mm/concepts.rst | 13 +++++-------- Documentation/admin-guide/mm/hugetlbpage.rst | 4 +--- Documentation/admin-guide/mm/idle_page_tracking.rst | 7 ++----- Documentation/admin-guide/mm/index.rst | 3 +-- Documentation/admin-guide/mm/ksm.rst | 2 -- Documentation/admin-guide/mm/memory-hotplug.rst | 2 -- Documentation/admin-guide/mm/numa_memory_policy.rst | 2 -- Documentation/admin-guide/mm/numaperf.rst | 2 -- Documentation/admin-guide/mm/pagemap.rst | 11 ++++------- Documentation/admin-guide/mm/shrinker_debugfs.rst | 2 -- Documentation/admin-guide/mm/soft-dirty.rst | 2 -- Documentation/admin-guide/mm/swap_numa.rst | 2 -- Documentation/admin-guide/mm/transhuge.rst | 2 -- Documentation/admin-guide/mm/userfaultfd.rst | 2 -- Documentation/admin-guide/mm/zswap.rst | 2 -- Documentation/core-api/dma-api.rst | 2 -- Documentation/mm/active_mm.rst | 2 -- Documentation/mm/arch_pgtable_helpers.rst | 2 -- Documentation/mm/balance.rst | 2 -- Documentation/mm/free_page_reporting.rst | 2 -- Documentation/mm/frontswap.rst | 2 -- Documentation/mm/highmem.rst | 2 -- Documentation/mm/hmm.rst | 4 +--- Documentation/mm/hugetlbfs_reserv.rst | 4 +--- Documentation/mm/hwpoison.rst | 2 -- Documentation/mm/ksm.rst | 4 +--- Documentation/mm/memory-model.rst | 2 -- Documentation/mm/mmu_notifier.rst | 2 -- Documentation/mm/numa.rst | 4 +--- Documentation/mm/page_frags.rst | 2 -- Documentation/mm/page_migration.rst | 6 ++---- Documentation/mm/page_owner.rst | 2 -- Documentation/mm/page_reclaim.rst | 2 -- Documentation/mm/page_table_check.rst | 2 -- Documentation/mm/physical_memory.rst | 12 ++++++------ Documentation/mm/remap_file_pages.rst | 2 -- Documentation/mm/slub.rst | 2 -- Documentation/mm/split_page_table_lock.rst | 2 -- Documentation/mm/transhuge.rst | 2 -- Documentation/mm/unevictable-lru.rst | 2 -- Documentation/mm/z3fold.rst | 2 -- Documentation/mm/zsmalloc.rst | 2 -- .../translations/zh_CN/admin-guide/mm/index.rst | 2 +- Documentation/translations/zh_CN/mm/hmm.rst | 2 +- .../translations/zh_CN/mm/hugetlbfs_reserv.rst | 2 +- Documentation/translations/zh_CN/mm/numa.rst | 2 +- 46 files changed, 29 insertions(+), 113 deletions(-) base-commit: 747a5a95bf3e48feba8350265aeed85a6b516bbd