On 7/22/25 02:23, Byungchul Park wrote:
On Thu, Jul 17, 2025 at 12:08:58PM +0900, Byungchul Park wrote:
On Sat, Jul 12, 2025 at 02:58:14PM +0100, Pavel Begunkov wrote:
On 7/11/25 02:14, Byungchul Park wrote:
...>>> commit 8fc2347fb3ff4a3fc7929c70a5a21e1128935d4a
Author: Pavel Begunkov <asml.silence@xxxxxxxxx>
Date: Sat Jul 12 14:29:52 2025 +0100
net/mm: use PGTY for tracking page pool pages
Currently, we use page->pp_magic to determine whether a page belongs to
a page pool. It's not ideal as the field is aliased with other page
types, and thus needs to to rely on elaborated rules to work. Add a new
page type for page pool.
Hi Pavel,
I need this work to be done to remove ->pp_magic in struct page. Will
you let me work on this work? Or can you please refine and post this
No response I got. Thus, I started. I hope you understand.
Missed the first message and then got busy. Anyway, sure, go ahead.
--
Pavel Begunkov