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 DBF051E1E16 for ; Fri, 22 May 2026 00:20:58 +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=1779409259; cv=none; b=er5BFYRsmaqqc0G0YFrJX2tqvj6fIxfKc1KBG7ooVZRY5Tx/YtVi7Tp8uEDFm8ep+Jhvd070y6U9VEqBYwyuvmmGcRYxXbKzy+fSCilkw6HCJqYhNLzad3sOTvOr/2HleWdi/+5Jr4ndpW9Y9QqiRl6TYyxG+uDDz3ney7N6WpE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779409259; c=relaxed/simple; bh=V24CyQyK/X7vuyteLaP2jr6RHiHGOCqMTYms3Af8RAE=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=WSt6/4wTFPHSq23JNKBEmoHHRskvSJe/V/K+CN2LI3vtQ3LhtpCazwcQVKdQjpD+n1mj0b1m0A76Xmj0iRT/BpK6p9O9jnjkxymXeTWBiTa1zZz8oRzViIh5k96tK3a3059uCPMW6Yh+PKVt9m5hvYgzi9KoVmfF3HURPJZp3cE= 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=CjI8OyAV; 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="CjI8OyAV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25B3A1F00A3D; Fri, 22 May 2026 00:20:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1779409258; bh=4wKYhqBQiNpl8qqcciw78N7sdimauckDPVkF4bTCFGs=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=CjI8OyAVzzymNgKcOg/KwCn+a42O0hv6lbWiXw9TZ9HbM2klkuCfTedUBHOF9/36w JE9KhN7RooBT2Pd3nq3CRpijg2ZdoZo5Q7N9WQOdU6dYgMpRmV7UWNk0RiRZ3MjxXF X+AFZgsm7uLBqfKaLmwdEN7U9sWzFJKOi+6gwuKI= Date: Thu, 21 May 2026 17:20:57 -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: <20260521172057.84537783b60ff9cd0abadf76@linux-foundation.org> In-Reply-To: <20260520075641.1931080-1-zhen.ni@easystack.cn> References: <20260520075641.1931080-1-zhen.ni@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 Wed, 20 May 2026 15:56:37 +0800 Zhen Ni wrote: > This patch series introduces per-file-descriptor filtering capabilities to the > page_owner feature. 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?