Re: [PATCH net v2] tipc: protect node reset trace dump with node lock
From: Tung Quang Nguyen
Date: Tue Aug 25 2026 - 07:10:12 EST
> + tipc_node_write_lock(n);
> trace_tipc_node_reset_links(n, true, " ");
> + tipc_node_write_unlock(n);
Please use tipc_node_write_unlock_fast(n) as I mentioned before.