Re: [PATCH net-next v11 1/5] net: dsa: yt921x: Check lock status with lockdep_assert_held_once()

From: Jakub Kicinski

Date: Tue Sep 01 2026 - 20:57:52 EST


On Mon, 31 Aug 2026 12:38:54 +0800 David Yang wrote:
> mutex_is_locked() was used to check the lock status. While it should not
> be triggered unless a bug is introduced, it does not warn on lock being
> held by another thread. Fix it with lockdep helpers.
>
> Fixes: 186623f4aa72 ("net: dsa: yt921x: Add support for Motorcomm YT921x")

If you're reposting please drop this Fixes tag.
Either it's a bug that needs to go to net or it's a net-next
improvement which doesn't need a Fixes tag.