[PATCH v2 rebase as of Jul 28] mm, page_pool: introduce a new page type for page pool in page type

From: Byungchul Park
Date: Mon Jul 28 2025 - 04:20:48 EST


Rebasing on the latest linux-next/master is required. Otherwise, a
build fail is observed. Sorry about the noise.

Changes from v1:
1. Rebase on linux-next.
2. Initialize net_iov->pp = NULL when allocating net_iov in
net_devmem_bind_dmabuf() and io_zcrx_create_area().
3. Use ->pp for net_iov to identify if it's pp rather than
always consider net_iov as pp.
4. Add Suggested-by: David Hildenbrand <david@xxxxxxxxxx>.

---8<---