> diff --git a/net/core/dev.c b/net/core/dev.c > index 20d8b9195ef6..9f5109a15e4c 100644 > --- a/net/core/dev.c > +++ b/net/core/dev.c > @@ -9983,6 +9983,54 @@ void netif_tx_stop_all_queues(struct net_device *dev) > } > EXPORT_SYMBOL(netif_tx_stop_all_queues); > > +static int netdev_do_alloc_pcpu_stats(struct net_device *dev) > +{ I submitted this prematurely, this needs a few more changes that this commit depends upon. I'll work on getting the full patchset ready for backporting to 6.1.y.