From 30f00847953e3aa3f710d62ffd37b42042807900 Mon Sep 17 00:00:00 2001 From: Anish Bhatt Date: Tue, 5 Aug 2014 16:05:23 -0700 Subject: [PATCH] cxgb4 : Disable recursive mailbox commands when enabling vi Enabling a Virtual Interface can result in an interrupt during the processing of the VI Enable command and, in some paths, result in an attempt to issue another command in the interrupt context, eventually crashing the system. Thus, we disable interrupts during the course of the VI Enable command and ensure enable doesn't sleep. Signed-off-by: Anish Bhatt Signed-off-by: Casey Leedom Signed-off-by: David S. Miller --- Reading git-format-patch failed