From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758121Ab3BBUMP (ORCPT ); Sat, 2 Feb 2013 15:12:15 -0500 Received: from hydra.sisk.pl ([212.160.235.94]:48846 "EHLO hydra.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758074Ab3BBUMM (ORCPT ); Sat, 2 Feb 2013 15:12:12 -0500 From: "Rafael J. Wysocki" To: Steven Newbury Cc: Yinghai Lu , ACPI Devel Maling List , LKML , Bjorn Helgaas , Jiang Liu , Toshi Kani Subject: Re: [PATCH 1/2] ACPI / scan: Make namespace scanning and trimming mutually exclusive Date: Sat, 02 Feb 2013 21:18:28 +0100 Message-ID: <1750337.zfO6ANFbLh@vostro.rjw.lan> User-Agent: KMail/4.9.5 (Linux/3.8.0-rc6; KDE/4.9.5; x86_64; ; ) In-Reply-To: <1359806321.30277.3.camel@infinity> References: <1581701.fnbebHrKch@vostro.rjw.lan> <1359806321.30277.3.camel@infinity> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday, February 02, 2013 11:58:41 AM Steven Newbury wrote: > On Sat, 2013-01-26 at 15:19 -0800, Yinghai Lu wrote: > > On Sat, Jan 26, 2013 at 2:41 PM, Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki > > > > > > There is no guarantee that acpi_bus_scan() and acpi_bus_trim() will > > > not be run in parallel for the same scope of the ACPI namespace, > > > which may lead to a great deal of confusion, so introduce a new mutex > > > to prevent that from happening. > > > > > > Signed-off-by: Rafael J. Wysocki > > > > Acked-by: Yinghai Lu > > > > Steven, > > > > Can you apply this one to for-pci-res-alloc to check if racing with > > docking hotplug/eject > > still happen? > > or wait one or two days after i rebase that branch. > > Tried merging with linux-pm/bleeding-edge, same behaviour: > > [ 3589.013578] ACPI: \_SB_.PCI0.PCIE.GDCK: undocking > [ 3589.585356] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=none,decodes=io+mem:owns=none > [ 3589.585422] ACPI: Delete PCI Interrupt Routing Table for 0000:04 > [ 3589.585426] pci 0000:03:08.0: Oops, 'acpi_handle' corrupt > [ 3589.585446] pci_bus 0000:04: busn_res: [bus 04] is released > > 03:08.0 PCI bridge: PLX Technology, Inc. PEX8112 x1 Lane PCI > Express-to-PCI Bridge (rev aa) > 04:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI > Manhattan [Mobility Radeon HD 5430 Series] > 04:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Cedar HDMI > Audio [Radeon HD 5400/6300 Series] That's because of a bug in the dock code I believe. If you're willing to test patches, I can try to cook up something to debug/fix this. Thanks, Rafael -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.