All of lore.kernel.org
 help / color / mirror / Atom feed
* [net PATCH 0/2] Locking fixes for fbnic driver
@ 2025-08-25 22:56 Alexander Duyck
  2025-08-25 22:56 ` [net PATCH 1/2] fbnic: Fixup rtnl_lock and devl_lock handling related to mailbox code Alexander Duyck
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alexander Duyck @ 2025-08-25 22:56 UTC (permalink / raw)
  To: AlexanderDuyck, netdev; +Cc: kuba, kernel-team, andrew+netdev, pabeni, davem

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.

---

Alexander Duyck (2):
      fbnic: Fixup rtnl_lock and devl_lock handling related to mailbox code
      fbnic: Move phylink resume out of service_task and into open/close


 drivers/net/ethernet/meta/fbnic/fbnic_netdev.c |  4 ++++
 drivers/net/ethernet/meta/fbnic/fbnic_pci.c    | 15 ++++++---------
 2 files changed, 10 insertions(+), 9 deletions(-)

--


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-28  2:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-25 22:56 [net PATCH 0/2] Locking fixes for fbnic driver Alexander Duyck
2025-08-25 22:56 ` [net PATCH 1/2] fbnic: Fixup rtnl_lock and devl_lock handling related to mailbox code Alexander Duyck
2025-08-26 11:46   ` Przemek Kitszel
2025-08-25 22:56 ` [net PATCH 2/2] fbnic: Move phylink resume out of service_task and into open/close Alexander Duyck
2025-08-26 11:49   ` Przemek Kitszel
2025-08-28  2:00 ` [net PATCH 0/2] Locking fixes for fbnic driver patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.