RE: [PATCH net v4 00/12] Fix possbile memleaks when fail to register_netdevice
From: Gao Feng <hidden>
Date: 2017-05-02 11:12:52
Hi all,
From: gfree.wind@foxmail.com [mailto:gfree.wind@foxmail.com] Sent: Tuesday, May 2, 2017 1:59 PM drivers/net/dummy.c | 14 +++++++++++--- drivers/net/ifb.c | 33 +++++++++++++++++++++++---------- drivers/net/loopback.c | 15 ++++++++++++++- drivers/net/team/team.c | 15 ++++++++++++--- drivers/net/veth.c | 15 ++++++++++++++- net/8021q/vlan_dev.c | 17 +++++++++++++---- net/batman-adv/soft-interface.c | 18 +++++++++++++++--- net/ipv4/ip_tunnel.c | 11 ++++++++++- net/ipv6/ip6_gre.c | 17 +++++++++++++---- net/ipv6/ip6_tunnel.c | 11 ++++++++++- net/ipv6/ip6_vti.c | 11 ++++++++++- net/ipv6/sit.c | 17 +++++++++++++---- 12 files changed, 158 insertions(+), 36 deletions(-) -- v4: Make patches as one sery of patches, per David Miler v3: Split one patch to multiple commits, per David Ahern v2: Move the free in ndo_uninit when fail to register, per Herbert Xu v1: initial version
Because I sent these patches too fast today, so that my email server blocks my account today. The left patches (08~12) would be sent after my account is unlocked. Maybe tomorrow. I am very sorry about this, and try to change another mail server next time. Best Regards Feng