From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 31023260588 for ; Tue, 16 Sep 2025 04:01:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757995280; cv=none; b=pI+ZtuVUwbhjhT5iU6B1els4vM8PTDKYKUOjhHEf0CA20nmiS6ZMojjQc3QyXSNwCLNdfaOuhcKTYtoeZHnNiAUAJSJG3VmCkQe9RXTAoI4JC29qhb7veNlw+I4VRNCQqyioIIaUgIeQZu3KNIpKOdHi716AUTfhm4hlQT7B7fg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757995280; c=relaxed/simple; bh=OiXK6DHbagzHXHwTSbtJ/fQ6GAiGOY1XnkLAACHAb0g=; h=Date:To:From:Subject:Message-Id; b=Id5ZsQwxtiCqW4+vQqACdHhMMZi+0IZVLNFGMDcuBngOLNz58rd11DQio3e9EkXPLMkSx7ss1Fb5UhBnx9gsQTzrNhqznNUWpEk4+neToGThkmaklLwKc7qOapBMsl51cnM+kP2ByPs7PV5WnlmC06PBU9JxSpmVq7OlTvz4jKM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=O+BxwG+l; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="O+BxwG+l" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B9D3C4CEF7; Tue, 16 Sep 2025 04:01:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1757995275; bh=OiXK6DHbagzHXHwTSbtJ/fQ6GAiGOY1XnkLAACHAb0g=; h=Date:To:From:Subject:From; b=O+BxwG+lkxBET65m3xYFkzAR/XVKyNu8E7Y50QmbhmVcGuQcVePzg+9UFKkvoVmYJ XMjX4tuApd5tNS7/Sc9p/ZKZW9/DVFvUJr4yPpiVf7F8QAdY8kQ5M+m2NBrdD1GhWr 0kOfHuX2Yjq+zol85j8EjhmICbcG0fPg9m0elpM0= Date: Mon, 15 Sep 2025 21:01:15 -0700 To: mm-commits@vger.kernel.org,vbabka@suse.cz,surenb@google.com,rppt@kernel.org,mhocko@suse.com,lorenzo.stoakes@oracle.com,liam.howlett@oracle.com,joshua.hahnjy@gmail.com,david@redhat.com,corbet@lwn.net,sj@kernel.org,akpm@linux-foundation.org From: Andrew Morton Subject: + maintainers-rename-damon-section.patch added to mm-new branch Message-Id: <20250916040115.8B9D3C4CEF7@smtp.kernel.org> Precedence: bulk X-Mailing-List: mm-commits@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The patch titled Subject: MAINTAINERS: rename DAMON section has been added to the -mm mm-new branch. Its filename is maintainers-rename-damon-section.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maintainers-rename-damon-section.patch This patch will later appear in the mm-new branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Note, mm-new is a provisional staging ground for work-in-progress patches, and acceptance into mm-new is a notification for others take notice and to finish up reviews. Please do not hesitate to respond to review feedback and post updated versions to replace or incrementally fixup patches in mm-new. Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: SeongJae Park Subject: MAINTAINERS: rename DAMON section Date: Sun, 14 Sep 2025 18:58:07 -0700 DAMON section name is 'DATA ACCESS MONITOR', which implies it is only for data access monitoring. But DAMON is now evolved for not only access monitoring but also access-aware system operations (DAMOS). Rename the section to simply DAMON. It might make it difficult to understand what it does at a glance, but at least not spreading more confusion. Readers can further refer to the documentation to better understand what really DAMON does. Link: https://lkml.kernel.org/r/20250915015807.101505-7-sj@kernel.org Signed-off-by: SeongJae Park Cc: David Hildenbrand Cc: Jonathan Corbet Cc: Joshua Hahn Cc: Liam Howlett Cc: Lorenzo Stoakes Cc: Michal Hocko Cc: Mike Rapoport Cc: Suren Baghdasaryan Cc: Vlastimil Babka Signed-off-by: Andrew Morton --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/MAINTAINERS~maintainers-rename-damon-section +++ a/MAINTAINERS @@ -6738,7 +6738,7 @@ S: Maintained W: https://docs.dasharo.com/ F: drivers/platform/x86/dasharo-acpi.c -DATA ACCESS MONITOR +DAMON M: SeongJae Park L: damon@lists.linux.dev L: linux-mm@kvack.org _ Patches currently in -mm which might be from sj@kernel.org are mm-damon-core-reset-age-if-nr_accesses-changes-between-non-zero-and-zero.patch mm-damon-core-set-effective-quota-on-first-charge-window.patch mm-damon-lru_sort-use-param_ctx-correctly.patch docs-mm-damon-maintainer-profile-update-community-meetup-for-reservation-requirements.patch docs-admin-guide-mm-damon-start-add-target_pid-to-damos-example-command.patch maintainers-rename-damon-section.patch