From: Mark Lord Date: Mon, 6 Apr 2009 16:30:43 +0000 (-0400) Subject: sata_mv: fix irq mask races X-Git-Tag: v2.6.30-rc1~10^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933cb8e5fcdebd4b666165e3f039f814d62b0e52;p=pandora-kernel.git sata_mv: fix irq mask races Prevent racing on the main interrupt mask during port_start and port_stop. Otherwise, we end up with IRQs masked on inactive ports, and hotplug insertions then get missed later on. Found while debugging (out of tree) target mode operations, but the bug is present and impacting mainline as well. This patch should also be considered for -stable. Signed-off-by: Mark Lord Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed