Re: [PATCH v2 (repost)] can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} tracking
Tetsuo Handa <[email protected]> Sat, 25 Jul 2026 21:40:04 +0900
| Newsgroups | org.kernel.vger.linux-can |
|---|---|
| Message-ID | <[email protected]> |
On 2026/07/02 22:55, Oleksij Rempel wrote: > On Fri, May 29, 2026 at 10:31:22AM +0900, Tetsuo Handa wrote: >> syzbot is still reporting >> >> unregister_netdevice: waiting for vcan0 to become free. Usage count = 2 >> >> problem. A debug printk() patch in linux-next-20260508 identified that >> there is dev_hold()/dev_put() imbalance in j1939_priv management. >> (...snipped...) >> >> Signed-off-by: Tetsuo Handa <[email protected]> > > Acked-by: Oleksij Rempel <[email protected]> > Who is supposed to send this patch to linux-next.git tree?