Re: [PATCH] net: dev: deinit list in unregister_netdevice_many
From: Eric Dumazet <hidden>
Date: 2013-02-27 07:12:29
From: Eric Dumazet <hidden>
Date: 2013-02-27 07:12:29
On Wed, 2013-02-27 at 14:59 +0800, Gao feng wrote:
commit ceaaec98ad99859ac90ac6863ad0a6cd075d8e0e "net: deinit automatic LIST_HEAD" has already done part of the deinit list jobs. This patch push list_del into unregister_netdevice_many to make sure the unreg_list of netdevice object has valid pointer always. Cc: David S. Miller <davem@davemloft.net> Cc: Eric Dumazet <redacted> Signed-off-by: Gao feng <redacted> ---
I totally Nack this patch. 1) net-next is not open. 2) We spent enough time chasing bugs, I don't want to reintroduce new ones. And this patch introduce nice bugs. No thank you.