[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120919160438.52ed0b1a@s6510.linuxnetplumber.net>
Date: Wed, 19 Sep 2012 16:04:38 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Jiri Pirko <jiri@...nulli.us>
Cc: netdev@...r.kernel.org, davem@...emloft.net, mlindner@...vell.com,
linux-kernel@...r.kernel.org
Subject: Re: [patch net] sky2: fix rx filter setup on link up
On Wed, 19 Sep 2012 22:38:25 +0200
Jiri Pirko <jiri@...nulli.us> wrote:
> You cannot call sky2_set_multicast() directly here. It is called from
> __dev_set_rx_mode(). You would have to take at lease netif_addr_lock()
> here. I think that clearer is to remember computed value....
Ugh, it would mean changing link_up to being done via workqueue.
But your code wasnt safe against changes to values from set_multicast race
either.
--
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