Re: [PATCH RFC 27/33] iavf: Fix a locking bug in an error path
From: Jakub Kicinski
Date: Tue Feb 11 2025 - 21:03:25 EST
On Thu, 6 Feb 2025 09:51:08 -0800 Bart Van Assche wrote:
> If the netdev lock has been obtained, unlock it before returning.
> This bug has been detected by the Clang thread-safety analyzer.
>
> Cc: Jakub Kicinski <kuba@xxxxxxxxxx>
> Fixes: afc664987ab3 ("eth: iavf: extend the netdev_lock usage")
> Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx>
Applied to net, thanks!