* [PATCH v3 0/5] net: dsa: complete and fix the dsa unbinding
@ 2015-10-06 14:39 Neil Armstrong
2015-10-07 11:56 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Neil Armstrong @ 2015-10-06 14:39 UTC (permalink / raw)
To: David S. Miller, Florian Fainelli, Guenter Roeck, vivien.didelot,
Andrew Lunn, Fabian Frederick, Pavel Nakonechny, Joe Perches,
netdev, linux-kernel, nbd, sergei.shtylyov
In order to cleanly unbind the dsa core, either as a module removal,
or a platform device unbind, switch the allocation the their devm_
counterparts and complete the destroy functions.
First, the missing kfree were added, the remove function were
completed then kfree were removed in favor to devm_ calls.
The last patch is an way to cleanly exit the probe when no
switch is found in the discover process.
The patches are based on the current net.
v3:
- make checkpatch happy with 1/5 & 5/5
- fix 5/5 exit path with a goto
Neil Armstrong (5):
net: dsa: add missing kfree on remove
net: dsa: add missing dsa_switch mdiobus remove
net: dsa: complete dsa_switch_destroy
net: dsa: switch to devm_ calls and remove kfree calls
net: dsa: exit probe if no switch were found
net/dsa/dsa.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 59 insertions(+), 11 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v3 0/5] net: dsa: complete and fix the dsa unbinding
2015-10-06 14:39 [PATCH v3 0/5] net: dsa: complete and fix the dsa unbinding Neil Armstrong
@ 2015-10-07 11:56 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-10-07 11:56 UTC (permalink / raw)
To: narmstrong
Cc: f.fainelli, linux, vivien.didelot, andrew, fabf, pavel.nakonechny,
joe, netdev, linux-kernel, nbd, sergei.shtylyov
From: Neil Armstrong <narmstrong@baylibre.com>
Date: Tue, 6 Oct 2015 15:39:42 +0100
> In order to cleanly unbind the dsa core, either as a module removal,
> or a platform device unbind, switch the allocation the their devm_
> counterparts and complete the destroy functions.
>
> First, the missing kfree were added, the remove function were
> completed then kfree were removed in favor to devm_ calls.
>
> The last patch is an way to cleanly exit the probe when no
> switch is found in the discover process.
>
> The patches are based on the current net.
>
> v3:
> - make checkpatch happy with 1/5 & 5/5
> - fix 5/5 exit path with a goto
Series applied, thanks Neil.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-07 11:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 14:39 [PATCH v3 0/5] net: dsa: complete and fix the dsa unbinding Neil Armstrong
2015-10-07 11:56 ` 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).