From: Andrey Vagin Date: Thu, 10 Nov 2011 05:48:03 +0000 (+0000) Subject: bridge: Fix potential deadlock on br->multicast_lock X-Git-Tag: v3.2-rc3~25^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef5e0d8237287db3a12d84f08fb2483d7a30a943;p=pandora-kernel.git bridge: Fix potential deadlock on br->multicast_lock multicast_lock is taken in softirq context, so we should use spin_lock_bh() in userspace. call-chain in softirq context: run_timer_softirq() br_multicast_query_expired() call-chain in userspace: sysfs_write_file() store_multicast_snooping() br_multicast_toggle() Signed-off-by: Andrew Vagin Signed-off-by: David S. Miller --- Reading git-diff-tree failed