From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261579AbVFZUOW (ORCPT ); Sun, 26 Jun 2005 16:14:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261593AbVFZUOV (ORCPT ); Sun, 26 Jun 2005 16:14:21 -0400 Received: from isilmar.linta.de ([213.239.214.66]:7554 "EHLO linta.de") by vger.kernel.org with ESMTP id S261579AbVFZUOR (ORCPT ); Sun, 26 Jun 2005 16:14:17 -0400 Date: Sun, 26 Jun 2005 22:14:14 +0200 From: Dominik Brodowski To: Andrew Morton Cc: greg@kroah.com, rajesh.shah@intel.com, linux-kernel@vger.kernel.org Subject: Re: ACPI-based PCI resources: PCMCIA bugfix, but resources missing in trees Message-ID: <20050626201414.GA22402@isilmar.linta.de> Mail-Followup-To: Dominik Brodowski , Andrew Morton , greg@kroah.com, rajesh.shah@intel.com, linux-kernel@vger.kernel.org References: <20050626040329.3849cf68.akpm@osdl.org> <20050626140411.GA8597@dominikbrodowski.de> <20050626121710.44c1df8d.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050626121710.44c1df8d.akpm@osdl.org> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 26, 2005 at 12:17:10PM -0700, Andrew Morton wrote: > Dominik Brodowski wrote: > > > > On Sun, Jun 26, 2005 at 04:03:29AM -0700, Andrew Morton wrote: > > > - Lots of merges. I'm holding off on the 80-odd pcmcia patches until we get > > > the recent PCI breakage sorted out. > > > > pci-yenta-cardbus-fix.patch and the following patch should solve the > > initialization time trouble. However, the ACPI-based PCI resource handling > > is badly broken, IMHO: > > > > - many resources of devices don't show up in the resource trees ( > > /proc/iomem and /proc/ioports) any longer. This means that PCMCIA, but > > also possibly other subsystems (ISA, PnP, ...) do not know which resources > > it cannot use. > > Is this a recent regression? Is it only in -mm? Yes. Yes. > IOW: can you identify the bad patch? Or the bad patcher ;) gregkh-pci-pci-collect-host-bridge-resources-02.patch > > - verify_root_windows() should fail if there are no iomem _or_ ioport > > resources, not only if there are no iomem _and_ ioport resources. > > This too. Same one. Thanks, Dominik