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 6BEF62FD1DA for ; Mon, 10 Aug 2026 14:37:17 +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=1786372638; cv=none; b=PmAqSEbn7+jnalusac/nmUOXF5g9xAVl4Qq0qwVOc9tpDtyYBn1KY4enxS1m434DXeUlgSMLx/0VE6pq00wTr5vdsU04u+hjvYD4cswJ8p7aSOEz7Ou/Yu+ZJz7TCrTxwg0EvgdXHlJKAcoYMQIWhie10yppqoJcYPhz/BU4Xlk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786372638; c=relaxed/simple; bh=Wg769ZSkNMvand6kQtkDWVW652tx2bfttdQB7jykmFc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ZfesjPKS2ZIaBwoszILCEXzd/rkH+6yot1xOLCzYMOqHd2RBoYDqhnitPD6WLDdugzXbuiP5t15GNvLvTdF4b7kiVGgxlxbhFb71NwROtQSDGWTbu/cjliyAtp8F4au191WlK/77OH/W4+m9NTD5CMuiOGS53LfMYJqRzLMz41Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=d/fgzTl9; 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="d/fgzTl9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9DBE1F000E9; Mon, 10 Aug 2026 14:37:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786372637; bh=G2Iw3IxT8IO58jdGL/Pq6sBuEnBqkH6E0zGFpouWcLI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=d/fgzTl9jyROkQdOaDMRtcE8vjeYcllTQcSn1X8rT3nx5X/ZKeWNHtKf2/H/XTCNJ TkSQthb547PasR8wsBcGbliRXyFui5i//xQThKkM0bnMH1xuxYlAqoNyVsHOY1dHbh khfXi+uHbsUtQ1gEUQIBR2Cv96nM2DfD6sWwXCwh7ryJWvXM3tVIp78VIvTF7MsETu vBaEhrDHcNS3cOZrHiNr9U8uPlAnnso6TnZI3v0QGOuknN+K0aACyyAPJ2wlvQ+GB0 o6eBDyjL6nbGF8fytvoJKKhgxYnt/UKxWJV4klX6N3fQvbBGomG98I4qXXgtYL19aY LjdjAN4h0tHDQ== From: SJ Park To: "Yongting Lin" Cc: SJ Park , willy@infradead.org, Jonathan.Cameron@huawei.com, akpm@linux-foundation.org, alok.rathore@samsung.com, balbirs@nvidia.com, bharata@amd.com, byungchul@sk.com, dave.hansen@intel.com, dave@stgolabs.net, david@kernel.org, donettom@linux.ibm.com, gourry@gourry.net, joshua.hahnjy@gmail.com, kinseyho@google.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, mgorman@techsingularity.net, mingo@redhat.com, nifan.cxl@gmail.com, peterz@infradead.org, raghavendra.kt@amd.com, riel@surriel.com, rientjes@google.com, shivankg@amd.com, weixugc@google.com, xuezhengchu@huawei.com, yiannis@zptcorp.com, ying.huang@linux.alibaba.com, yuanchu@google.com, ziy@nvidia.com Subject: Re: [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure Date: Mon, 10 Aug 2026 07:37:05 -0700 Message-ID: <20260810143706.93163-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260810033814.83951-1-linyongting@bytedance.com> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Mon, 10 Aug 2026 11:38:14 +0800 "Yongting Lin" wrote: [...] > IBS is not the only possible hardware source. CXL 3.2 defines CHMU for > device-side hotness monitoring, and CHMU has also been discussed in the > DAMON and CXL hotness-monitoring discussions. Yes, we discussed DAMON could be extended for access check primitives other than page table accessed bit, and CHMU could be one of such primitives. The extension is in progress [1]. [...] > We would also be interested in helping test and compare the different > approaches as implementations become available. Please feel free to let me know if you want to test DAMON-based approaches. I will be happy to help :) [1] https://lore.kernel.org/all/20260525225208.1179-1-sj@kernel.org/ Thanks, SJ [...]