[PATCH 0/6] Further fix for dsa unbinding

2015-10-27 Thread Neil Armstrong
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/6] Further fix for dsa unbinding

2015-10-27 Thread Neil Armstrong
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/