From: Anish Bhatt Date: Tue, 16 Sep 2014 00:44:18 +0000 (-0700) Subject: cxgb4i: avoid holding mutex in interrupt context X-Git-Tag: fixes-for-v3.18-merge-window~25^2^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=576b586303f76be9e5e2f5266ccbeba1b46bbd06;p=pandora-kernel.git cxgb4i: avoid holding mutex in interrupt context cxgbi_inet6addr_handler() can be called in interrupt context, so use rcu protected list while finding netdev Applies on top of core-for-3.18 Signed-off-by: Anish Bhatt Signed-off-by: Karen Xie Fixes: fc8d0590d914 ("libcxgbi: Add ipv6 api to driver") Fixes: 759a0cc5a3e1 ("cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 api") Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed