Re: [PATCH net v2] tipc: protect node reset trace dump with node lock

From: Chengfeng Ye

Date: Tue Aug 25 2026 - 15:02:51 EST


On Tue, Aug 25, 2026 at 7:08 PM Tung Quang Nguyen
<tung.quang.nguyen@xxxxxxxx> wrote:
>
> > + 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.
>

Sorry for the negligence, the v3 is just sent to address it.

Best,
Chengfeng