From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 0257E3CF21D; Tue, 15 Sep 2026 02:09:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789438184; cv=none; b=YFfIWkycL4yZL2dT5Rv7FxuU35qbZDItMvOmOfF8uhj3SXTs3J+jN58dVmKVRl0yQIx/+OAXMbOQpBO/aVYyBDAff0vbD1cFiWlp8/zvjLnbvgPzzgFg8BItioAW8y6zF5xZhjpO0nSceUklofZm02KqYOgdS7iTQFWSb1urm4I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789438184; c=relaxed/simple; bh=5Ih8qSxrx+1FoiQrZrDyi0m7BSRP8d4efVZQoDuXGTw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=hlZpXJTxIB7JTWDNp6Rb22+qd/vf987qs7bbD/7wsd4Ov7B71n72kFCdAQBjD+hXTTTtwQknZNHP1WfgfC9Xo1la10sHrh4vaj/1E9F806lUIoQpDdr3aMdijVUEDlZV26ncfdXkdgakTzMdpa3qrsvBCVwJ4HrQjsCUk5K2Ux8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gor0uewm; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gor0uewm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B83321F000FF; Tue, 15 Sep 2026 02:09:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1789438181; bh=9PbkWTjWrdG2mF2OjLqwQA4JbmDDau4Exk+WU0SHNwM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=gor0uewmTRfc3cvfLmDyqdWVOoPcV/4doLAphen0FnleAlC2SXoRKMtQqgoYXwxln OjI9BPJliXzws9kCgEhhS9nDwzWma8mNCkL3EoZe25xQcV2Rjw0Bz5g3mAlFdVlNVP Fx9O57ZD7LcOGS+nVDHQrADo6OXmwYTETz0ICpuayv4ecgp+EknuuuxMB1P+CAhBCK OU9tGOwEo2KiRvYfLx19WSHah7SYem9pI7+3SJ7NC4fWae262G5wJmFkPOjMBMpUq4 kTPVUwjvS2+IReOMN4t33Wxxdm3heXYycEUem3W2SRBq4QmY0UXbCCnHY16jQ6hS20 oxLAIWsKJYRfA== From: SJ Park To: Cc: SJ Park , "Liam R. Howlett" , Andrew Morton , David Hildenbrand , Jonathan Corbet , Lorenzo Stoakes , Michal Hocko , Mike Rapoport , Randy Dunlap , Shuah Khan , Suren Baghdasaryan , Vlastimil Babka , damon@lists.linux.dev, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [RFC PATCH v3 7/8] Docs/admin-guide/mm/damon/usage: update for hugepage_size Date: Mon, 14 Sep 2026 19:09:26 -0700 Message-ID: <20260915020929.102953-8-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260915020929.102953-1-sj@kernel.org> References: <20260915020929.102953-1-sj@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update DAMON usage document for the newly added hugepage_size data attribute filter type. Signed-off-by: SJ Park --- Documentation/admin-guide/mm/damon/usage.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/admin-guide/mm/damon/usage.rst b/Documentation/admin-guide/mm/damon/usage.rst index d3e37400367bd..6b80bce5d678d 100644 --- a/Documentation/admin-guide/mm/damon/usage.rst +++ b/Documentation/admin-guide/mm/damon/usage.rst @@ -78,7 +78,7 @@ comma (","). │ │ │ │ │ │ │ │ │ 0/prep_action │ │ │ │ │ │ │ │ │ ... │ │ │ │ │ │ │ │ filters/nr_filters - │ │ │ │ │ │ │ │ │ 0/type,matching,allow,path + │ │ │ │ │ │ │ │ │ 0/type,matching,allow,path,min,max │ │ │ │ │ │ │ │ │ ... │ │ │ │ │ │ │ ... │ │ │ │ │ :ref:`targets `/nr_targets @@ -308,6 +308,8 @@ Writing a number (``N``) to the file creates the number of child directories named ``0`` to ``N-1``. Each directory represents each filter and works in a way similar to that for :ref:`DAMOS filter `. When the filter ``type`` is ``memcg``, ``path`` file acts as ``memcg_path`` for :ref:`DAMOS +filter `. When the filter ``type`` is ``hugepage_size``, +``min`` and ``max`` files acts as files of the same names for :ref:`DAMOS filter `. .. _sysfs_targets: -- 2.47.3