From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754234AbYI3Tpr (ORCPT ); Tue, 30 Sep 2008 15:45:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752922AbYI3Tph (ORCPT ); Tue, 30 Sep 2008 15:45:37 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:42456 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751446AbYI3Tpg (ORCPT ); Tue, 30 Sep 2008 15:45:36 -0400 Date: Tue, 30 Sep 2008 12:44:08 -0700 (PDT) From: Linus Torvalds To: Rene Herman cc: Bjorn Helgaas , Jesse Barnes , Len Brown , Frans Pop , "Rafael J. Wysocki" , Linux Kernel Mailing List , linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, Adam Belay , Avuton Olrich , Karl Bellve , Willem Riede , Matthew Hall , Sam Ravnborg Subject: Re: [patch 2/2] PNP: don't check disabled PCI BARs for conflicts in quirk_system_pci_resources() In-Reply-To: <48E27E23.20400@keyaccess.nl> Message-ID: References: <200809290953.56565.bjorn.helgaas@hp.com> <200809290957.59813.bjorn.helgaas@hp.com> <48E11EFA.8010402@keyaccess.nl> <48E1EF0E.8030006@keyaccess.nl> <48E24C6F.3030903@keyaccess.nl> <48E27E23.20400@keyaccess.nl> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 30 Sep 2008, Rene Herman wrote: > > Yes, I also get that oops but other than that, both link order versions you > sent out work -- ie, booting with acpi=noirq gets me to a functional system > with the quirk having run for PNP0c02 (acpi=off disables all of PNP0c02) and > doing its job. Ok. But that means that the last patch I sent out - the one that _only_ changes the order for PnP itself, and moves pnpacpi_init and pnpbios_init to be fs_initcalls - should also work, and have none of he other interactions. Yes? > For some reason only some of your messages seem to be making it into my inbox > (in order, at least) but either of these that is: > > http://lkml.org/lkml/2008/9/30/242 > http://lkml.org/lkml/2008/9/30/261 Don't know why you can't see the messages, but in case this one comes through but not the other ones, look at the third patch in http://lkml.org/lkml/2008/9/30/283 instead. Linus