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 37A8633D6C1; Tue, 9 Jun 2026 14:28:31 +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=1781015312; cv=none; b=qHpTS6lvwa1N2iE+nl48Vzt7mpjI2sPnNveobl5fJ4hCf7Uol1jOg5gwrPb+JV0WetvjFroCTMqFSR4vXWhjBpVTeYNnRuHcnuyk2Rt4QsZWGK4cd7FKRDL8Ly9j60tEYF0KC8ov1B8TJDuNkTzDtlFuVDKqBQPhU1gYM5DOC9g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781015312; c=relaxed/simple; bh=agXCFejo95mnebyqU0S6rkDQvUiDbZF6/aXVKkQ96WM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=CpO/J/xdKa2znV0THiH5+U4W+m5n90QFElllMaP+h+m1tMvCQBGncTU/F25CdMsuujqeH+vGqFl4iETAHeJcKZOTlCrkjBuWKiHFp0GE+XFizOzifKcudxucKsRWn9Eq74HyR0U+hWwh8cT10DB8t+4af4edfHjTM3bJZPcm6bk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nxvUtw12; 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="nxvUtw12" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 88C9B1F00893; Tue, 9 Jun 2026 14:28:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781015311; bh=aa2gR31Z+8UFx2QrssjKKZ0Vpf6BD+KhrKV/ts3/hy4=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=nxvUtw12BzdowvW6doCOqJdXcqyuVIacRLC4e7BndyxqZ+McgcwfO4iU0KIK3BO0A yEKD11yhv/rVzzKGKg5Rt32vbh2VDCLCFII0WSE8hKgloU6/3+cPAWQpPX+4SOoZxv FxbJVT6foUrvVMnpuY/1BSaa9Ab9r0J/5MAgp885qLHSpFWOKGxXSKzQI5b86H+gGV FwfugoaaqvH3BwgEe522Ih0ipMDOnb22CAMFivk/+6TD1OrYDuaPTytoIiXw90Th+C w8ji26r27NRIPm7n97Icko9yQL4yB6aUWSWY7d5I2Gpr7Km3DUfR9NOC2PL/bL59eY ULCPm9GMIFQnw== From: SeongJae Park To: KunWu Chan Cc: SeongJae Park , akpm@linux-foundation.org, david@kernel.org, ljs@kernel.org, liam@infradead.org, vbabka@kernel.org, rppt@kernel.org, surenb@google.com, mhocko@suse.com, corbet@lwn.net, skhan@linuxfoundation.org, damon@lists.linux.dev, linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Wang Lian Subject: Re: [PATCH] Docs/damon: add TLB flush policy document Date: Tue, 9 Jun 2026 07:28:21 -0700 Message-ID: <20260609142823.68951-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Tue, 9 Jun 2026 16:11:30 +0800 KunWu Chan wrote: > On Sat, Jun 6, 2026 at 8:54 AM SeongJae Park wrote: > > > > Hi Kunwu and Lian, > > > > On Fri, 5 Jun 2026 11:10:08 +0800 Kunwu Chan wrote: [...] > > Mainly due to the verbosity, as I above mentionedd, I'm not sure if the current > > shape of this patch is the best to be merged as is. I also find the background > > part of the document is a kind of duplicate of some information in design.rst. > > What about putting only essential information in a condensed way on the > > design.rst? > > > Thanks, SJ. I agree — this document reads more like an article than short docs. > > I'll follow your suggestion and submit it as a blog post to the DAMON > project blog instead. > > Will send a PR to [2] soon. Thanks for the clear guidance. Sounds good, looking forward to the PR! > > > [1] https://damonitor.github.io/site_about > > [2] https://github.com/damonitor/damonitor.github.io/tree/master/blog_src Thanks, SJ [...]