Merge branch 'locking-fixes-for-fbnic-driver'
authorJakub Kicinski <kuba@kernel.org>
Thu, 28 Aug 2025 01:57:13 +0000 (18:57 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 28 Aug 2025 01:57:13 +0000 (18:57 -0700)
commitbd2902e0bcac8e4daf9cf630517cda4448665667
treef87232479bf40b365a5c145ffab9a6840ae93f5d
parent1cc8a5b534e5f9b5e129e54ee2e63c9f5da4f39a
parent6ede14a2c6365e7e5d855643c7c8390b5268c467
Merge branch 'locking-fixes-for-fbnic-driver'

Alexander Duyck says:

====================
Locking fixes for fbnic driver

Address a few locking issues that were reported on the fbnic driver.
Specifically in one case we were seeing locking leaks due to us not
releasing the locks in certain exception paths. In another case we were
using phylink_resume outside of a section in which we held the RTNL mutex
and as a result we were throwing an assert.
====================

Link: https://patch.msgid.link/175616242563.1963577.7257712519613275567.stgit@ahduyck-xeon-server.home.arpa
Signed-off-by: Jakub Kicinski <kuba@kernel.org>