Re: [PATCH v2] net: iterate online nodes in skb_defer_free_flush()
From: Kris Pan
Date: Tue Sep 15 2026 - 20:03:07 EST
Right, the node-offline race is real. I'll fix it in a v3 so the flush
doesn't depend on node_online_map, e.g. a per-CPU mask of pending nodes
set by the producer and drained by the flush.
Thanks.