Re: [PATCH 1/2] netrom: fix possible deadlock in nr_rt_device_down

From: Jakub Kicinski
Date: Fri Jan 02 2026 - 15:46:57 EST


On Thu, 4 Dec 2025 17:09:04 +0800 Junjie Cao wrote:
> - struct nr_node *t = NULL;
> + struct nr_node *t = NULL;

AFAICT your fixes were archived before any reviewer had a chance to
take a look (perhaps due to LPC / Maintainer Summit). Could you repost,
and when you do drop the whitespace cleanups from this patch? There
should be no whitespace cleanups in fixes..

Have you written a test to exercise these code paths by any chance?
Adding one would be great.