From nobody Sat Oct 4 06:37:47 2025 Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) (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 67BBC2DC323 for ; Wed, 20 Aug 2025 08:20:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.190 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755678018; cv=none; b=smgIY2nCGZsh+rMt5o8/57XZ0i95mij+fthsStTg6FUxZ+t4mqjIipaa04Q7vB+hJUOEFNt0lJugRr0OvOaL/DBAlzftJehUt2KHkH15zz1qH2GCZNvLutgiJeEm0WyjuQCuNNCHFl/jR4yodEilN1nBETlXy9wuRLSNncTDE3s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755678018; c=relaxed/simple; bh=AH+lNdAcz4ywuQBpIOrkcMjFQSClEePwCeMdl1xjJ7o=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ek+o/qNLm2tjz4gFZovOeR7lnxn09+M0UgrnVQsIlDGk0L/udWi9qFKBHyR8ulPPps0QKd+n4yotViH0/vI60MjHjjkkoyvF36g36TP/zPOkjqTpedHIi/GNeNQ9Bvklk8ibLWOg/W7obGWx6RGgpEli7Ey5rapcRZuVe9c1M1Q= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.190 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.17]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4c6K7N102Bz2TTDx; Wed, 20 Aug 2025 16:17:20 +0800 (CST) Received: from dggpemf200018.china.huawei.com (unknown [7.185.36.31]) by mail.maildlp.com (Postfix) with ESMTPS id 3191D1A0188; Wed, 20 Aug 2025 16:20:09 +0800 (CST) Received: from huawei.com (10.50.85.135) by dggpemf200018.china.huawei.com (7.185.36.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Wed, 20 Aug 2025 16:20:08 +0800 From: Quanmin Yan To: CC: , , , , , , Subject: [RFC PATCH mm-next v2 10/12] Docs/ABI/damon: document addr_unit file Date: Wed, 20 Aug 2025 16:06:20 +0800 Message-ID: <20250820080623.3799131-11-yanquanmin1@huawei.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250820080623.3799131-1-yanquanmin1@huawei.com> References: <20250820080623.3799131-1-yanquanmin1@huawei.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ClientProxiedBy: kwepems200002.china.huawei.com (7.221.188.68) To dggpemf200018.china.huawei.com (7.185.36.31) Content-Type: text/plain; charset="utf-8" From: SeongJae Park Document addr_unit DAMON sysfs file on DAMON ABI document. Signed-off-by: SeongJae Park Signed-off-by: Quanmin Yan --- Documentation/ABI/testing/sysfs-kernel-mm-damon | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/ABI/testing/sysfs-kernel-mm-damon b/Documentatio= n/ABI/testing/sysfs-kernel-mm-damon index 6791d879759e..cf4d66bd119d 100644 --- a/Documentation/ABI/testing/sysfs-kernel-mm-damon +++ b/Documentation/ABI/testing/sysfs-kernel-mm-damon @@ -77,6 +77,13 @@ Description: Writing a keyword for a monitoring operatio= ns set ('vaddr' for Note that only the operations sets that listed in 'avail_operations' file are valid inputs. =20 +What: /sys/kernel/mm/damon/admin/kdamonds//contexts//addr_unit +Date: Apr 2025 +Contact: SeongJae Park +Description: Writing an integer to this file sets the 'address unit' + parameter of the given operations set of the context. Reading + the file returns the last-written 'address unit' value. + What: /sys/kernel/mm/damon/admin/kdamonds//contexts//monitoring_att= rs/intervals/sample_us Date: Mar 2022 Contact: SeongJae Park --=20 2.43.0