Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1258785
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/6] Further fix for dsa unbinding |
| Date | 2015-10-29 14:30 +0100 |
| Message-ID | <qoVrc-Hx-15@gated-at.bofh.it> (permalink) |
| Organization | Baylibre |
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. v2: remove phy fix and add missing calls in dsa_switch_destroy then add dedicated dsa_slave_destroy Frode Isaksen (4): net: dsa: Use delayed work instead of timer+work for polling net: dsa: Do not reschedule polling if driver removed net: dsa: add missing calls in dsa_switch_destroy net: dsa: move dsa slave destroy code to slave.c Neil Armstrong (2): net: dsa: cleanup resources upon module removal net: dsa: Add missing master netdev dev_put() calls include/net/dsa.h | 3 +-- net/dsa/dsa.c | 45 +++++++++++++++++++++++---------------------- net/dsa/dsa_priv.h | 1 + net/dsa/slave.c | 10 ++++++++++ 4 files changed, 35 insertions(+), 24 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 0/6] Further fix for dsa unbinding Neil Armstrong <narmstrong@baylibre.com> - 2015-10-29 14:30 +0100
csiph-web