netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] mv88e6xxx error patch fixes
@ 2017-12-07  0:05 Andrew Lunn
  2017-12-07  0:05 ` [PATCH net 1/2] net: dsa: mv88e6xxx: Fix interrupt masking on removal Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andrew Lunn @ 2017-12-07  0:05 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Vivien Didelot, Andrew Lunn

While trying to bring up a new PHY on a board, i exercised the error
paths a bit, and discovered some bugs. The unwind for interrupt
handling deadlocks, and the MDIO code hits a BUG() when a registered
MDIO device is freed without first being unregistered.

Andrew Lunn (2):
  net: dsa: mv88e6xxx: Fix interrupt masking on removal
  net: dsa: mv88e6xxx: Unregister MDIO bus on error path

 drivers/net/dsa/mv88e6xxx/chip.c | 34 ++++++++++++++++++----------------
 1 file changed, 18 insertions(+), 16 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2017-12-07 18:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-07  0:05 [PATCH net 0/2] mv88e6xxx error patch fixes Andrew Lunn
2017-12-07  0:05 ` [PATCH net 1/2] net: dsa: mv88e6xxx: Fix interrupt masking on removal Andrew Lunn
2017-12-07 15:33   ` Vivien Didelot
2017-12-07  0:05 ` [PATCH net 2/2] net: dsa: mv88e6xxx: Unregister MDIO bus on error path Andrew Lunn
2017-12-07 15:33   ` Vivien Didelot
2017-12-07 18:53 ` [PATCH net 0/2] mv88e6xxx error patch fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).