summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvtap.c
diff options
context:
space:
mode:
authorFrancesco Ruggeri <fruggeri@arista.com>2016-04-23 15:03:32 -0700
committerDavid S. Miller <davem@davemloft.net>2016-04-26 15:17:18 -0400
commit308379607548524b8d86dbf20134681024935e0b (patch)
treee755097f21c7b18c56e6a30542793e2b0cd9298b /drivers/net/macvtap.c
parent713d4ddc99677499281fbacdfc8519b9d22513fa (diff)
downloadlinux-308379607548524b8d86dbf20134681024935e0b.tar.bz2
macvlan: fix failure during registration v3
If macvlan_common_newlink fails in register_netdevice after macvlan_init then it decrements port->count twice, first in macvlan_uninit (from register_netdevice or rollback_registered) and then again in macvlan_common_newlink. A similar problem may exist in the ipvlan driver. This patch consolidates modifications to port->count into macvlan_init and macvlan_uninit (thanks to Eric Biederman for suggesting this approach). v3: remove macvtap specific bits. Signed-off-by: Francesco Ruggeri <fruggeri@arista.com> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/macvtap.c')
0 files changed, 0 insertions, 0 deletions