.../net/ethernet/mellanox/mlx5/core/en/xdp.c | 2 +- include/linux/mm.h | 27 +++---------------- include/linux/page-flags.h | 6 +++++ include/net/netmem.h | 15 +++++++++-- mm/page_alloc.c | 11 +++++--- net/core/netmem_priv.h | 20 +++++--------- net/core/page_pool.c | 18 +++++++++++-- 7 files changed, 53 insertions(+), 46 deletions(-)
Since this patch requires to use newly introduced APIs in net tree, I've been waiting for those to be ready in mm tree. Now that mm tree has been rebased so as to include the APIs, this patch can be merged to mm tree. This patch has been carried out in a separate thread so far for the reviews [1]: [1] https://lore.kernel.org/all/20251119012709.35895-1-byungchul@sk.com/ --- Changes from v1: 1. Drop the finalizing patch removing the pp fields of struct page since I found that there is still code accessing a pp field via struct page. I will retry the finalizing patch after resolving the issue. --- Byungchul Park (1): mm: introduce a new page type for page pool in page type .../net/ethernet/mellanox/mlx5/core/en/xdp.c | 2 +- include/linux/mm.h | 27 +++---------------- include/linux/page-flags.h | 6 +++++ include/net/netmem.h | 15 +++++++++-- mm/page_alloc.c | 11 +++++--- net/core/netmem_priv.h | 20 +++++--------- net/core/page_pool.c | 18 +++++++++++-- 7 files changed, 53 insertions(+), 46 deletions(-) base-commit: d0a24447990a9d8212bfb3a692d59efa74ce9f86 -- 2.17.1
On 12/16/25 04:03, Byungchul Park wrote: > Since this patch requires to use newly introduced APIs in net tree, I've > been waiting for those to be ready in mm tree. Now that mm tree has > been rebased so as to include the APIs, this patch can be merged to mm > tree. > > This patch has been carried out in a separate thread so far for the > reviews [1]: > > [1] https://lore.kernel.org/all/20251119012709.35895-1-byungchul@sk.com/ > --- > Changes from v1: > 1. Drop the finalizing patch removing the pp fields of struct > page since I found that there is still code accessing a pp > field via struct page. I will retry the finalizing patch > after resolving the issue. Could we just make that necessary change of drivers/net/ethernet/intel/ice/ice_ethtool.c part of this series and do it all at once? We're changing both mm and net anyway. Also which tree will carry the series? I assume net will want to, as the changes are mostly there? > --- > Byungchul Park (1): > mm: introduce a new page type for page pool in page type > > .../net/ethernet/mellanox/mlx5/core/en/xdp.c | 2 +- > include/linux/mm.h | 27 +++---------------- > include/linux/page-flags.h | 6 +++++ > include/net/netmem.h | 15 +++++++++-- > mm/page_alloc.c | 11 +++++--- > net/core/netmem_priv.h | 20 +++++--------- > net/core/page_pool.c | 18 +++++++++++-- > 7 files changed, 53 insertions(+), 46 deletions(-) > > > base-commit: d0a24447990a9d8212bfb3a692d59efa74ce9f86
On Wed, Dec 17, 2025 at 02:43:07PM +0100, Vlastimil Babka wrote: > On 12/16/25 04:03, Byungchul Park wrote: > > Since this patch requires to use newly introduced APIs in net tree, I've > > been waiting for those to be ready in mm tree. Now that mm tree has > > been rebased so as to include the APIs, this patch can be merged to mm > > tree. > > > > This patch has been carried out in a separate thread so far for the > > reviews [1]: > > > > [1] https://lore.kernel.org/all/20251119012709.35895-1-byungchul@sk.com/ > > --- > > Changes from v1: > > 1. Drop the finalizing patch removing the pp fields of struct > > page since I found that there is still code accessing a pp > > field via struct page. I will retry the finalizing patch > > after resolving the issue. > > Could we just make that necessary change of > drivers/net/ethernet/intel/ice/ice_ethtool.c part of this series and do it > all at once? We're changing both mm and net anyway. Yes. That's what I think it'd better do. 1/2 can be merged separately and Andrew took it. I'd like to re-post 'ice fix' + 2/2 in a series if it's allowed. > Also which tree will carry the series? I assume net will want to, as the I'm trying to apply changes focused on mm to mm tree, and changes focused on net to net tree. However, yeah, it'd make things simpler if I can go with a single series for mm tree. Byungchul > changes are mostly there? > > > --- > > Byungchul Park (1): > > mm: introduce a new page type for page pool in page type > > > > .../net/ethernet/mellanox/mlx5/core/en/xdp.c | 2 +- > > include/linux/mm.h | 27 +++---------------- > > include/linux/page-flags.h | 6 +++++ > > include/net/netmem.h | 15 +++++++++-- > > mm/page_alloc.c | 11 +++++--- > > net/core/netmem_priv.h | 20 +++++--------- > > net/core/page_pool.c | 18 +++++++++++-- > > 7 files changed, 53 insertions(+), 46 deletions(-) > > > > > > base-commit: d0a24447990a9d8212bfb3a692d59efa74ce9f86
© 2016 - 2025 Red Hat, Inc.