Re: [patch net-next v2] net: fix unreleased lock in cable test
From: Maxime Chevallier <maxime.chevallier@bootlin.com>
Date: 2024-08-26 16:17:00
Also in:
lkml
From: Maxime Chevallier <maxime.chevallier@bootlin.com>
Date: 2024-08-26 16:17:00
Also in:
lkml
Hi, Thanks for addressing this, I was unavailable in the past hours to quicky respond to the issue so your help is welcome :) On Mon, 26 Aug 2024 10:45:46 -0300 Diogo Jahchan Koike [off-list ref] wrote:
fix an unreleased lock in out_dev_put path by removing the (now) unnecessary path. Reported-by: syzbot+c641161e97237326ea74@syzkaller.appspotmail.com Closes: https://syzkaller.appspot.com/bug?extid=c641161e97237326ea74 Fixes: 3688ff3077d3 ("net: ethtool: cable-test: Target the command to the requested PHY") Signed-off-by: Diogo Jahchan Koike <redacted>
Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Thanks, Maxime