Bjorn Helgaas
12997d1a99
Revert "workqueue: allow work_on_cpu() to be called recursively"
...
This reverts commit c2fda509667b0fda4372a237f5a59ea4570b1627.
c2fda509667b removed lockdep annotation from work_on_cpu() to work around
the PCI path that calls work_on_cpu() from within a work_on_cpu() work item
(PF driver .probe() method -> pci_enable_sriov() -> add VFs -> VF driver
.probe method).
961da7fb6b22 ("PCI: Avoid unnecessary CPU switch when calling driver
.probe() method) avoids that recursive work_on_cpu() use in a different
way, so this revert restores the work_on_cpu() lockdep annotation.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Tejun Heo <tj@kernel.org>
2013-11-25 14:37:22 -07:00
..
2013-09-25 14:07:49 +02:00
2013-10-03 18:47:54 +02:00
2013-11-13 12:09:23 +09:00
2013-11-13 12:09:34 +09:00
2013-11-19 10:40:00 -08:00
2013-11-13 13:50:17 +01:00
2013-11-19 01:07:08 +01:00
2013-11-13 12:09:14 +09:00
2013-11-16 12:23:18 -08:00
2013-11-13 13:33:55 +01:00
2013-11-12 10:36:00 +09:00
2013-11-16 12:23:18 -08:00
2013-06-12 16:29:46 -07:00
2013-11-21 19:18:14 -08:00
2013-11-05 11:15:03 -05:00
2013-11-05 11:09:16 -05:00
2013-11-06 11:47:24 -05:00
2013-11-19 14:20:12 -08:00
2013-09-09 11:19:09 -07:00
2013-08-08 20:11:27 -04:00
2013-11-15 22:04:17 -05:00
2013-10-09 12:36:13 +02:00
2013-11-14 16:55:11 +09:00
2013-09-03 18:25:03 -07:00
2013-11-13 12:09:12 +09:00
2013-11-09 00:16:23 -05:00
2013-07-09 10:33:26 -07:00
2013-09-11 15:58:25 -07:00
2013-11-15 09:32:15 +09:00
2013-07-30 14:05:06 +02:00
2013-11-06 09:23:59 +01:00
2013-08-30 23:44:11 -07:00
2013-07-14 19:36:59 -04:00
2013-11-15 13:51:36 +09:00
2013-10-19 19:45:35 -04:00
2013-11-15 09:32:22 +09:00
2013-11-15 16:47:22 -08:00
2013-09-30 14:31:02 -07:00
2013-11-13 12:09:26 +09:00
2013-09-12 15:38:03 -07:00
2013-11-13 12:08:59 +09:00
2013-11-21 19:46:00 -08:00
2013-10-25 17:15:18 -04:00
2013-09-25 17:17:01 +01:00
2013-11-15 13:27:50 +09:00
2013-09-07 14:35:32 -07:00
2013-08-29 14:37:59 +10:00
2013-11-13 12:09:35 +09:00
2013-09-28 12:35:52 -07:00
2013-10-24 23:43:29 -04:00
2013-09-30 14:31:03 -07:00
2013-07-03 16:54:42 +02:00
2013-07-14 19:36:59 -04:00
2013-11-13 12:09:33 +09:00
2013-06-18 11:32:10 -05:00
2013-09-24 17:00:26 -07:00
2013-07-14 19:36:59 -04:00
2013-09-12 15:38:02 -07:00
2013-07-03 16:08:06 -07:00
2013-11-09 00:16:29 -05:00
2013-11-15 09:32:22 +09:00
2013-07-14 19:36:59 -04:00
2013-11-15 09:32:22 +09:00
2013-11-11 12:43:38 +01:00
2013-11-13 12:09:13 +09:00
2013-11-13 12:09:33 +09:00
2013-11-14 16:30:30 +09:00
2013-10-30 12:58:00 +00:00
2013-09-25 17:17:01 +01:00
2013-09-11 15:58:27 -07:00
2013-11-19 16:39:05 -05:00
2013-06-19 12:58:42 +02:00
2013-09-25 14:07:32 +02:00
2013-08-30 23:44:11 -07:00
2013-11-15 09:32:22 +09:00
2013-09-24 10:35:19 +01:00
2013-09-24 10:35:19 +01:00
2013-08-30 23:44:11 -07:00
2013-09-24 17:00:25 -07:00
2013-06-19 12:58:42 +02:00
2013-11-25 14:37:22 -07:00