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 0896915FA81 for ; Sat, 23 May 2026 03:04:26 +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=1779505468; cv=none; b=EnF0tkjxFq9oHv3eD+FZ9SxrQYKfZpd93by4bcE9eJqJPfMmkrxhWsBqF3EDzo4//YOeoA5nUY/RE5n8UJbZLu6tAy4VDz5SfgAFDvCWFcEM2RzGOuPw/U8KDqeS3Xwn9lxI670PcX6WmEksNr4UWPnXr6XNKJRbwkKlSRuLlOk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779505468; c=relaxed/simple; bh=73uBLSjyOQXpeOgAtGXNYM9KkjiWjHwlpui4cy6iYMs=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=U2x8vAO+WAmwE9Tp+khFZ10Cyosd3nF6/94gAhuy6zIgkjmVdrAFcrRBVUmIS0Zx/v5ozjXQln5kxGBH0zkT+AY2+GT7PhFhwh30UTCcIlnAFWPBphbYDEL7oP+caLO2/LXTTicFMP/BYt1LuAqyvkSxWZo9/WvdOBlHcdxhdZ8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=OxZ7qaYn; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="OxZ7qaYn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 599211F000E9; Sat, 23 May 2026 03:04:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1779505466; bh=r1x2JISrh3Dwe6yIGZekHdj6EEzaS+4fu9X7G9pxG8Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=OxZ7qaYnJ3G9EpzMz5UXmxo3kCKStC7WPBDIL8oB/xs1EBJ1BCroi4HZZsPChJTXO 9ADKjy5bbQik2UUrVHKcsIpO8yHt/bSSHP5duWj9N74L755ZP0oJFICWBlQvJT3wkv MjvJ0QaFdWG+SLE6r0+0iE8O0LpnolE4ur+Oabls= Date: Fri, 22 May 2026 20:04:25 -0700 From: Andrew Morton To: "zhen.ni" Cc: 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 v8 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering Message-Id: <20260522200425.cbfdd84587a528faefe63ede@linux-foundation.org> In-Reply-To: <4cc3db44-66da-47f0-815a-4322d0d3df96@easystack.cn> References: <20260520075641.1931080-1-zhen.ni@easystack.cn> <20260521172057.84537783b60ff9cd0abadf76@linux-foundation.org> <4cc3db44-66da-47f0-815a-4322d0d3df96@easystack.cn> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 22 May 2026 16:39:34 +0800 "zhen.ni" wrote: > > Thanks. AI review appears to have found a bunch of new things to > > complain about. Can you please check? > > > > https://sashiko.dev/#/patchset/20260515091942.1535677-1-zhen.ni@easystack.cn > > > > I'm interested in learning how much of this is accurate, and how useful > > you're finding that review to be? > > > > > > > > Thanks. This is a response to review feedback on patch 1/4 > (mm/page_owner: add print_mode filter). Great, thanks for the detailed accounting. It sounds like the AI review was helpful for this patchset.