commit | 576b586303f76be9e5e2f5266ccbeba1b46bbd06 | [log] [tgz] |
---|---|---|
author | Anish Bhatt <anish@chelsio.com> | Mon Sep 15 17:44:18 2014 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Mon Sep 22 16:46:13 2014 +0200 |
tree | 68263bc156d67ba02b00cba60bc91ff0aacd2a8b | |
parent | 6c1e7b7729b19eb41d93a411c82126a5993a8e90 [diff] |
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 <anish@chelsio.com> Signed-off-by: Karen Xie <kxie@chelsio.com> 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 <hch@lst.de>