From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 DDF9D63CB for ; Fri, 1 May 2026 00:13:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777594383; cv=none; b=ueGLgCa2cWk791WN8l/GD9y8H9yxttu+uzaBVzYZCw6xw+DYEsJzu73VHzDQRXtrh461kJfon8jwXDm+rMR4fG/+qnVcjQUlX506ZVaNITkmPnpXRMi4OQFUCn/7DbAmWAFa9OgAqSDvG7cMFHo5Fbl8HlcXt5G0+CIom3d0Y5c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777594383; c=relaxed/simple; bh=C9zRzHlBN3lCki8WwM8Uc+Il8Hn7Oml0wIHYgneWkGQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=aDpSNScCtCWnF7JHVoK1LtADfBdPU7m4iBlVphIdEGkTaTxjCNy+IjfzL43uE5Id7RgE6zLUSwk1TWuqv5ORqiF9VQuE7eCAwYXt4/ygHwOCmRvqU8do1LVxwXJRZpejrWGdDYoxX5LjLuDsNWScG30TfXzIQCg3np+UpqRnXPY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hmms8TA6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hmms8TA6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1AAB2C2BCB3; Fri, 1 May 2026 00:13:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777594383; bh=C9zRzHlBN3lCki8WwM8Uc+Il8Hn7Oml0wIHYgneWkGQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hmms8TA6MgHt3kUTpdk9IH/TtsBz6BdcH3RB2UYyiPpT/6JQ7gVQKmSw+D5VT7Crb Jlw6dyzXeEEDaVVKaDPcBlCVbgqPb9nZyU2zHd0Qkh+a2CpJ7zLYYnZW3gmty6KobX GQtaQA7IQ7qLbBWrEscSKIMsZJJ9EtJsfYHgr4rIkuZyBK9gXVn2wf0B7+WkZ/kiH1 EjePGxX5EydkwXFA7erbI3PyVaSpmdRCXdJT1Snx9PlDMqhTrtXX39uXGwqUFjx/Fq zSOTdaM4vtO5qh9dGLPZsFpouLPYWXz86zLcsARsIcvAGxcxRZ4ATsBEU3/NQpWzQ5 HcHJCsP9V4DaA== From: SeongJae Park To: Andrew Morton Cc: SeongJae Park , Zhen Ni , vbabka@kernel.org, surenb@google.com, mhocko@suse.com, jackmanb@google.com, hannes@cmpxchg.org, ziy@nvidia.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering Date: Thu, 30 Apr 2026 17:12:54 -0700 Message-ID: <20260501001254.77598-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260430112245.be3189f09bd6a71970a74746@linux-foundation.org> 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 Thu, 30 Apr 2026 11:22:45 -0700 Andrew Morton wrote: > On Fri, 1 May 2026 00:32:44 +0800 Zhen Ni wrote: > > > This patch series introduces filtering capabilities to the page_owner > > feature to address storage and performance challenges in production > > environments. > > AI review asks a couple of reasonable-sounding questions: > https://sashiko.dev/#/patchset/20260430163247.13628-1-zhen.ni@easystack.cn I like the idea of this series and therefore willing to help reviewing. I therefore added a few comments to the previous version of this series. But unfortunately not that much to open the web browser for revewing the Sashiko review on my own. I might willing to do that on my onw, if I could read that on this email list. But that's not the case and I'm a lazy and bad reviewer... Even if Zhen replies with his opinion saying Sashiko's review found no real issue, if it doesn't have reasonable amount of explanation with original Sashiko review quotes, I might still feel like I may better to double check Zhen's opinion, but again I might not feel like to open web browser to read origianl Sashiko review. So I will hold reviewing this series until I sure the Sashiko reviews found no blocker, or I forget the fact that there were concerning Sashiko reviews to this series. Just wanted to make clear why I don't keep reviewing this series, FWIW. Thanks, SJ