From patchwork Fri Oct 11 17:01:53 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13832730 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 89A07D0EE12 for ; Fri, 11 Oct 2024 17:02:04 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 0174A6B00B6; Fri, 11 Oct 2024 13:02:04 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id E1DE76B00B7; Fri, 11 Oct 2024 13:02:03 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id C4A066B00B8; Fri, 11 Oct 2024 13:02:03 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0017.hostedemail.com [216.40.44.17]) by kanga.kvack.org (Postfix) with ESMTP id A4D9A6B00B6 for ; Fri, 11 Oct 2024 13:02:03 -0400 (EDT) Received: from smtpin24.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay08.hostedemail.com (Postfix) with ESMTP id CB2C21415C4 for ; Fri, 11 Oct 2024 17:01:58 +0000 (UTC) X-FDA: 82661938842.24.9ED1AE3 Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) by imf21.hostedemail.com (Postfix) with ESMTP id 871241C001E for ; Fri, 11 Oct 2024 17:01:56 +0000 (UTC) Authentication-Results: imf21.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=pz7ElFMX; spf=pass (imf21.hostedemail.com: domain of sj@kernel.org designates 147.75.193.91 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=quarantine) header.from=kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1728665983; 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=uatNKnJhN3Y57ajQ1FpneF6ittRDZZY7UHett4Xmj6A=; b=K/nj6XUgoNs9d3Mi03WgW5dVK9Har5ECBe7OLGeANIQEZ08Hgd6pa6+1XsPl+sFloFMkyd tudTHtJISBEtNOcwgQeBJlWwKE2nONHAWAds76rGShuQOd7kkrYsVvWYM7jMYpsuuKDqu/ NqiTx9xKib7nSkQVxFT+9uLABQMchyo= ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1728665983; a=rsa-sha256; cv=none; b=B1XUlAWSbB90yGhPQHsyOCdD8EVm69WG9N80Lck12/jC361Js6SzlXiNObp76Yb4EfnShI AACYtHsrIgw2YmiAENnii3AxeRG9qE8kvUUvCHzDK/7rWuMPaBFtDPTQok9YhRFGhM26Gi qdGI52aS5meQLMG36ziWlfl9J5G2DqE= ARC-Authentication-Results: i=1; imf21.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=pz7ElFMX; spf=pass (imf21.hostedemail.com: domain of sj@kernel.org designates 147.75.193.91 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=quarantine) header.from=kernel.org Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 48133A44B98; Fri, 11 Oct 2024 17:01:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7FD6EC4CEC7; Fri, 11 Oct 2024 17:02:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728666120; bh=FjXH2IdgssaC1VgXM6fx4nfSiv/SdPLDBW6J9dj7vPc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pz7ElFMXs98kV5oWdTgn2kWOqsnZsHnS8lRDD9ta6E7iwKvPk0jmqUZ9agQ3561Fc xwu53EFSDBxBnq4KaD4NRW46/8wTqDaq5E/bPmqRv+zgnYqpCHJ/ha5YjZClCZR28X apORACKmS50zeNRZyi9t2A8QDbGUr8tEVuq2kJBm0TChSTo6hjxOtNQ0W3YdlIfSCB Jnmlju5wccl0h3Inx0gfNM3Ce6e17XHTutvyX5HAjgowpcydb6TxvcAlxfr2aUmWB+ kfEOA4t5ndanGTFpbus32wwIE1RXzhmV7pZH0vJXSY+MQDkC7hHnEQK4eaackgtzoh 06h/bRaa2vz+A== 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 1/2] Docs/damon/maintainer-profile: add missing '_' suffixes for external web links Date: Fri, 11 Oct 2024 10:01:53 -0700 Message-Id: <20241011170154.70651-2-sj@kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241011170154.70651-1-sj@kernel.org> References: <20241011170154.70651-1-sj@kernel.org> MIME-Version: 1.0 X-Rspam-User: X-Rspamd-Server: rspam04 X-Rspamd-Queue-Id: 871241C001E X-Stat-Signature: c41u4787krr4worpg67k8s33upokpyds X-HE-Tag: 1728666116-993908 X-HE-Meta: U2FsdGVkX1+I2GiP7h1KFpf+GvGR15J5TrSLnhoiRVEJecSFrxf/kOLJ3X4k1TuDNdNc52AOOnBOdnhxkvPU5V+d1wEsx/HL1IjIZVBuSROpeWXO71KQ8HIr7fINlbxnc7mk1qjb3IB4BQ+ds3KWa7Fwa6rixKdcEgjXo/Dl87k3l/li9zt9sMAiaBYN9vFdJACXXPYoJQ4zroO7KEUEvJxxWrkwgmu7YMkiNes88C1xKYst8dsFu3U/8Bu7c/iDtBpVISgO3rH0QJ/gvChr4B/82u82HJxgfLlE0cKgD+N7XLADoj7uTKZNFnulYHVRlzqNgnAj6IIC9VOOIF4DCIIB3/048YcQ7nygQs56YfqN1V45dFqiV7vO3jlJD7LQzLVJopnM53w/+0Zjk/8+Ih+g/PDoDzMzkWFnJS1zuAwHJHK7YpKEe2mIzwiKkW6uLgDIFTZuNU7uUttuHgpiO8+4/ByfQNPwkC+DyD14kpMewh01YgEoiu0umbnfsOvXknYw378Rjki3ykXEqDo+XtggpsVvFDVfUiNclInkcs3IbySKOx3w/r80zB6v3XZBhNFnpyFUxuZtJr/5Rs9f7cVyDZvG/MEq7cXVCx/eoD9pcuoOe0eVHW2K7S4s/ACTQqbPCcE2OobJTjekHoJFQRqIZxdTOySxTflvhE8PWccbQ4uCFysDqsprdJeTQGmwzP5oFau0oBwxYVSaBjuxZWhZNPoStOgWSvL0cLWche38ok+5uiCUoAQ2lmxxclWPIchtDsSO4CZNRw9aQr9F45x7sVE3uMYSceubiRLX81KKof4unWGOq0ZfiDbOVQ0LM28sV7yxGa3Xi9XH/k5KKqIt4+/IFkUijLHH97VFXhm59D68JhyZe3p6l0jg9DysgLlRZuba3+ETKJFaFFmxKJB1Fa3d6R0WEodOu6V12TRgr75/t962MOfVriguT5Sj8+V8r9EA3gWKBCeJzEn iLOiarY/ 167ruX8nkizhD9I4Fcckd9A98WsvZs3wXs9Z7clb/5gblokTJIUxYy05fGG7sDObZV9KGSRF+3VfKSpdbLvLxROAAA+qPR5qgXsSNxKl7lWITsaq2r44f6aQRY1AhhEY6O1Z9qvJa0k7ekGp6pH1F/04eJIAIK//uUyTkPzr5JYb2hpqjgqvO1iF5GxrwJO+S0Ec1uhiGDdzjk607YDmksu6waKUXEearag5u3KL/Fapnyz0g8S9zq2rT71507LClU7zDjvzb/HblDqYeBCPYQb4N2CfRyrNXPsIorPMrHuFBll9akN42Q98iVWDcK/Ju5pIvaF7Z0r7aHlIiLWyDHA7RTzeILGIEBcqrA/d7sr92lldHz69g2zpMzBsR+W6j2LUZf20GMdRA4paRhIiX3RTnQb52TfYMtRj2 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: Links to external web pages on DAMON's maintainer-profile.rst are missing '_' suffixes. As a result, rendered document is having only verbose URLs that cannot be clicked. Fix those. Also, update the link texts for git trees to contain the names of the trees, for better readability and avoiding below Sphinx warning. maintainer-profile.rst:4: WARNING: Duplicate explicit target name: "tree". Fixes: 2e9b3d6e2e59 ("Docs/damon/maintainer-profile: add links in place") Signed-off-by: SeongJae Park --- Documentation/mm/damon/maintainer-profile.rst | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Documentation/mm/damon/maintainer-profile.rst b/Documentation/mm/damon/maintainer-profile.rst index 2365c9a3c1f0..7b966480c79e 100644 --- a/Documentation/mm/damon/maintainer-profile.rst +++ b/Documentation/mm/damon/maintainer-profile.rst @@ -7,26 +7,26 @@ The DAMON subsystem covers the files that are listed in 'DATA ACCESS MONITOR' section of 'MAINTAINERS' file. The mailing lists for the subsystem are damon@lists.linux.dev and -linux-mm@kvack.org. Patches should be made against the mm-unstable `tree -` whenever possible and posted to -the mailing lists. +linux-mm@kvack.org. Patches should be made against the `mm-unstable tree +`_ whenever possible and posted +to the mailing lists. SCM Trees --------- There are multiple Linux trees for DAMON development. Patches under development or testing are queued in `damon/next -` by the DAMON maintainer. +`_ by the DAMON maintainer. Sufficiently reviewed patches will be queued in `mm-unstable -` by the memory management +`_ by the memory management subsystem maintainer. After more sufficient tests, the patches will be queued -in `mm-stable ` , and finally +in `mm-stable `_, and finally pull-requested to the mainline by the memory management subsystem maintainer. -Note again the patches for mm-unstable `tree -` are queued by the memory +Note again the patches for `mm-unstable tree +`_ are queued by the memory management subsystem maintainer. If the patches requires some patches in -damon/next `tree ` which not yet merged +`damon/next tree `_ which not yet merged in mm-unstable, please make sure the requirement is clearly specified. Submit checklist addendum @@ -37,25 +37,25 @@ When making DAMON changes, you should do below. - Build changes related outputs including kernel and documents. - Ensure the builds introduce no new errors or warnings. - Run and ensure no new failures for DAMON `selftests - ` and + `_ and `kunittests - `. + `_. Further doing below and putting the results will be helpful. - Run `damon-tests/corr - ` for normal + `_ for normal changes. - Run `damon-tests/perf - ` for performance + `_ for performance changes. Key cycle dates --------------- Patches can be sent anytime. Key cycle dates of the `mm-unstable -` and `mm-stable -` trees depend on the memory +`_ and `mm-stable +`_ trees depend on the memory management subsystem maintainer. Review cadence @@ -72,13 +72,13 @@ Mailing tool Like many other Linux kernel subsystems, DAMON uses the mailing lists (damon@lists.linux.dev and linux-mm@kvack.org) as the major communication channel. There is a simple tool called `HacKerMaiL -` (``hkml``), which is for people who +`_ (``hkml``), which is for people who are not very familiar with the mailing lists based communication. The tool could be particularly helpful for DAMON community members since it is developed and maintained by DAMON maintainer. The tool is also officially announced to support DAMON and general Linux kernel development workflow. -In other words, `hkml ` is a mailing +In other words, `hkml `_ is a mailing tool for DAMON community, which DAMON maintainer is committed to support. Please feel free to try and report issues or feature requests for the tool to the maintainer. @@ -98,8 +98,8 @@ slots, and attendees should reserve one of those at least 24 hours before the time slot, by reaching out to the maintainer. Schedules and available reservation time slots are available at the Google `doc -`. +`_. There is also a public Google `calendar -` +`_ that has the events. Anyone can subscribe it. DAMON maintainer will also provide periodic reminder to the mailing list (damon@lists.linux.dev). From patchwork Fri Oct 11 17:01:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13832731 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 EF5DFD0EE1A for ; Fri, 11 Oct 2024 17:02:06 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 1EB5C6B0092; Fri, 11 Oct 2024 13:02:05 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 1270C6B0088; Fri, 11 Oct 2024 13:02:04 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id E1E456B00B9; Fri, 11 Oct 2024 13:02:04 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0016.hostedemail.com [216.40.44.16]) by kanga.kvack.org (Postfix) with ESMTP id C3A5A6B00B7 for ; Fri, 11 Oct 2024 13:02:04 -0400 (EDT) Received: from smtpin24.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay10.hostedemail.com (Postfix) with ESMTP id 7DC9AC162A for ; Fri, 11 Oct 2024 17:01:59 +0000 (UTC) X-FDA: 82661938884.24.6DC33F5 Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) by imf29.hostedemail.com (Postfix) with ESMTP id 51A7B120014 for ; Fri, 11 Oct 2024 17:01:59 +0000 (UTC) Authentication-Results: imf29.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=tDxWsVxm; spf=pass (imf29.hostedemail.com: domain of sj@kernel.org designates 147.75.193.91 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=quarantine) header.from=kernel.org ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1728666051; a=rsa-sha256; cv=none; b=0gmJIxFy9ifdNFjzO6sXgvRSYVFEsxa3y9ZEULL2MvVmGT5r/Vk2OL4BgB6TsNoa3maWU6 oSLFql1LeXwzT0nG3DmPFXvNrjS3WW4gpUAj0+rxVByvN147npVcIPXlohDjlrFNY4VJce +DcHLJiN5q7q7op27Tl7h8NYhadwBDI= ARC-Authentication-Results: i=1; imf29.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=tDxWsVxm; spf=pass (imf29.hostedemail.com: domain of sj@kernel.org designates 147.75.193.91 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=quarantine) header.from=kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1728666051; 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=UehHF4J0fS7cDHAGeNtCLmTm0zubf047n6xfD816fM8=; b=ns5gmiTSV1CJG0K8oj+MJLnDXHJMturXNX2kbnI4DYJgqxP2Ct+o8gp7X/rz2xSPGRfQre I33j1YKD+Pn4sft1fNiVDnrXk/eqE2+205Xrt3BGU2wG3gFtmAvAjwoGRSxBk489Wgm2wm FTx/+ieMlUNoV7sNpAbQKIvIe+TeTDw= Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 6C41CA44B7B; Fri, 11 Oct 2024 17:01:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90494C4CEC3; Fri, 11 Oct 2024 17:02:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728666121; bh=ZPCeKzFnODdZ4oh5o5TrQQIAwiaQ5KJ5HlvR4ndp04I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tDxWsVxmHBINRT1gKExtbiZ0CVi+4j8FQn5BRPpFTvTKLAilns832Y8DgXUtBSMlp 9+r66otaUeXGaTAVh15N6gOBEciGc3BOe792MWWFTk8GF/tltoZBdj92DIXhR13sR4 ckExWcqeWqRhAiZCBhlJJOAVgRr9C9JkmgK3C6INDiqXjt6y16dy3Awhj1IV95hrzn qqk1VovqXEfSodrOx+N6ilbOsJXBIv/AV1yF6pQjhOZyHo5kxdfytFboTA6cwIARGR 0pAxSwL+dY3y9H8sz03ATBTMcg7pdip+Knb4xG0UqbQNEUIjVI8VBXkOQSme2osADS CkKjZjbY19hOw== 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 2/2] Docs/damon/maintainer-profile: update deprecated awslabs GitHub URLs Date: Fri, 11 Oct 2024 10:01:54 -0700 Message-Id: <20241011170154.70651-3-sj@kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241011170154.70651-1-sj@kernel.org> References: <20241011170154.70651-1-sj@kernel.org> MIME-Version: 1.0 X-Stat-Signature: 3881bq776o1jief133dxncthmxfctw4n X-Rspamd-Queue-Id: 51A7B120014 X-Rspam-User: X-Rspamd-Server: rspam10 X-HE-Tag: 1728666119-287282 X-HE-Meta: U2FsdGVkX18939DXAMdExn2fYceZr04IJcCPc2kEjOMGBy7Vu/7ZXtdSz5NLxh1Icx4kUbbeaXanOF22Fl7rrjFq7o8IH7SOPfkxDB6EHw44lMj8YeEAwNEeIvibAbxz9ECnBiqPslLLmx+4EeN4tPN32k9jogfr4am1x2jhjIQIIoEL/GQocGYa91HsyU0xZQ0Mv16aCaDbS9MQDiio9z+9ibh8BDecNFfbXDWBa4xEfTX4agfSOU7IxFHzwteN1NeLNai7UO2vnEMQl17TxZ/cocvVoBstJWO8S7fBMkja4kwq49M2XQakAso9Kq7nufqP3zr8ZoMsWB1UCufAf1T4jS15nGOQ2kA5mIlefE3H8ZBTgLbHX/7jjHQakFPPBBa5CPQ59UQgU14EuFpM1bgE9/uW+GgiYQTTQ8veqqPdOr1JDfTN23IlJYypJiVxBRha6jsfWphLAnsCkNcSknuv/CPLGm8G33vjxQ5p3cp/+a9RbHm2Ddx90gYqPa/iUkZZt91L8JEI6e96ekUltnXukgpLCpQZCtZiDPo0JwR+nvqhbblitlN5+6fjVAqglNhjVrisuTQCLChlZL7e4z066qndFsPFKaim6b9PmszF3VHl6sykOJbf7dTRCBFXbZSb0IYKqQju+NkfQ0FZeigtOJHYp0HVBVr6QLuKBWVovq77tQaexNMwzRMACnEsP+APqn4WA//Ii7R3kNN0+0uGIAUftGSmLyzYP6qTHGkcvYipSENsNyQA4sJ8FF4QlqlVabqkw5XerBQLkb7SySNjgLHZQ9rsUVy6lfmg9OhK5z4AgiDcxJV/5/Z71AcaYKAizDrHsrcS5PL9lYN4OT0sNzERJy4VXzNY+MW3vDqs+mvIxnDy/ipiVmFfOWDc4D3aG9lFOxT71vxw4G67+GLjdW6FP04O+NoJGhODQ2kwxF3zWCDoKqFZ28ah/6dT9zBKQVU1/KfIwoglNkX ZPy/yWS1 j3ZA+6LwgGJOSUkdORiTMQTfeEoW603+Hv46uue+dq0YAdsuxFbaGUz72FxFIyxLdTJO8K3aWwi9rD5AodrW0mNYDLOrtgMhnkvi9PYdxjJNxIFG7n+esn24CeRAPc91B0MllXvILONfwWQkGZJAh/oJfBQgZyIgF6dsKkNM1bRs8Nq6FxqF0h/Q0GDys2dMfnWVn+504fuPhnyKikWnwWS+DW39p8hTsnLitiXoGe/ve2m7O41OT9pMCmNyXhbiZ/tKY 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: DAMON GitHub repos have moved from awslabs GitHub org to damonitor org[1]. Following the change, URLs on documents are also updated[2]. However, commit 2e9b3d6e2e59 ("Docs/damon/maintainer-profile: add links in place"), which was added just after the update, was using the deprecated GitHub URLs. Update those to use damonitor GitHub URLs instead. [1] https://lore.kernel.org/20240813232158.83903-1-sj@kernel.org [2] https://lore.kernel.org/20240826015741.80707-2-sj@kernel.org Fixes: 2e9b3d6e2e59 ("Docs/damon/maintainer-profile: add links in place") Signed-off-by: SeongJae Park --- Documentation/mm/damon/maintainer-profile.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/mm/damon/maintainer-profile.rst b/Documentation/mm/damon/maintainer-profile.rst index 7b966480c79e..ce3e98458339 100644 --- a/Documentation/mm/damon/maintainer-profile.rst +++ b/Documentation/mm/damon/maintainer-profile.rst @@ -37,17 +37,17 @@ When making DAMON changes, you should do below. - Build changes related outputs including kernel and documents. - Ensure the builds introduce no new errors or warnings. - Run and ensure no new failures for DAMON `selftests - `_ and + `_ and `kunittests - `_. + `_. Further doing below and putting the results will be helpful. - Run `damon-tests/corr - `_ for normal + `_ for normal changes. - Run `damon-tests/perf - `_ for performance + `_ for performance changes. Key cycle dates