Maciej W. Rozycki
522939d45c
esp_scsi: fix reset cleanup spinlock recursion
...
The esp_reset_cleanup() function is called with the host lock held and
invokes starget_for_each_device() which wants to take it too. Here is a
fix along the lines of shost_for_each_device()/__shost_for_each_device()
adding a __starget_for_each_device() counterpart which assumes the lock
has already been taken.
Eventually, I think the driver should get modified so that more work is
done as a softirq rather than in the interrupt context, but for now it
fixes a bug that causes the spinlock debugger to fire.
While at it, it fixes a small number of cosmetic problems with
starget_for_each_device() too.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Acked-by: David S. Miller <davem@davemloft.net>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-12-10 19:43:55 -08:00
..
2007-11-11 17:35:48 -06:00
2007-10-23 16:37:29 -07:00
2006-06-30 19:25:36 +02:00
2007-11-14 18:45:44 -08:00
2007-10-29 07:41:33 -07:00
2007-10-31 15:21:35 +00:00
2007-04-01 10:10:04 -05:00
2007-11-03 12:10:36 -05:00
2007-10-19 11:53:43 -07:00
2007-11-03 12:09:29 -05:00
2007-10-22 21:19:53 +02:00
2007-10-22 21:19:53 +02:00
2007-10-23 15:55:16 -04:00
2007-10-19 23:10:43 +02:00
2007-10-23 16:37:29 -07:00
2007-10-22 21:19:53 +02:00
2007-07-21 08:57:40 -05:00
2007-10-22 21:19:53 +02:00
2007-01-06 09:18:00 -06:00
2007-07-14 19:12:43 -05:00
2007-06-17 16:15:56 -05:00
2007-10-16 11:24:32 +02:00
2007-06-17 16:09:29 -05:00
2007-02-14 08:09:54 -08:00
2006-09-12 17:12:31 -05:00
2007-02-14 08:09:54 -08:00
2006-09-12 17:12:31 -05:00
2007-10-12 14:41:00 -04:00
2007-10-12 14:54:13 -04:00
2007-10-22 21:19:53 +02:00
2007-08-04 09:11:06 -05:00
2007-10-22 21:19:53 +02:00
2007-10-16 11:24:32 +02:00
2007-10-18 08:40:42 -04:00
2006-10-05 15:10:12 +01:00
2007-10-24 08:55:40 +02:00
2007-11-25 12:19:26 +02:00
2007-05-04 17:59:05 -07:00
2006-10-05 15:10:12 +01:00
2007-02-09 16:23:17 +00:00
2007-02-09 16:23:17 +00:00
2007-10-16 11:24:32 +02:00
2007-02-07 18:32:29 -05:00
2007-10-12 14:41:00 -04:00
2007-05-06 09:33:11 -05:00
2007-10-12 14:51:56 -04:00
2007-02-09 16:23:17 +00:00
2007-02-09 16:23:17 +00:00
2007-10-19 23:10:43 +02:00
2007-02-09 16:23:17 +00:00
2006-09-26 11:35:32 -07:00
2007-12-10 19:43:54 -08:00
2007-12-10 19:43:54 -08:00
2007-11-25 12:19:26 +02:00
2007-03-20 11:27:03 -05:00
2007-10-22 21:19:53 +02:00
2007-10-16 11:24:32 +02:00
2007-12-10 19:43:55 -08:00
2007-07-31 10:51:25 -05:00
2007-02-09 16:23:17 +00:00
2007-10-22 21:19:53 +02:00
2007-10-22 21:19:53 +02:00
2007-10-19 11:53:42 -07:00
2007-11-25 12:19:26 +02:00
2006-06-30 19:25:36 +02:00
2007-10-12 14:56:09 -04:00
2007-10-12 14:55:46 -04:00
2007-10-23 16:37:29 -07:00
2007-10-12 14:56:13 -04:00
2007-02-14 08:09:54 -08:00
2006-09-12 17:12:31 -05:00
2007-10-17 21:56:12 -04:00
2007-10-17 21:56:13 -04:00
2007-10-12 14:46:40 -04:00
2007-10-22 21:19:53 +02:00
2007-11-27 21:35:58 +01:00
2007-10-22 21:19:53 +02:00
2006-10-04 03:38:54 -04:00
2007-10-22 21:19:53 +02:00
2007-10-17 21:56:14 -04:00
2007-05-22 11:08:56 -05:00
2007-10-24 11:20:47 +02:00
2007-05-08 11:54:40 -05:00
2007-10-22 21:19:53 +02:00
2007-10-12 14:51:44 -04:00
2007-11-14 14:51:58 -06:00
2007-11-14 14:51:58 -06:00
2007-05-31 17:30:04 -04:00
2007-11-05 13:35:17 -08:00
2007-07-19 10:04:50 -07:00
2007-11-14 14:52:16 -06:00
2007-10-12 14:37:57 -04:00
2007-10-16 11:24:32 +02:00
2007-02-09 16:23:17 +00:00
2007-11-25 12:19:26 +02:00
2007-10-17 21:53:55 -04:00
2007-02-09 16:23:17 +00:00
2007-10-22 21:19:53 +02:00
2007-05-08 11:15:08 -05:00
2007-10-16 11:24:32 +02:00
2007-10-12 14:41:00 -04:00
2007-02-14 08:09:54 -08:00
2006-09-12 17:12:31 -05:00
2007-10-12 14:51:52 -04:00
2007-10-12 14:51:18 -04:00
2007-10-22 21:19:53 +02:00
2007-10-22 21:19:53 +02:00
2007-02-09 16:23:17 +00:00
2007-10-22 21:19:53 +02:00
2007-10-12 14:55:07 -04:00
2007-10-12 14:41:00 -04:00
2007-07-19 10:04:50 -07:00
2007-10-16 11:24:32 +02:00
2007-10-19 11:53:42 -07:00
2007-10-22 21:19:53 +02:00
2006-06-30 19:25:36 +02:00
2007-10-27 14:31:06 -05:00
2007-10-12 14:50:55 -04:00
2007-11-25 12:19:26 +02:00
2007-10-22 21:19:53 +02:00
2006-10-04 03:38:54 -04:00
2007-10-23 09:13:14 +02:00
2006-11-10 10:01:42 +09:00
2006-10-25 15:12:38 -07:00
2007-11-14 18:25:44 -06:00
2007-10-23 12:35:35 -04:00
2007-10-22 21:19:53 +02:00
2006-10-25 15:11:55 -07:00
2007-10-16 11:24:32 +02:00
2006-10-17 19:28:51 -07:00
2007-10-16 11:14:19 +02:00
2007-10-12 14:52:38 -04:00
2006-10-04 13:27:26 -05:00
2007-10-22 21:19:53 +02:00
2007-10-12 14:39:19 -04:00
2007-10-17 21:53:56 -04:00
2006-07-28 09:04:09 +02:00
2007-07-14 19:28:10 -05:00
2007-11-03 22:23:02 -04:00
2006-06-30 19:25:36 +02:00
2007-10-10 21:15:29 -07:00
2007-10-12 14:52:46 -04:00
2007-02-16 11:12:07 -06:00
2006-06-28 12:40:54 -04:00
2007-11-03 22:23:02 -04:00
2007-07-18 11:16:32 -05:00
2007-11-03 22:23:02 -04:00
2007-10-12 14:37:50 -04:00
2007-10-16 11:12:37 +02:00
2007-10-12 14:37:50 -04:00
2006-05-20 00:39:08 -04:00
2007-10-12 14:46:58 -04:00
2007-10-12 14:49:11 -04:00
2007-10-10 21:15:29 -07:00
2007-07-21 08:58:23 -05:00
2007-09-22 08:52:12 -05:00
2007-10-12 14:38:09 -04:00
2007-10-12 14:47:02 -04:00
2006-06-10 16:24:40 -05:00
2006-10-11 13:44:25 -05:00
2007-12-10 19:43:55 -08:00
2006-08-19 13:39:11 -07:00
2006-06-26 16:33:10 -05:00
2007-10-19 23:10:43 +02:00
2007-10-22 21:19:53 +02:00
2007-10-29 09:18:03 +01:00
2007-05-11 17:00:29 +01:00
2007-07-22 11:36:49 -07:00
2007-07-14 19:12:15 -05:00
2007-02-14 08:09:54 -08:00
2006-12-13 09:05:58 -08:00
2007-10-12 14:52:46 -04:00
2007-10-24 11:20:47 +02:00
2007-07-31 10:44:01 -05:00
2007-10-16 11:24:32 +02:00
2007-10-22 21:19:53 +02:00
2007-11-25 12:19:26 +02:00
2007-11-25 12:19:26 +02:00
2006-12-09 09:41:18 -08:00
2007-10-24 08:55:40 +02:00
2007-05-31 17:30:04 -04:00
2007-10-22 21:19:53 +02:00
2007-11-25 12:19:26 +02:00
2006-11-15 16:43:50 -06:00
2007-10-22 21:19:53 +02:00
2007-07-14 18:56:33 -05:00
2007-10-16 11:24:44 +02:00
2007-10-22 21:19:53 +02:00
2006-09-07 12:39:34 -05:00
2007-10-22 21:19:53 +02:00
2007-10-19 23:22:55 +02:00
2007-10-22 21:19:53 +02:00
2006-07-02 13:58:53 -07:00
2007-11-29 09:24:52 -08:00