From patchwork Mon Jul 1 19:27:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13718590 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 454B1C3065A for ; Mon, 1 Jul 2024 19:27:35 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 3B7606B00B7; Mon, 1 Jul 2024 15:27:21 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 33C6D6B00B9; Mon, 1 Jul 2024 15:27:21 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 1B6DC6B00B8; Mon, 1 Jul 2024 15:27:21 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0012.hostedemail.com [216.40.44.12]) by kanga.kvack.org (Postfix) with ESMTP id D37816B00B7 for ; Mon, 1 Jul 2024 15:27:20 -0400 (EDT) Received: from smtpin06.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay02.hostedemail.com (Postfix) with ESMTP id 88468121874 for ; Mon, 1 Jul 2024 19:27:20 +0000 (UTC) X-FDA: 82292167440.06.A37500E Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by imf25.hostedemail.com (Postfix) with ESMTP id 89983A0012 for ; Mon, 1 Jul 2024 19:27:18 +0000 (UTC) Authentication-Results: imf25.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=qMWN3CjS; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf25.hostedemail.com: domain of sj@kernel.org designates 145.40.73.55 as permitted sender) smtp.mailfrom=sj@kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1719862014; 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:in-reply-to:references:references:dkim-signature; bh=WjHhSpmHFZaOG6s/DUs8TF5YKjvGo6SvCpMJty+n3yw=; b=3tDHzBvWBkAHPv45ujj9n4+hkjHLj8hXs7XXxM6yHvYNpVgTjbBLH3iZ2pGol0f2tKCckp n48Juy0ZiHGp0+a3iPHjbn1eycIbhiW8A0S1xrJ3n3UywkvWLq2F83A4uvcQLDcZ15tEA0 CGXC3MV+OP/nGBu7i/YGAVInj+xMI/8= ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1719862014; a=rsa-sha256; cv=none; b=aazvI1PpRycGT9nPaePAnHQTyJP8+1hkVMSho4YS0304JLwwy+2rUxRNIs6WYpmU+gye6w BGzwgjksxbGglYhByFt8XIS9g9D+ralTBwinXVH5JUwpIfReZUiXJsyMRWlMMVtBpVXxXz 0nEHGB+7wzS5f08ZmWWQY6UY6WUrrEk= ARC-Authentication-Results: i=1; imf25.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=qMWN3CjS; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf25.hostedemail.com: domain of sj@kernel.org designates 145.40.73.55 as permitted sender) smtp.mailfrom=sj@kernel.org Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id EB0B3CE1A9F; Mon, 1 Jul 2024 19:27:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E5F8C4AF17; Mon, 1 Jul 2024 19:27:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719862035; bh=kzj696pWU8DWR5Tm6fgirfTDKawz+VAhGd1JZg05h7s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qMWN3CjSlN++hAYJKb89nWhb7/2OGMc60CPhWXTVBX0IT6VL8SKe6i4JtH+4zaff1 md8OacaXkbRGlt3+A+dDiz7I0sMfGhXrzphZS5Od6U2+ifY/O1Ji57YaZiMDjiPK3G 3Zym7Ht0zxTrCqi1G+zdbDcheGVMFgaf0YBmo+ZaIFP0yiTIf9UWQHpR0MtquynpL5 +g30FP+UcFRlYUBcWk3Ij4f1Hm0CzGHb2P0iEAj9ma+6U6JXSQz/EMWmk5yY4CyGWw cPE8D401tb0IIYIGqXKFlGihjHWd0DdkgZyDAFnFxT/7T8+hmp4KbAhz2f5LfRX5N3 qQ6XqfTfRquuw== From: SeongJae Park To: Andrew Morton Cc: SeongJae Park , Jonathan Corbet , damon@lists.linux.dev, linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 6/9] Docs/mm/damon/design: Remove 'Programmable Modules' section in favor of 'Modules' section Date: Mon, 1 Jul 2024 12:27:03 -0700 Message-Id: <20240701192706.51415-7-sj@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240701192706.51415-1-sj@kernel.org> References: <20240701192706.51415-1-sj@kernel.org> MIME-Version: 1.0 X-Rspamd-Server: rspam07 X-Rspamd-Queue-Id: 89983A0012 X-Stat-Signature: jeawe3qs3uwonr6tk833pqnj7ocyhsq3 X-Rspam-User: X-HE-Tag: 1719862038-702502 X-HE-Meta: U2FsdGVkX1+KKzdwI5pp4c2ZeiTPNiIjDxBl4b17j9Eb0HSlYPhUX904bBKOfEizjCLQQwI9++yQv1GrcjvbYLnstrETv5xgaGuxxErsUK63piKz/AKceVjqbua60LJdlcQvR6OQmV9XI9fwdhmvYBUEUlNPFbfdXZU5zxZcNrVHXyhqWO/GJr1l7wuAqyNPKH9k4Pxc3EkN/weEt0AJ2rqxhaoy4oyNlSgmHnDwtwKXjeKdNH2Wc9MED/O+SjjUNG6c1xxqEYaMc4AvH1AB29uY8tYTjMk3oYHiZT8GyTovriCce8Kt4QOPp+z855B9iuCDA2IyhHoTXHfjeBh9mH0cATjaR4ejQDdRCtzPfuyBOhRNk41Cx7CZH3bo0CYUc5rGkxQy9dF5N7Q0Wh/ZBWXDlIKDshCSDTHnX2q/HM3RGVP8VPNszNZ7DCv0MmoM2xj1FtBTLG3m63DEKVxidOSqYHfgGxi/+M5hQBp4v5wmu+mOHkG5XDlWdjdhrwcIb1fU3efMSD2rMyyYR7pnwPfTDyEzhp214ROVx6SC7YXx/yvtwzdnAguCD4/CbGb3rlrcTs+b2iCpn1qUThUDBShYI9hBhNDxnLvN4NRYVlNMLJPZijKZNC7sNLu8wzIAnYp/8Pye6ksNIuLm6gxhwrP3gORSpkcsh8DdKw1sal/evGVd2WrDYpmHZA8k0rSyhW5e812Iku3fKd3UOAKtpAS/t5up59CjrVH3W9t3scyskMcUCeXRdkSjJQzisqM/HuVTjtfef7tgeWClutZ2hFQ7aOrLR0tj+7nI0y6MEbTE/2O+C5vIUa5DgW2MCssPxRjX7EVcN+7pFPzz2wYdKaHvuqnKj2BWg19uHDj7XHRYyWO5ACUKt9PuzpTt1T5oPgZLmW92jW9t9c5Yz2d/vqTon69NzeoNvlQsBrRcVZlsbduJ4cgmI91gYu6W8Bd1u3c7jwvNlSuGmhlmTnT 0PwVYTjE Ggek+nrZ8R1gLiOvK7oEVZmVqNlLp5P6RGmGmlChEWF6K1MiJYUe4oNvOC54pCVX6aR9tSsYw+VdRHTM0ujq6hjVw0u1//8RgGOoyzCeHYGOw5BrcMUC88DN04SCmblDB5FL2kpWJf+bUzOFn4JN8QYdaQVxC8wz4hb9PDDncDAylGeWKVYlMYnsi+wMu35GHK3gGoROK9RQWbJffitaCdqf1ujsncOt7rD2Xr/YfHZc9uz4= 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: List-Subscribe: List-Unsubscribe: 'Programmable Modules' section provides high level descriptions of the DAMON API-based kernel modules layer. But 'Modules' section, which is at the end of the document, provides every detail about the layer including that of 'Programmable Modules' section. Since the brief summary of the layers at the beginning of the document has a link to the 'Modules' section, browsing to the section is not that difficult. Remove 'Programmable Modules' section in favor of 'Modules' section and reducing duplicates. Signed-off-by: SeongJae Park --- Documentation/mm/damon/design.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Documentation/mm/damon/design.rst b/Documentation/mm/damon/design.rst index f7029bc840ce..39e686c6862d 100644 --- a/Documentation/mm/damon/design.rst +++ b/Documentation/mm/damon/design.rst @@ -33,16 +33,6 @@ DAMON subsystem is configured with three layers including layer. -Programmable Modules --------------------- - -Core layer of DAMON is implemented as a framework, and exposes its application -programming interface to all kernel space components such as subsystems and -modules. For common use cases of DAMON, DAMON subsystem provides kernel -modules that built on top of the core layer using the API, which can be easily -used by the user space end users. - - .. _damon_operations_set: Operations Set Layer