Kenji Kaneshige
0747aaf42d
PCI/ACPI: fix wrong assumption in acpi_pci_get_bridge_handle
Current acpi_pci_get_bridge_handle() has an assumption that
pci_bus->self is NULL on the root pci bus. But it might not true on
some platforms. Because of this wrong assumption, current
acpi_pci_get_bridge_handle() might return improper ACPI handle. We
must check pci_bus->parent instead.
This bug is the root cause of the following kernel panic reported by
James Bottomley. This problem was introduced by the commit
e8c331e963. The immediate cause was
acpi_pci_get_bridge_handle() returned NULL unexpectedly and it was
passed as the second argument of acpi_walk_namespace().
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
IP: [<ffffffff8039646f>] acpi_ns_get_next_node+0xb/0x3c
PGD 0
Oops: 0000 [#1] SMP
last sysfs file:
CPU 0
Modules linked in:
Pid: 1, comm: swapper Not tainted 2.6.28 #1
RIP: 0010:[<ffffffff8039646f>] [<ffffffff8039646f>] acpi_ns_get_next_node+0xb/0x3c
RSP: 0018:ffff88007f87fd30 EFLAGS: 00010246
RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
RBP: 0000000000000000 R08: ffffffff8037d260 R09: ffff88007f87fdfc
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000001
R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000
FS: 0000000000000000(0000) GS:ffffffff80742040(0000) knlGS:0000000000000000
CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b
CR2: 0000000000000010 CR3: 0000000000201000 CR4: 00000000000006a0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process swapper (pid: 1, threadinfo ffff88007f87e000, task ffff88007f875040)
Stack:
0000000000000000 ffffffff803964f5 ffff88007f81b728 0000000000001001
ffff88007f87fdfc ffffffff8037d260 0000000600000001 0000000000000000
ffffffff8037d260 0000000000000000 0000000000000001 ffff88007f87fdfc
Call Trace:
[<ffffffff803964f5>] acpi_ns_walk_namespace+0x55/0x138
[<ffffffff8037d260>] is_pci_dock_device+0x0/0x20
[<ffffffff8037d260>] is_pci_dock_device+0x0/0x20
[<ffffffff80394a9e>] acpi_walk_namespace+0x5f/0x83
[<ffffffff8037dd33>] detect_ejectable_slots+0x53/0x70
[<ffffffff8037de38>] add_bridge+0xe8/0x200
[<ffffffff80394aaa>] acpi_walk_namespace+0x6b/0x83
[<ffffffff803a4ad1>] acpi_pci_register_driver+0x48/0x61
[<ffffffff806fc5df>] acpiphp_init+0x0/0x58
[<ffffffff806fc732>] acpiphp_glue_init+0x4c/0x5a
[<ffffffff806fc616>] acpiphp_init+0x37/0x58
[<ffffffff8020903b>] _stext+0x3b/0x180
[<ffffffff80312598>] create_proc_entry+0x58/0xa0
[<ffffffff802815d1>] register_irq_proc+0xc1/0xe0
[<ffffffff806db64b>] kernel_init+0x152/0x1ac
[<ffffffff8023d970>] finish_task_switch+0x0/0x110
[<ffffffff8020ca7a>] child_rip+0xa/0x20
[<ffffffff8020c47c>] restore_args+0x0/0x30
[<ffffffff806db4f9>] kernel_init+0x0/0x1ac
[<ffffffff8020ca70>] child_rip+0x0/0x20
Code: 89 c2 48 8b 00 48 85 c0 75 f5 48 8b 45 00 48 89 02 44 88 65 09 48 89 5d 00 31 c0 5b 5d 41 5c c3 53 48 85 d2 89 fb 48 89 d7 75 06 <48> 8b 56 10 eb 08 e8 73 f1 ff ff 48 89 c2 85 db 74 1a eb 13 0f
RIP [<ffffffff8039646f>] acpi_ns_get_next_node+0xb/0x3c
RSP <ffff88007f87fd30>
CR2: 0000000000000010
---[ end trace a7919e7f17c0a725 ]---
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2009-03-20 10:47:56 -07:00
..
2009-01-06 18:10:26 -08:00
2009-01-30 19:50:25 +05:30
2009-01-30 19:59:53 +05:30
2009-01-06 17:14:01 -08:00
2009-03-10 20:33:19 -04:00
2009-01-11 01:34:25 +01:00
2008-12-22 07:15:03 -08:00
2008-12-31 18:18:13 +01:00
2009-01-09 12:37:15 -08:00
2009-02-18 15:29:23 +01:00
2009-01-30 23:30:42 +05:30
2009-01-30 23:32:45 +05:30
2009-01-08 20:10:38 +00:00
2009-02-20 17:57:49 -08:00
2009-01-06 11:53:47 -05:00
2009-01-30 23:34:34 +05:30
2009-01-30 23:36:36 +05:30
2009-01-30 23:37:37 +05:30
2008-12-22 18:30:29 +00:00
2009-01-07 10:00:22 -08:00
2009-01-02 10:19:37 -08:00
2009-03-19 19:29:33 -07:00
2009-01-15 16:39:41 -08:00
2009-01-30 23:38:03 +05:30
2008-12-29 08:29:50 +01:00
2009-01-06 11:38:14 -07:00
2009-02-08 09:56:11 -08:00
2009-03-05 17:20:55 +01:00
2009-01-30 23:38:37 +05:30
2009-01-15 16:39:41 -08:00
2009-01-30 23:39:08 +05:30
2009-01-09 11:52:14 -08:00
2009-01-04 15:14:42 -05:00
2009-01-06 15:59:23 -08:00
2009-01-30 23:39:42 +05:30
2009-01-08 08:31:12 -08:00
2009-01-08 15:37:43 +00:00
2009-01-30 23:40:06 +05:30
2009-01-06 15:59:29 -08:00
2009-03-14 21:06:51 +01:00
2008-12-30 09:05:13 +10:30
2009-01-01 10:12:19 +10:30
2009-02-26 10:45:48 +01:00
2009-02-18 10:32:00 +01:00
2009-01-04 13:33:20 -08:00
2009-01-09 16:54:42 -08:00
2009-03-17 14:55:55 -04:00
2009-01-15 16:39:41 -08:00
2009-01-30 23:44:08 +05:30
2009-02-11 14:25:36 -08:00
2009-01-30 23:44:41 +05:30
2009-01-30 22:35:29 +01:00
2009-01-14 14:15:14 +01:00
2009-01-02 12:19:34 -08:00
2009-01-02 09:29:43 -08:00
2009-03-12 21:33:03 +00:00
2009-01-02 09:23:03 -08:00
2009-01-15 16:39:41 -08:00
2008-12-29 17:47:23 +10:00
2009-03-09 15:07:33 -04:00
2009-01-01 10:12:30 +10:30
2009-01-08 08:31:11 -08:00
2008-12-25 11:01:43 +11:00
2009-02-05 16:48:53 +11:00
2009-01-15 16:39:41 -08:00
2008-12-31 18:07:38 -05:00
2009-03-01 00:19:35 -08:00
2009-01-26 19:21:26 -08:00
2009-01-06 03:05:09 +00:00
2009-02-21 14:17:17 -08:00
2009-01-12 20:56:41 +01:00
2009-01-30 23:45:32 +05:30
2009-01-04 11:00:05 +01:00
2009-03-08 10:23:05 -07:00
2009-01-03 11:57:35 +01:00
2009-01-28 07:50:14 -08:00
2009-01-30 23:46:03 +05:30
2009-01-05 08:40:21 -08:00
2009-01-05 08:40:25 -08:00
2009-01-05 08:40:25 -08:00
2009-01-06 11:38:16 -07:00
2009-01-30 23:46:40 +05:30
2009-01-30 23:47:07 +05:30
2008-12-29 08:29:50 +01:00
2009-01-30 23:47:59 +05:30
2009-01-30 23:48:33 +05:30
2009-01-30 23:49:07 +05:30
2009-01-08 08:31:00 -08:00
2009-01-08 08:31:00 -08:00
2009-01-08 17:14:59 -08:00
2009-01-08 17:14:59 -08:00
2008-12-29 11:27:46 +02:00
2009-02-05 12:56:46 -08:00
2008-12-31 18:07:42 -05:00
2009-02-18 15:37:56 -08:00
2008-12-31 18:07:42 -05:00
2009-02-18 18:33:04 -08:00
2008-12-21 09:46:45 +01:00
2009-01-02 10:19:38 -08:00
2009-01-30 23:49:39 +05:30
2008-12-29 08:29:51 +01:00
2009-01-06 15:59:01 -08:00
2009-01-30 23:50:12 +05:30
2008-12-30 16:10:19 -08:00
2009-03-05 16:10:59 +01:00
2009-01-30 23:50:37 +05:30
2009-01-30 23:51:17 +05:30
2009-01-04 01:00:51 +01:00
2009-02-10 14:56:59 -08:00
2009-02-24 19:19:49 +01:00
2009-01-26 21:19:52 +01:00
2009-02-24 19:19:49 +01:00
2009-01-30 23:51:41 +05:30
2009-03-13 21:16:13 +01:00
2009-01-30 23:52:16 +05:30
2009-01-30 23:52:41 +05:30
2009-01-30 23:53:12 +05:30
2009-01-26 12:30:12 -08:00
2009-01-30 23:53:40 +05:30
2009-01-30 23:54:53 +05:30
2009-01-30 23:55:45 +05:30
2009-01-15 16:39:41 -08:00
2009-01-15 16:39:41 -08:00
2009-01-30 23:56:13 +05:30
2009-01-30 23:56:48 +05:30
2009-02-02 13:27:44 -08:00
2009-02-18 23:31:11 -08:00
2009-01-30 23:57:16 +05:30
2009-01-30 23:57:43 +05:30
2009-02-05 13:04:33 +01:00
2009-01-15 16:39:41 -08:00
2009-02-09 11:03:17 +00:00
2009-01-06 17:10:53 -08:00
2009-03-02 09:43:32 +01:00
2009-01-03 14:10:09 +01:00
2009-01-15 16:39:38 -08:00
2009-01-05 22:46:26 -05:00
2009-01-30 23:58:12 +05:30
2009-01-30 23:59:12 +05:30
2009-01-30 23:58:41 +05:30
2009-01-30 23:59:44 +05:30
2009-01-31 00:00:06 +05:30
2009-01-02 11:44:09 -08:00
2009-01-05 14:53:30 +01:00
2009-01-02 10:19:40 -08:00
2009-02-10 11:15:34 -05:00
2009-01-15 16:39:37 -08:00
2008-12-23 15:21:56 -05:00
2009-01-05 08:40:30 -08:00
2009-01-15 16:39:41 -08:00
2009-03-01 00:19:36 -08:00
2008-12-31 15:11:46 +01:00
2009-02-05 12:56:46 -08:00
2009-01-20 20:52:10 -08:00
2009-01-29 18:04:43 -08:00
2009-02-15 02:47:36 +02:00
2009-02-15 02:47:35 +02:00
2009-01-08 12:38:58 +00:00
2009-01-08 17:55:03 +00:00
2008-12-30 09:26:11 +10:30
2009-03-05 07:25:02 -05:00
2008-12-30 16:20:19 -08:00
2009-01-15 16:39:41 -08:00
2009-01-15 16:39:38 -08:00
2008-12-29 04:59:31 -08:00
2009-01-15 16:39:41 -08:00
2009-01-08 08:31:10 -08:00
2009-01-06 15:59:00 -08:00
2009-01-06 15:59:00 -08:00
2009-01-09 16:54:41 -08:00
2009-01-06 15:59:00 -08:00
2009-01-31 00:00:35 +05:30
2009-01-09 22:44:25 +01:00
2009-01-11 17:55:16 +01:00
2009-01-08 08:31:07 -08:00
2009-03-12 14:35:44 +10:30
2009-02-18 15:37:55 -08:00
2009-02-18 15:37:55 -08:00
2009-01-27 16:06:21 -08:00
2009-02-07 08:33:01 -08:00
2009-01-05 08:40:13 +10:30
2009-01-31 00:01:11 +05:30
2008-12-31 18:07:38 -05:00
2009-01-06 11:28:07 +01:00
2009-01-31 00:01:42 +05:30
2009-03-04 23:46:25 -08:00
2009-01-07 17:38:31 -05:00
2008-12-23 15:21:45 -05:00
2008-12-23 15:21:56 -05:00
2009-01-31 00:02:27 +05:30
2008-12-23 15:21:37 -05:00
2009-03-10 20:33:18 -04:00
2009-03-10 20:33:18 -04:00
2008-12-19 15:22:54 -05:00
2009-01-06 15:59:00 -08:00
2009-01-31 00:15:24 +05:30
2009-01-08 16:25:18 +11:00
2008-12-21 14:21:14 +11:00
2009-01-09 15:49:06 -07:00
2009-01-07 22:48:15 +01:00
2009-01-07 09:59:50 -08:00
2009-01-08 08:31:05 -08:00
2009-01-06 15:59:07 -08:00
2009-01-04 13:33:20 -08:00
2009-01-06 15:59:00 -08:00
2009-01-09 03:39:43 -05:00
2009-02-20 17:57:50 -08:00
2009-01-07 11:13:22 -08:00
2009-03-20 10:47:56 -07:00
2009-03-19 19:29:35 -07:00
2009-03-20 10:47:49 -07:00
2009-01-06 17:10:04 -08:00
2009-01-15 16:39:41 -08:00
2009-01-31 00:02:54 +05:30
2009-01-08 08:31:12 -08:00
2009-01-08 08:31:12 -08:00
2009-01-31 00:03:40 +05:30
2009-02-10 17:18:17 -08:00
2009-01-06 10:44:29 -08:00
2009-02-22 10:33:44 -08:00
2009-01-06 15:59:12 -08:00
2009-01-04 12:17:39 +01:00
2009-01-31 00:05:30 +05:30
2008-12-20 09:15:46 +01:00
2009-01-07 21:44:20 +01:00
2009-01-07 21:44:20 +01:00
2009-01-05 08:40:25 -08:00
2009-01-16 18:02:10 +01:00
2009-01-15 16:39:41 -08:00
2009-01-05 18:31:12 -08:00
2009-01-31 00:05:59 +05:30
2009-01-10 06:04:33 -08:00
2009-02-26 04:08:14 +01:00
2009-02-26 04:08:14 +01:00
2009-02-26 04:08:14 +01:00
2009-02-26 04:08:14 +01:00
2009-01-15 16:39:37 -08:00
2008-12-30 17:31:25 -08:00
2009-01-06 15:59:28 -08:00
2009-01-06 15:59:07 -08:00
2009-01-04 13:33:20 -08:00
2009-01-31 00:15:57 +05:30
2009-03-12 14:35:44 +10:30
2009-01-07 09:58:22 +11:00
2009-02-18 15:37:53 -08:00
2009-01-02 10:19:43 -08:00
2009-02-20 17:57:50 -08:00
2009-01-02 10:19:42 -08:00
2009-03-07 18:41:38 -08:00
2009-01-31 00:06:33 +05:30
2009-02-17 21:24:05 -08:00
2009-01-27 23:48:59 +02:00
2009-02-20 17:57:48 -08:00
2009-01-11 03:41:58 +01:00
2009-01-31 00:07:00 +05:30
2009-02-10 00:02:54 +01:00
2009-02-09 08:15:39 -08:00
2009-01-05 08:40:14 +10:30
2009-01-27 02:15:45 -05:00
2009-01-14 19:56:50 -08:00
2009-01-08 08:31:10 -08:00
2008-12-28 09:54:52 +01:00
2009-01-31 00:07:31 +05:30
2009-02-11 14:25:36 -08:00
2009-01-31 00:08:18 +05:30
2008-12-30 09:05:12 +10:30
2009-01-01 10:12:25 +10:30
2008-12-31 09:53:21 +01:00
2009-02-18 15:37:53 -08:00
2008-12-19 09:21:55 +01:00
2009-01-02 10:19:36 -08:00
2009-01-02 10:19:40 -08:00
2009-01-07 11:27:12 -08:00
2009-01-06 10:44:44 -08:00
2009-01-07 10:00:11 -08:00
2009-01-27 16:15:36 -08:00
2009-02-27 16:26:21 -08:00
2009-01-31 00:09:13 +05:30
2009-01-31 00:10:11 +05:30
2009-01-02 17:11:52 -02:00
2009-01-31 00:10:59 +05:30
2008-12-30 09:26:04 +10:30
2009-01-31 00:11:25 +05:30
2009-01-31 00:12:44 +05:30
2009-01-31 00:13:08 +05:30
2008-12-30 09:25:58 +10:30
2008-12-30 09:26:03 +10:30
2009-02-18 15:37:53 -08:00
2009-02-05 12:56:48 -08:00
2009-01-07 10:00:16 -08:00
2009-01-26 09:47:56 -08:00
2009-01-06 15:59:09 -08:00