Kulikov Vasiliy
96576a9e1a
agp: intel-agp: do not use PCI resources before pci_enable_device()
...
IRQ and resource[] may not have correct values until
after PCI hotplug setup occurs at pci_enable_device() time.
The semantic match that finds this problem is as follows:
// <smpl>
@@
identifier x;
identifier request ~= "pci_request.*|pci_resource.*";
@@
(
* x->irq
|
* x->resource
|
* request(x, ...)
)
...
*pci_enable_device(x)
// </smpl>
Signed-off-by: Kulikov Vasiliy <segooon@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-08-05 12:28:25 +10:00
..
2010-08-05 12:28:25 +10:00
2010-05-25 12:06:33 -07:00
2010-03-08 16:55:37 +01:00
2010-06-29 15:29:31 -07:00
2010-05-10 10:23:16 +02:00
2010-03-30 22:02:32 +09:00
2010-07-26 10:25:45 +10:00
2010-05-22 00:10:40 -06:00
2010-05-26 19:51:09 +02:00
2010-05-17 05:27:41 +02:00
2010-05-27 09:12:50 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-04-23 02:08:44 +02:00
2010-03-30 22:02:32 +09:00
2010-05-17 05:27:41 +02:00
2010-03-30 22:02:32 +09:00
2010-05-17 05:27:41 +02:00
2010-03-30 22:02:32 +09:00
2010-05-17 05:27:41 +02:00
2010-03-30 22:02:32 +09:00
2010-05-17 05:27:41 +02:00
2010-05-25 08:07:02 -07:00
2010-05-17 05:27:41 +02:00
2010-04-08 09:46:20 +09:30
2010-03-08 16:55:37 +01:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-05-25 08:07:03 -07:00
2010-05-17 03:06:12 +02:00
2010-05-21 09:34:30 -07:00
2010-04-30 09:20:33 -07:00
2010-06-04 15:21:44 -07:00
2010-04-13 23:26:35 -07:00
2010-05-27 09:12:50 -07:00
2010-03-30 22:02:32 +09:00
2010-04-07 08:38:05 -07:00
2010-05-25 08:07:03 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-04-30 09:20:33 -07:00
2010-06-04 13:37:17 -07:00
2010-03-12 15:52:43 -08:00
2010-03-30 22:02:32 +09:00
2010-05-17 05:27:41 +02:00
2010-05-17 05:27:41 +02:00
2010-05-27 09:12:50 -07:00
2010-05-27 22:05:02 -04:00
2010-03-30 22:02:32 +09:00
2010-05-27 09:12:50 -07:00
2010-05-20 19:55:01 +10:00
2010-05-17 05:27:41 +02:00
2010-04-30 09:20:33 -07:00
2010-05-21 09:34:31 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-04-30 09:20:33 -07:00
2010-07-21 19:27:07 -05:00
2010-03-30 22:02:32 +09:00
2010-05-21 09:34:30 -07:00
2010-05-13 12:10:56 -07:00
2010-03-19 07:17:57 -07:00
2010-05-18 16:10:44 -06:00
2010-06-03 22:39:19 +09:30
2010-03-30 22:02:32 +09:00
2010-06-04 13:37:18 -07:00
2010-06-06 20:44:04 -07:00