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 DDCD0383C94 for ; Mon, 25 May 2026 19:58:19 +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=1779739101; cv=none; b=orETmM1CEwPQftaylJNGEuNfE46EGo7xq5ulQiMwNgEcbUCeNugPaZY5jaA7pbOrBl2pzK69XGdyHmlnH0PwJwJ8/6yjIczN9uxmD9eQKXT3z0Joy+FxrR8AWa9jvQ8pvGFZAOOZN9fiDzXgZsZAAKaEVZIfIKNQ5c9KG3CP0dM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779739101; c=relaxed/simple; bh=UEoOWptCg6I/bt4MSUBKQEIxFos8lrABTfRl4qpYDj8=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=hU+Qmoz8sLFehyqc+5DgqHRdDos5+Sl00h1vPL6na/anTbuzy8aBaLgPS8+0MlNkBznRJ4lnuJs5XaKrleYxkysC0Fq/q7vOcUAVBrjTmhSUwryHPlbh5/vkS3eh9ufindfO9TXpwynYpwcUZlka3Z5sCAsgcsRsX6aeJehmdhU= 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=Ph2Sqyzn; 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="Ph2Sqyzn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6A34D1F000E9; Mon, 25 May 2026 19:58:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1779739099; bh=tgC05AokklZHaxZmH6nORVbJqhnri+KDDLnZgIzW0sE=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=Ph2Sqyznmt5+Z7ASW1tkQe35tKX+kdrfUVY2EteD3IXV9t8n/J4q/mXU+47Wc8dB/ hi9D8hM/xC02oUnqabSw3p/gJTKUF+EWDoyF9C0RK6k5C8kkEBtG07zoJY+HnWuUVq pjlwm6RW/dARuWUOEEYWuPatHTk2JHvl7b8vO+Jw= Date: Mon, 25 May 2026 12:58:19 -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 v9 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering Message-Id: <20260525125819.1857f215bc56b26a0727bedc@linux-foundation.org> In-Reply-To: <20260525081652.2210206-1-zhen.ni@easystack.cn> References: <20260525081652.2210206-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 Mon, 25 May 2026 16:16:48 +0800 Zhen Ni wrote: > This patch series introduces per-file-descriptor filtering capabilities to the > page_owner feature. Thanks again. AI review has found a bunch of new things to get worried about: https://sashiko.dev/#/patchset/20260525081652.2210206-1-zhen.ni@easystack.cn