Re: [PATCH 7/7] netpoll: Flush skb_pool as part of netconsole cleanup
From: Jakub Kicinski
Date: Tue Sep 02 2025 - 20:09:50 EST
On Tue, 02 Sep 2025 07:36:29 -0700 Breno Leitao wrote:
> @@ -607,8 +596,6 @@ static void __netpoll_cleanup(struct netpoll *np)
> call_rcu(&npinfo->rcu, rcu_cleanup_netpoll_info);
> } else
> RCU_INIT_POINTER(np->dev->npinfo, NULL);
> -
> - skb_pool_flush(np);
> }
>
Please don't post conflicting patches to net and net-next.
Fixes have to go in first, trees converge, and then the net-next patches
can be posted.