[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <512DB64E.6010103@cn.fujitsu.com>
Date: Wed, 27 Feb 2013 15:31:26 +0800
From: Gao feng <gaofeng@...fujitsu.com>
To: David Miller <davem@...emloft.net>
CC: netdev@...r.kernel.org, eric.dumazet@...il.com
Subject: Re: [PATCH] net: dev: deinit list in unregister_netdevice_many
On 2013/02/27 15:21, David Miller wrote:
>
> mroute_clean_tables() uses the list after unregister_netdevice_many().
>
You mean list_for_each_entry_safe(c, next, &mrt->mfc_cache_array[i], list)
in mroute_clean_tables()?
Isn't this list just a member of struct mfc_cache?
I can't find the other codes in mroute_clean_tables uses this list
after unregister_netdevice_many.
> Can you please just stop tinkering in this area? You are making many
> careless errors.
>
Ok,I am fine if you drop this patch,just as commit ceaaec98ad99859ac90ac6863ad0a6cd075d8e0e
said "device is freed without touching its unreg_list". there will be no serious problems
if we don't have this patch.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists