All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Further fix for dsa unbinding
@ 2015-10-27 14:48 Neil Armstrong
  0 siblings, 0 replies; only message in thread
From: Neil Armstrong @ 2015-10-27 14:48 UTC (permalink / raw)
  To: David S. Miller
  Cc: Andrew Lunn, Florian Fainelli, Guenter Roeck, vivien.didelot,
	Fabian Frederick, Pavel Nakonechny, Joe Perches, netdev,
	linux-kernel, Frode Isaksen

This serie fixes further issues for DSA dynamic unbinding.
Frode Isaksen's patches make usage of delayed work and fixes kernel
crashes when dsa is unbind.
The other patches are simple fixes to permit cleanup and avoid netdev
related crashes.

Frode Isaksen (3):
  net: dsa: Use delayed work instead of timer+work for polling
  net: dsa: Do not reschedule polling if driver removed
  net: phy: Stop 'phy-state-machine' and 'phy_change' work on remove

Neil Armstrong (3):
  net: dsa: allow switch drivers to cleanup their resources
  net: dsa: cleanup resources upon module removal
  net: dsa: Add missing master netdev dev_put() calls

 drivers/net/phy/phy_device.c |  6 ++++++
 include/net/dsa.h            |  4 ++--
 net/dsa/dsa.c                | 46 +++++++++++++++++++++++++-------------------
 3 files changed, 34 insertions(+), 22 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-27 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27 14:48 [PATCH 0/6] Further fix for dsa unbinding Neil Armstrong

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.