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 CFC89286D5E for ; Thu, 25 Jun 2026 03:15:27 +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=1782357329; cv=none; b=tnpkz1cl7FyZx+ArZzCwMpsSXg4ETBpUKhw7/Z4TdUjVcCHuGbQKo8qtQTtldBP3ey38KZ9UlHzTDxpfLcNzjA/zf3iWRuWxY6481UVB7s83qqMVNEmB9YKWOVsia7ZjSTMkM+BcpfWMjpD1HjQX7NfpcoIjfjK8eHZ6xlT0nMU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782357329; c=relaxed/simple; bh=hQaQO4n64HCUGpe7irt1JW8fzJjis1uZYWaCX68D3Kk=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=a8OHM4IIZcFoNg/Rvqx4Tl8zO8MlGGCRSyEJ5mqgaI8UX6pfYG46nR3j89pi2bxSylKERXdovPv1UH+N+s9ezihbayXytox7u7p7rrjuN+g7tvMVsZ3pnrWdvqsvu5sRrgdLV9FffioweR/APc7JV1KNOqE+W1OX3DzdS3R+6yc= 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=DAcfShUt; 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="DAcfShUt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0695D1F000E9; Thu, 25 Jun 2026 03:15:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1782357327; bh=pEOAwLmZP/LnIX3/it4KwigCVy1k/SZzC1kMpM28RzM=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=DAcfShUtTLdye3oAlto0zTYdF9Gp1ZsGAfpfxVcFYRpuuOFeq+vHzPotrzKYRSw0r 8WEM7gKymBD7myijm8UrgQq2+QxIcaacBe4OOgr7H7aWOaCDvnfZFP6yTqVIG/sCHV mtrTaZ/D0s+4IqxzJg5IhfZ0Iuvg8pEMaT3tOBa4= Date: Wed, 24 Jun 2026 20:15:26 -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, Ye Liu Subject: Re: [PATCH v10 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering Message-Id: <20260624201526.d96ff165f09f361ad128cea0@linux-foundation.org> In-Reply-To: <20260618035750.3724613-1-zhen.ni@easystack.cn> References: <20260618035750.3724613-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 Thu, 18 Jun 2026 11:57:46 +0800 Zhen Ni wrote: > This patch series introduces per-file-descriptor filtering capabilities to the > page_owner feature. Thanks. Ye Liu has been working on page_owner recently (https://lore.kernel.org/20260623065234.31866-2-ye.liu@linux.dev https://lore.kernel.org/20260625014708.87386-1-ye.liu@linux.dev), so perhaps he can help review these changes? Sashiko found a few things to ask about: https://sashiko.dev/#/patchset/20260618035750.3724613-1-zhen.ni@easystack.cn