diff options
author | Salam Noureddine <noureddine@aristanetworks.com> | 2013-09-29 13:41:34 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-13 14:51:07 -0700 |
commit | 8964c6487cf14fa5f00cedceab256b9aaab69acc (patch) | |
tree | fd2d7097662d32c1c1d267f1495c403913205a24 /net/wanrouter | |
parent | 2a6a2791b1e6ebd7ad29f137a309471f92d71c55 (diff) | |
download | kernel_samsung_smdk4412-8964c6487cf14fa5f00cedceab256b9aaab69acc.zip kernel_samsung_smdk4412-8964c6487cf14fa5f00cedceab256b9aaab69acc.tar.gz kernel_samsung_smdk4412-8964c6487cf14fa5f00cedceab256b9aaab69acc.tar.bz2 |
ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_put
[ Upstream commit 9260d3e1013701aa814d10c8fc6a9f92bd17d643 ]
It is possible for the timer handlers to run after the call to
ipv6_mc_down so use in6_dev_put instead of __in6_dev_put in the
handler function in order to do proper cleanup when the refcnt
reaches 0. Otherwise, the refcnt can reach zero without the
inet6_dev being destroyed and we end up leaking a reference to
the net_device and see messages like the following,
unregister_netdevice: waiting for eth0 to become free. Usage count = 1
Tested on linux-3.4.43.
Signed-off-by: Salam Noureddine <noureddine@aristanetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/wanrouter')
0 files changed, 0 insertions, 0 deletions