Re: [PATCH] net: fix unreleased lock in ethnl_act_cable_test
From: Andrew Lunn
Date: Mon Aug 26 2024 - 09:06:01 EST
On Mon, Aug 26, 2024 at 09:14:15AM -0300, Diogo Jahchan Koike wrote:
> fix an unreleased lock in out_dev_put path and substitute
> both labels (out_rtnl and out_dev_put) for a simpler out.
Hi Diogo
We try to keep fixes simple. I would of changed the out_dev_put to
out_rtnl, and then removed the unused out_dev_put. That makes the
change smaller, more obviously correct.
As far as i can see, 3688ff3077d3 is only in net-next, not an -rc
kernel. As such, we want this patch added to net-next. You indicate
this in the patch Subject: [path net-next v2].
Thanks
Andrew
---
pw-bot: cr