From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta0.migadu.com (out-173.mta0.migadu.com [91.218.175.173]) (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 952AE23EA8D for ; Sun, 15 Mar 2026 22:20:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773613239; cv=none; b=lw+DS9vBidZSQyn5XXSqHIOhRuUqmpWzKi0Klkb+fe63rXpbD9h9HWnUv5IqIj7TJzAVWhlDcqXBpNvtDo5Ps1rY4uTqSLTYoUY83UgTH0a98szePO5rj18PleS69SEFFZT1MIxaHC8kGgjTD0O1VhI1BGPA/DI9TaFLNhcFN74= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773613239; c=relaxed/simple; bh=R3eC1TCFTbzSuMhtV4HpSZCKYuY17pKv7676fTr7NAg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=U+vX2l80jKhUtJnouAkIFfssTBf1iLYd+zQWNFtHFgIDN510pAZh+vTYeoNPcmaW/7u9pLlivq8b0wartF4DgGqlqCCcagaCVXFyfpm4xs/Bkk7CAaUOz0b7l3XGJA5Gu/Sk4GsrDh9HnAR+aaBDoTUKih9WZZaakchYUeCJBhk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=hMVBbVOU; arc=none smtp.client-ip=91.218.175.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="hMVBbVOU" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1773613234; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=67C7cHn5h7407y7nIRKTNTNjbKB55wp81ekJO/EFaWM=; b=hMVBbVOUoBXtF/NEY7sXF0ceC2nQR3+epUdIKpinm0C9nAcof9vd9e3FhR3xtCg2QeCaNa 5+8B+nSlExsb/Fr6FymytEZPVVKvl3uav3MZlH2vFTcHd1C9UQQEnHe5LdUx0nzD7IvTbt JSue62G7anP3s2B58l7ooZgieFaR8jg= From: Roman Gushchin To: SeongJae Park Cc: Andrew Morton , "linux-mm@kvack.org" , LKML Subject: Re: [PATCH] mm/damon/stat: monitor all System RAM resources In-Reply-To: <20260315001809.77161-1-sj@kernel.org> (SeongJae Park's message of "Sat, 14 Mar 2026 17:18:08 -0700") References: <20260315001809.77161-1-sj@kernel.org> Date: Sun, 15 Mar 2026 15:20:30 -0700 Message-ID: <87ikawybtd.fsf@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT SeongJae Park writes: > On Sat, 14 Mar 2026 15:51:09 -0700 Andrew Morton wrote: > >> On Fri, 13 Mar 2026 16:40:22 -0700 SeongJae Park wrote: >> >> > FYI, I found this issue from an AI code review result [1] that published on the >> > internet. The review also added two more comments, but those seem irrelevant >> > to me, so ignoring. I don't know who made the web site. I only got the url >> > from a social.kernel.org post [2]. Whoever made the web site, >> >> Sashiko is being led by Roman at Google. > > Thank you for letting me know this, Anderw! > >> >> > thanks for the review. >> >> yop, it's good. > > I'm now a big fan of it. It is really good, except the lack of the dark mode > ;) I therefore added features [1] for showing the AI reviews on the terminal to my > mailing tool (hkml). > > Anyway, this is really awesome and helpful. Thank you for developing this, > Roman and the team! Thanks, SJ and Andrew for kind words! We just launched it late on Thursday and my plan was to keep it under the radar for a week or two to make sure everything works stable before announcing it publicly... But it feels like it's too late :) I hope we can keep it running well, but, please, don't expect it to be fully reliable from the first day :) Good point re the dark mode - I'll add it. And Sashiko itself is 100% open-source and available here: https://github.com/sashiko-dev/sashiko/ PR's are really welcome! Thanks, Roman