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 633CFC7115B for ; Mon, 23 Jun 2025 16:32:23 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id E29A78D0008; Mon, 23 Jun 2025 12:32:22 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id DB44D8D0005; Mon, 23 Jun 2025 12:32:22 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id CA25D8D0008; Mon, 23 Jun 2025 12:32:22 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0010.hostedemail.com [216.40.44.10]) by kanga.kvack.org (Postfix) with ESMTP id B436E8D0005 for ; Mon, 23 Jun 2025 12:32:22 -0400 (EDT) Received: from smtpin22.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay05.hostedemail.com (Postfix) with ESMTP id 31E395BC72 for ; Mon, 23 Jun 2025 16:32:22 +0000 (UTC) X-FDA: 83587208124.22.2184508 Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) by imf25.hostedemail.com (Postfix) with ESMTP id 72BFEA0003 for ; Mon, 23 Jun 2025 16:32:20 +0000 (UTC) Authentication-Results: imf25.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=CFgpsTas; spf=pass (imf25.hostedemail.com: domain of sj@kernel.org designates 147.75.193.91 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=1750696340; 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-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=yniB5MfVMUIr6SD5d8PBAlokybpFDNk1pH4ICi7kOdI=; b=VFqQYcoybjB5RYGkvzXSb8gI7o1lIWX8XjZTC7xN2uGpgYyUVFnWDB/KWk6tdjUv5t4K0x 2I8CFjSbsVDBuBZmC5ffPQ61DKukpv5EUlGKmPxXyReSCWZ5Nah6f187CP8l1wFnPxgUAZ nNAr8qZEg2agCbirUfOxjvfm9xF528M= ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1750696340; a=rsa-sha256; cv=none; b=6Cpa29faIdwzOdJCrjhSJxCluF2JPBaOBzXXexR4cbm1mQ6YeMnDvRauIw4P/Ua1bZO0TJ XJdt+77TnvU9nTMTIJ9V0i2w4hLX5DLZsjzm8/oMg0pvrbg4Q0MZrfHPOinuhMGi8UDzI4 Dinq0S6nS9BoMfhL61eZX0wQb08xF4o= ARC-Authentication-Results: i=1; imf25.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=CFgpsTas; spf=pass (imf25.hostedemail.com: domain of sj@kernel.org designates 147.75.193.91 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 nyc.source.kernel.org (Postfix) with ESMTP id ACCD9A4F6D7; Mon, 23 Jun 2025 16:32:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 305B2C4CEEA; Mon, 23 Jun 2025 16:32:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750696339; bh=c1X7juEAfPFJyjaQ2dW3jcLwq1NCy79mFr5ClLmV4Q0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CFgpsTasSqg1WzEPpW8ZmXLDXRFw9X8Hb7poFk8AAGOr3bWkdncyLWwKU8M15xtq2 /OumMWNwLKXPsaVeXq5qnHeS6jGPcWdmDywYRHEbPKngYIyxZXZspmm4T1V5nAx3FD W/EuY+mayFNeOyJqSrFdMF67x/cUS1fpnBBv2gSJrJxhYFLRXNa3yF9/m/foOeA3PT b7bPbrY63PVxXMgFpZC/3ktbcTfBsUOM429QgWsq4LCcHYLPWdtUIh3oTmkd4qTvwJ XNG9fcgfZcYivraeoSFZCnWM+4uip0g6Jc4zuKEb5sBhgQUgYB1iz1iG9Zu4uRQtlC U0EhKGySj/J7w== From: SeongJae Park To: Bijan Tabatabai Cc: SeongJae Park , damon@lists.linux.dev, linux-mm@kvack.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, david@redhat.com, ziy@nvidia.com, matthew.brost@intel.com, joshua.hahnjy@gmail.com, rakie.kim@sk.com, byungchul@sk.com, gourry@gourry.net, ying.huang@linux.alibaba.com, apopple@nvidia.com, bijantabatab@micron.com, venkataravis@micron.com, emirakhur@micron.com, ajayjoshi@micron.com, vtavarespetr@micron.com Subject: Re: [RFC PATCH v2 0/2] mm/damon/paddr: Allow interleaving in migrate_{hot,cold} actions Date: Mon, 23 Jun 2025 09:32:16 -0700 Message-Id: <20250623163217.41814-1-sj@kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Server: rspam02 X-Rspamd-Queue-Id: 72BFEA0003 X-Stat-Signature: imk415ek3jq6wboz8yfghfoym7e5suar X-Rspam-User: X-HE-Tag: 1750696340-628041 X-HE-Meta: U2FsdGVkX19NnYrvJ20/qD/eQlo9E/POTd/7L1ZIihXpgVj+PJSjDE18kzN430cSI8JbMGsL35U+mYCysjmIE/mR4vQL5ISXmfZz8D5WXpJwMs2KyfGNy2chRsNI926vAWZvaB7B8u+3bkHE2yV8iM2yr09CppNVq3HvKSh+MYMe1dI4If4r69oBUDKVygRj21yAhhK7jXZc9T9GJ6aKgZFldM1/cBsxk/+pwZjQEcnaFIm4kvEbgyPO46nm1b56kAxji5HiaSo07KwZkGun3qyDWkyI/zifLxmoypDSVB9sPiPXHd6gJa0qZBtwKx8lj60CpTYjGiGPP8B2BhB9hsORSM/J2NHKoBqwgbCvSGFZih5FUxrnYQkguw6Zx/OMn1SWM+o7NFLrBYf/xaMA+OmQR7nUZ8GuqkB4eeERweisEpVcMcW8UfHkY7k+cFI7srhQ9TdluL6aN1zc0YfwXHJ6EjcxR1r1X3iIJBRHa8JQTs9LMa3UfVzutGSjfQ4SM1yFwjuB53//ldViJIwPME1f9u1aCFMwYn5sJU6fC/WrJDLBfBjlR7bG78Hn0jfnG7IcV7Djsd+kCiCSlRIFt1z0OnNBfgoIWQOhm9jTjQmYcPnjYrEzWQkqseVvXvbNSDWO04qSgF0XZptmFJ9aEfPjdOwAVKXn5uFJpmA54K7rdU1k7x5pE9j2Xs5ppynPDi1pesmCCftixZTa3MBapN4bJGFncnEN+Evi2WLrupT4Pwks9cM0U1lofECzMF/3K/dk48y0OGMzBn1YrOuWvwZYogPRnEVTRKemL82pCWCwVGUyFPQdxcFOm3Rioaiyqi8RpVlXS6ceXTt2BJSfvF3IdbB//davglIo11JxNm7hPfeMCDN2Ji6IRAyyuzGvaMWe4QPt0ZrMMqMBOOTsWvysZn+ywWOUSUiwPPWOG8+EoCHz5bhUw6Fwul5kT9M42QCRTVyPrZW3BRO4ibS xeO6ri67 93atNn3Gt94PMKY17JCSb8Nqf99uWJh6Oq91FWTEHCbDy8GOjuR/VunYMZSaG1j9FMJhVGqKbZeoX4LSE/b+qvXe9PPCbcv3AIZfQe4Iuvg+QfLrmSkdTtOvMFeL2WV/udEse1NrQ74wqJqFFN29q2C8dW+TUIdu067wBaYgGTeAabehuEuwGf3RgfRYec+T0i+wG+yryNyzcUhPObWL/y3AEPx9j8Sl40vcAqj/ToNgCtc4g1nrPKKg00ZGTPz5yXw7b+tN2pi4TNz/W3BgAg7d82ZwhsUk7xgcNaX85n2x/h2OZfQVIOnBWBw2fJmUxzzwEzH4Hd0x0tFDwz/15E1dg5dJQki5gRNqo3We2LFvqiRA4ECqjZ/NNu/nGTCu1fvLYDI5sfvc6pVaHoiR1RMtIPRlXaRFwFvnWwL9NLt3m73WEfB9FZhiPTalQutCossvo6HgaGo9pemc= 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: On Mon, 23 Jun 2025 09:39:48 -0500 Bijan Tabatabai wrote: > On Sat, Jun 21, 2025 at 12:36 PM SeongJae Park wrote: > > > > On Fri, 20 Jun 2025 16:13:24 -0700 SeongJae Park wrote: > > > > > On Fri, 20 Jun 2025 16:47:26 -0500 Bijan Tabatabai wrote: [...] > > I just posted an RFC for this: > > https://lore.kernel.org/20250621173131.23917-1-sj@kernel.org > > > > Note that I didn't run exhaustive tests with it, so it may have silly bugs. I > > believe it could let you knwo what I'm thinking better than my cheap talks, > > though ;) > > I only skimmed through it, but this looks good to me, thanks for > throwing this together! I'll probe more when I use these patches for > the next revision. Great, please feel free to add comments there. > > I'll try to reply in that thread as well, but it was only sent to my > work email. I'll try to set up my work Outlook client to work with the > mailing list format, I'm sorry to hear that. I personally gave up working with my Outlook client and using a tool named hkml[1]. I started developing it for my personal use but now it is aimed to help contributors for DAMON and Linux kernel in general. So, if you are interested, please feel free to try it and submit bug reports :) > but in the future, could you also CC my personal > email (bijan311@gmail.com)? Sure, I will Cc your personal email together from next time. > Gmail just makes formatting for the > mailing list easier for me. Right, Gmail is better than Outlook. To me, hkml is even better than Gmail, though ;) [1] https://github.com/sjp38/hackermail Thanks, SJ [...]