Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753787Ab3GIJfb (ORCPT ); Tue, 9 Jul 2013 05:35:31 -0400 Received: from mail-bk0-f44.google.com ([209.85.214.44]:33713 "EHLO mail-bk0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752840Ab3GIJf2 (ORCPT ); Tue, 9 Jul 2013 05:35:28 -0400 Message-ID: <51DBD95C.4060406@googlemail.com> Date: Tue, 09 Jul 2013 10:35:24 +0100 From: Chris Clayton User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130626 Thunderbird/17.0.7 MIME-Version: 1.0 To: Bjorn Helgaas CC: Martin Mokrejs , Yijing Wang , Yijing Wang , LKML , "linux-pci@vger.kernel.org" , "Rafael J. Wysocki" Subject: Re: 3.8.0-rc4+ - Oops on removing WinTV-HVR-1400 expresscard TV Tuner References: <51016937.1020202@googlemail.com> <5105AFDB.9000200@googlemail.com> <5105E51D.2020606@huawei.com> <51064F1A.1020909@googlemail.com> <51065FA6.4070208@googlemail.com> <51066B46.10409@fold.natur.cuni.cz> <5106CD6C.4070009@googlemail.com> <5106E770.9070602@fold.natur.cuni.cz> <510A5F0E.6010100@googlemail.com> <5138C03C.8080600@googlemail.com> <5138F6B6.8050208@googlemail.com> <5139C0F7.9030907@googlemail.com> <513AFECB.40409@googlemail.com> <5148886F.8000809@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3226 Lines: 82 Hello again, Bjorn. On 04/01/13 18:28, Bjorn Helgaas wrote: >>> Hi Chris, >>> >>> The current Linux acpiphp driver doesn't do anything unless it finds >>> devices with _EJ0 or _RMV methods, and your DSDT has neither. But I >>> think that implementation is incorrect because I'm not convinced that >>> those methods are required in order to do hotplug via ACPI. For >>> example, your DSDT *does* have an _L01 method that does notifications >>> to the root ports. I suspect that hotplug events on your box generate >>> an SCI that invokes that method. Linux basically ignores the >>> resulting notify events, and I suspect that hotplug works on Windows >>> because it is paying attention to them. >>> >>> Can you build a kernel with CONFIG_ACPI_DEBUG=y, do the following, and >>> attach all the output to the bugzilla? >>> >>> 1) Boot with empty ExpressCard slot (without using "pcie_ports=native") >>> 2) # echo 0x00010004 > /sys/module/acpi/parameters/debug_layer >>> 3) # echo 0x08000004 > /sys/module/acpi/parameters/debug_level >>> 4) # lspci -vv >>> 5) # setpci -s 1c.3 0x42.w >>> 6) # setpci -s 1c.3 0x5a.w >>> 7) # setpci -s 1c.3 0xd8.l >>> 8) Insert ExpressCard >>> 9) # setpci -s 1c.3 0x5a.w >>> 10) # dmesg >>> >>> Here's what I think we'll see: >>> >>> - Slot Implemented (bit 8 of XCAP at 0x42) set, indicating a slot is >>> implemented below this root port >>> - Hot Plug SCI Enable (bit 30 of MPC at 0xd8) set, indicating that the >>> root port should generate an SCI whenever a hotplug event is detected >>> - Presence Detect State (bit 6 of SLTSTS at 0x5a) change from 0 with >>> the slot empty to 1 with the slot occupied >>> - pciehp doing nothing (since _OSC didn't grant the OS permission to >>> use PCIe native hotplug) >>> - dmesg indication of the SCI, leading to a Bus Check notification to >>> \_SB.PCI0.RP04, which is the 1c.3 root port leading to the ExpressCard >>> slot >>> >> >> As far as I can see, your predicted outcomes where correct. I've added the >> logs to the bugzilla report. > > Yes, it behaved exactly as I expected. I attached a few more details > of the analysis to the bug report > (https://bugzilla.kernel.org/show_bug.cgi?id=54981). I think we need > to rework acpiphp to fix this. We will fix it, but I don't know who > will do it, or when it will happen. My list is growing faster than I > can deal with :( > I see that there has been quite a bit of work in the acpiphp area recently. Is any of it intended to fix (or ease the subsequent fixing of) this bug report, please? It's not a big deal if it isn't - I do have a system that, via kernel command line arguments, recognises expresscard devices when I plug them into the slot. But when the release comes along that includes the reworking of acpiphp that you mentioned, I will give extra attention to hotplugging when I try out the -rc kernels on my laptop. Thanks > Thanks very much for your excellent data collection! > It's my pleasure! > Bjorn > -- 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/