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 A0D1F189F20 for ; Tue, 19 May 2026 00:14:26 +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=1779149666; cv=none; b=WFQJsPX25nddJNZYTHSw2M0vLxt1Qd6UpXex6lt+rc12pwRoFCbSwcsQ4hmrzOOkwcHyAV0DM9a7B5vJqDuZGE/vbHsTB+aKd3YBf3pZUCY7IODtuJ7tmlF9Lrqo3YGo6QJG0SKlWMt+MkivdlPOwEoT9CB12pFK2TLNKT6OHRE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779149666; c=relaxed/simple; bh=8hLUhlVeBXvtNXvffC8pq8Y9YNMUWn0sJUa6zaFn81s=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=Ju0W21DoBg1CXUTKlhfOtOdQVQjbOhPn+vpo1UbJlsNUG5a3sSodBIFqdZIZyLahCRfkIvg2C2KotcvHSkqaBusAnfMsDvz0qCgudcHLsUqn4NEX7eFsMPKdhQR8lVSnM9dKBHb/ToU+gkXPDP79HJNhbhMLV5J4yjf/4flnLfo= 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=ff1x31yB; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="ff1x31yB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE955C2BCB8; Tue, 19 May 2026 00:14:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1779149666; bh=8hLUhlVeBXvtNXvffC8pq8Y9YNMUWn0sJUa6zaFn81s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ff1x31yBZu9wy7ExxUXYqdk+tEhi28kEmD2qHZJDJFO7aIYpg6JVpqHGX/v8hTDSO 8HKBifj2nQ9oBiERhZ/gISU/NvyQFm2XFYW1kRfj0I26ODj0weh1wHe9QOtvUFyRsM LvbMWQAyOE1H2Gx/jPGvis4t5zCKbEqWv0pj2dM8= Date: Mon, 18 May 2026 17:14: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 v7 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering Message-Id: <20260518171425.e632dd85e0ec2cf995ccfe10@linux-foundation.org> In-Reply-To: <20260515091942.1535677-1-zhen.ni@easystack.cn> References: <20260515091942.1535677-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 Fri, 15 May 2026 17:19:38 +0800 Zhen Ni wrote: > This patch series introduces per-file-descriptor filtering capabilities to the > page_owner feature. Thanks. AI review asked a lot of questions: https://sashiko.dev/#/patchset/20260515091942.1535677-1-zhen.ni@easystack.cn I scanned the list quickly - there do appear to be some things which should be attended to.