From mboxrd@z Thu Jan 1 00:00:00 1970 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 6532BC83030 for ; Sat, 5 Jul 2025 17:50:22 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id A36286B807A; Sat, 5 Jul 2025 13:50:12 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 9E8426B8067; Sat, 5 Jul 2025 13:50:12 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 8D7536B807A; Sat, 5 Jul 2025 13:50:12 -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 79E2C6B8067 for ; Sat, 5 Jul 2025 13:50:12 -0400 (EDT) Received: from smtpin20.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay10.hostedemail.com (Postfix) with ESMTP id 4C858C0212 for ; Sat, 5 Jul 2025 17:50:12 +0000 (UTC) X-FDA: 83630949864.20.4EED335 Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by imf23.hostedemail.com (Postfix) with ESMTP id 94749140004 for ; Sat, 5 Jul 2025 17:50:10 +0000 (UTC) Authentication-Results: imf23.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b="IjJFbB/T"; spf=pass (imf23.hostedemail.com: domain of sj@kernel.org designates 172.234.252.31 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=1751737810; 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=efslAE0b3QzwmJQg2NoGIyFS4PHRd1i+GQ50JbpEH+s=; b=q3eKdgL04Y3pAeY2SVIfU9vjVnF5nMSadmchAng/9Y3+IE3cONcx0kn2RY/BmobK9SHL4X nLzgZquzzD6Q6ZBeTMrkODUxRGr7rh3lU+SiZ5i5Pjs521Kyzl6TVRFG1IYNW1kuO1gzui NMYXeAgzMIMaSblvmsv90VVfmGvV8sc= ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1751737810; a=rsa-sha256; cv=none; b=pgqcJA2oUpVEIZcS4d2ZF3coB4EVy9QC0tMhQk2V+uoMAMGfc5D+i8uzWbC35suIIk6dhU ARrh08xynl8KrzLYOGsi9HR6YK+fHdw2yVqJpnZyxf5DVXwBJ2+vwmo/9Es1cLIkE5CVdN Cp/IojFhXsJicVf82q1+etUB10KdBQU= ARC-Authentication-Results: i=1; imf23.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b="IjJFbB/T"; spf=pass (imf23.hostedemail.com: domain of sj@kernel.org designates 172.234.252.31 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 sea.source.kernel.org (Postfix) with ESMTP id B46D5469FF; Sat, 5 Jul 2025 17:50:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E4DEC4CEF3; Sat, 5 Jul 2025 17:50:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751737809; bh=MRKp90zy+fE+PWnSNoK2r9DKEixr7CxXd4ejww/Kp3E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IjJFbB/TJgHOYYvTK4YKFHCIUHLhMNugNwmXSN/PoYsxblJdV9jSKbEBoC3WEWCAQ H4WraXru11vTaJADsbmR3Dm60hIxQYGWidUqu2yowRN+RRfwjlMW3MDBgJjPdsORNu r00b6pduZ3vLynjChv0HZU512cKsoTIgslhwimQWiE+dma2seS3kb6L5x5LCnNqJp2 yJyHjq8wkhy+qGWOaQ3riCtLFjRJlH7ZE8kXhKy9DvshmQxolZ7gF/OSQ9XnGe9Q4s u17RRhawo3BvKqvDXZtJE5n8F0wUONIdVRuqvGM523wnAiPIaYP1GX+PlbLemwF9wN qFoA1ti7wtdEA== From: SeongJae Park To: Andrew Morton Cc: SeongJae Park , Jonathan Corbet , damon@lists.linux.dev, kernel-team@meta.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH 6/6] Docs/mm/damon/maintainer-profile: update for mm-new tree Date: Sat, 5 Jul 2025 10:50:00 -0700 Message-Id: <20250705175000.56259-7-sj@kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250705175000.56259-1-sj@kernel.org> References: <20250705175000.56259-1-sj@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspam-User: X-Rspamd-Server: rspam12 X-Rspamd-Queue-Id: 94749140004 X-Stat-Signature: n66d5y7srs83reajaybd8htdapf6csqj X-HE-Tag: 1751737810-250103 X-HE-Meta: U2FsdGVkX199oLBQbF1/k1HejhOAjSziluQtpIURbanvq9wjAWpITOGKwbZTE60qOxN4kbCGPRJVTFsXHFR2NHKct6Le7+DbvPmsDkQzdwx5VYCFx1q/MURovJOk9/aw4WaNTNjtAmGz1Csg9dpGbuMFX+/XrThjYKqfXf1VXWd6Am9uh+2l1IF72XpPoYJUHC20Fs3vPzuPYCIt9DqCaf8Y8RoDDCVopB0LNEXKTrB5T5dVpvyezz5r8+hltYVblEEgHuQEM/+4nKhRLKYX+WRrvIW31kkKp2zAwFNR7gHDdWVP6nHPMPh5h9TF4SwQ/4dl6Tljm3i1ypQbbSN5rV4i25KDyoucLUbaPPetN0/h6tjptb5Y9ANZ78aGXUzn3t5TuEgga2WB4eX3Hdxy6v1VGXpkJk5QpaQgvVs4RQvw/DAleh+jmbacVvC4jjsYk3VElWCRALewNJi1fVDBUoFfJ0qtfiTHc0vvPROEeYa9C+mnd75+ppBAuQY8cPXuPMW4tLPnHd/NwB3Oaolrz5oUKUjkZL45+2F6xglzBu7DvFHgWOtrtoTG1qJrBi43XOQIpeAeDVmJAAJkat9HQkD/vIOp6V/T2+Bi5DwM6S5J30dVpEcLxb7er88aHIZi3Nitnmvhzrv1itnV0w9sX1zfHltzg4mEBhcjJbRmuLc/nneYhUETbY+whNO1VAV1pb+jMuZvVS2HyPTQMYKrmYEmvYAqSh9U173nqxpMzHTVPL0cSeRge9yn04Cjii5Hg7GvqfHobIFlrTG2o7bxbcuB4YhPFvurunMVUqpgSA5Eodf5kq1/W1MYjufP38BDTr0dKUMFBO7kGw4/1ycRVtzoGsNZolsX8UllW6MjGydfW4DI/igX7sMP2TQeOjSLZXSflVVRG9I4QhoYBpCmbPmq6R8GCsXNhbCxXB/RixZnnfdnKfYayBv/Po2UJEo6c1DK/Z2LrOF5zotRPFQ kTIZB7U3 KpS2scplwk88QDj5WyzQncoshGEkDn85phMgWqLgZ5YmQZEKuir3DvP1dFFwAI7A4jRcRpQaQ2MgR0RCMZH6NrngwQTpiqYGCNQZSL26f7GISpJi94wau9bOAK4OKT0Z2A7vhc13guoJ8/gWqO3UdMSKwoTLZlLbNu6skMGPpLkFKVGlpafToaN011jduycpBmzibsfQBTUUyRR7Yq/k+Jo5MAmi3LKGMVMmsdcj875CjwxS3A1lup8OGlqFniumF794+QIwhNbECBfGEma3cp4eWtlltJpEwN/ak 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: Recently a new mm tree for new patches, namely mm-new, has been added. Update DAMON maintainer's profile doc for DAMON patches life cycle, which depend on those of mm trees. Signed-off-by: SeongJae Park --- Documentation/mm/damon/maintainer-profile.rst | 35 ++++++++++--------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/Documentation/mm/damon/maintainer-profile.rst b/Documentation/mm/damon/maintainer-profile.rst index ce3e98458339..5cd07905a193 100644 --- a/Documentation/mm/damon/maintainer-profile.rst +++ b/Documentation/mm/damon/maintainer-profile.rst @@ -7,9 +7,9 @@ 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-new tree +`_ whenever possible and posted to the +mailing lists. SCM Trees --------- @@ -17,17 +17,19 @@ SCM Trees There are multiple Linux trees for DAMON development. Patches under development or testing are queued in `damon/next `_ by the DAMON maintainer. -Sufficiently reviewed patches will be queued in `mm-unstable -`_ by the memory management -subsystem maintainer. After more sufficient tests, the patches will be queued -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 -management subsystem maintainer. If the patches requires some patches in -`damon/next tree `_ which not yet merged -in mm-unstable, please make sure the requirement is clearly specified. +Sufficiently reviewed patches will be queued in `mm-new +`_ by the memory management subsystem +maintainer. As more sufficient tests are done, the patches will move to +`mm-unstable `_ and then to +`mm-stable `_. And finally those +will be pull-requested to the mainline by the memory management subsystem +maintainer. + +Note again the patches for `mm-new tree +`_ are queued by the memory management +subsystem maintainer. If the patches requires some patches in `damon/next tree +`_ which not yet merged in mm-new, +please make sure the requirement is clearly specified. Submit checklist addendum ------------------------- @@ -53,8 +55,9 @@ Further doing below and putting the results will be helpful. Key cycle dates --------------- -Patches can be sent anytime. Key cycle dates of the `mm-unstable -`_ and `mm-stable +Patches can be sent anytime. Key cycle dates of the `mm-new +`_, `mm-unstable +`_and `mm-stable `_ trees depend on the memory management subsystem maintainer. -- 2.39.5