public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] net: bcmasp: Fix issues during driver unbind
@ 2026-03-16 18:02 justin.chen
  2026-03-16 18:02 ` [PATCH net v2 1/2] net: bcmasp: fix double free of WoL irq justin.chen
  2026-03-16 18:02 ` [PATCH net v2 2/2] net: bcmasp: fix double disable of clk justin.chen
  0 siblings, 2 replies; 6+ messages in thread
From: justin.chen @ 2026-03-16 18:02 UTC (permalink / raw)
  To: netdev
  Cc: bcm-kernel-feedback-list, horms, pabeni, kuba, edumazet, davem,
	andrew+netdev, florian.fainelli, Justin Chen

From: Justin Chen <justin.chen@broadcom.com>

Fix two issues when we unbind the driver. We hit a double free of the
WoL irq and a double disable of the clk.

Justin Chen (2):
  net: bcmasp: fix double free of WoL irq
  net: bcmasp: fix double disable of clk

 drivers/net/ethernet/broadcom/asp2/bcmasp.c | 37 ++++++++++++---------
 1 file changed, 21 insertions(+), 16 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-03-19  0:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 18:02 [PATCH net v2 0/2] net: bcmasp: Fix issues during driver unbind justin.chen
2026-03-16 18:02 ` [PATCH net v2 1/2] net: bcmasp: fix double free of WoL irq justin.chen
2026-03-16 19:14   ` Florian Fainelli
2026-03-16 18:02 ` [PATCH net v2 2/2] net: bcmasp: fix double disable of clk justin.chen
2026-03-16 19:14   ` Florian Fainelli
2026-03-19  0:58   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox