RE: [PATCH] cxgb4i : fix rtnl lock assertion

2014-10-15 Thread Anish Bhatt
Please do not apply this patch. This got fixed in the net tree as part of a larger changeset, at the following commit : 587ddfe2d212 (cxgb4i : Remove duplicated CLIP handling code) -Anish-- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@

[PATCH] cxgb4i : fix rtnl lock assertion

2014-10-02 Thread Anish Bhatt
We should have been calling netdev_master_upper_dev_get_rcu() instead of netdev_master_upper_dev_get() all along since this is called with an rcu_read_lock() Please queue up for the next set of fixes for 3.17 as well. -Anish Signed-off-by: Anish Bhatt Signed-off-by: Karen Xie Fixes: 759a0cc5a