Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934477AbZJIVqC (ORCPT ); Fri, 9 Oct 2009 17:46:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932533AbZJIVqB (ORCPT ); Fri, 9 Oct 2009 17:46:01 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:50384 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932376AbZJIVp7 (ORCPT ); Fri, 9 Oct 2009 17:45:59 -0400 From: "Rafael J. Wysocki" To: Danny Feng Subject: Re: [PATCH] acpi: pci_root: fix NULL pointer deref after resume from suspend Date: Fri, 9 Oct 2009 23:46:57 +0200 User-Agent: KMail/1.12.1 (Linux/2.6.32-rc3-rjw; KDE/4.3.1; x86_64; ; ) Cc: Alex Chiang , lenb@kernel.org, bjorn.helgaas@hp.com, andrew.patterson@hp.com, jbarnes@virtuousgeek.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org References: <1254119480-9730-1-git-send-email-dfeng@redhat.com> <200910040056.00247.rjw@sisk.pl> <4ACE9F51.5060103@redhat.com> In-Reply-To: <4ACE9F51.5060103@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200910092346.58021.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3173 Lines: 67 On Friday 09 October 2009, Danny Feng wrote: > On 10/04/2009 06:56 AM, Rafael J. Wysocki wrote: > > On Thursday 01 October 2009, Alex Chiang wrote: > >> Hi Danny, > >> > >> * Danny Feng: > >>> Call Trace: > >>> [] acpi_get_pci_dev+0x106/0x167 > >>> [] acpi_pci_bind+0x1c/0x86 > >>> [] ? sysfs_create_file+0x2a/0x2c > >>> [] acpi_add_single_object+0x964/0xa0c > >>> [] acpi_bus_check_add+0xe0/0x138 > >>> [] acpi_bus_scan+0x68/0xa0 > >>> [] acpi_bus_add+0x2a/0x2e > >>> [] hotplug_dock_devices+0x114/0x13e > >>> [] acpi_dock_deferred_cb+0xbf/0x192 > >>> [] acpi_os_execute_deferred+0x29/0x36 > >>> [] worker_thread+0x251/0x347 > >>> [] ? worker_thread+0x1fc/0x347 > >>> [] ? acpi_os_execute_deferred+0x0/0x36 > >>> [] ? autoremove_wake_function+0x0/0x39 > >>> [] ? worker_thread+0x0/0x347 > >>> [] kthread+0x7f/0x87 > >>> [] child_rip+0xa/0x20 > >>> [] ? restore_args+0x0/0x30 > >>> [] ? kthread+0x0/0x87 > >>> [] ? child_rip+0x0/0x20 > >>> Code: ff 49 89 fc 41 89 f5 a9 00 ff ff 07 74 11 be 87 00 00 00 48 c7 c7 > >>> 45 6d 5a 81 e8 f6 2b e3 ff 48 c7 c7 30 ab 68 81 e8 29 77 20 00<49> 8b > >>> 5c 24 28 49 83 c4 28 eb 09 44 39 6b 38 74 10 48 89 c3 48 > >>> RIP [] pci_get_slot+0x4c/0x8c > >>> RSP > >>> CR2: 0000000000000028 > >>> ---[ end trace b5a7793bd9db2a4d ]--- > >> > >> Can you please reproduce with this debug patch? I'm guessing that > >> we're dying because we have a NULL parent device, but I'm curious > >> as to what causes this situation to occur. > > > > If we had a NULL parent, acpi_get_parent() would return an error. Also, if we > > one of the devices is NULL at the PCI level, pci_get_slot() will return NULL. > > The only possibility left is that one of the buses we find in the ACPI tables > > doesn't have a secondary PCI bus. > > > > I think what happens is that on resume we get a dock notification > > (via dock_acpi_notifier registered in dock_init()) for a dock station device > > that is present in the ACPI tables, but not physically accessible at the moment > > (I guess that falls into the "BIOS bug" category, but we can fix this easily in > > the kernel). > > > > So, IMO, the appended patch is the right fix. > > > > Danny, please test it and report back (in particular, please tell us if you see > > the "Secondary bus not present" message in dmesg). > Yes, this patch works. I got "ata_piix 0000:00:1f.2: Secondary bus not > present". Now that's a puzzle! Can you please attach the output of acpidump from this machine? Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/