ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_dev
authorSabrina Dubroca <sd@queasysnail.net>
Wed, 4 Nov 2015 13:47:53 +0000 (14:47 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 14 Dec 2015 17:17:29 +0000 (12:17 -0500)
commit8d135fedee7e84a0d7f4dc20919d40e40d71fb8c
treef8774c8da5fff5039c2fb3853291229e61b544c7
parent725242ca67ab5fdba61e2026ff411e96a854ebe5
ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_dev

[ Upstream commit 2a189f9e57650e9f310ddf4aad75d66c1233a064 ]

In ipv6_add_dev, when addrconf_sysctl_register fails, we do not clean up
the dev_snmp6 entry that we have already registered for this device.
Call snmp6_unregister_dev in this case.

Fixes: a317a2f19da7d ("ipv6: fail early when creating netdev named all or default")
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
net/ipv6/addrconf.c