From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f179.google.com ([209.85.223.179]:60999 "EHLO mail-ie0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932216Ab3LIUrY (ORCPT ); Mon, 9 Dec 2013 15:47:24 -0500 MIME-Version: 1.0 In-Reply-To: <20131209204323.GA25180@kroah.com> References: <1386546869-31900-1-git-send-email-yinghai@kernel.org> <1386546869-31900-2-git-send-email-yinghai@kernel.org> <20131209204323.GA25180@kroah.com> Date: Mon, 9 Dec 2013 12:47:24 -0800 Message-ID: Subject: Re: [PATCH 1/2] PCI: pcibus address to resource converting take bus instead of dev From: Yinghai Lu To: Greg KH Cc: Bjorn Helgaas , Joseph Salisbury , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-pci-owner@vger.kernel.org List-ID: On Mon, Dec 9, 2013 at 12:43 PM, Greg KH wrote: > On Mon, Dec 09, 2013 at 12:03:18PM -0800, Yinghai Lu wrote: >> On Mon, Dec 9, 2013 at 11:21 AM, Yinghai Lu wrote: >> > On Mon, Dec 9, 2013 at 9:52 AM, Bjorn Helgaas wrote: >> >> >> >> Ugh. Why would we add new functions with "__" prefixes? There are >> >> only a handful of callers to pcibios_bus_to_resource() and >> >> pcibios_resource_to_bus(). We can just change them to supply a >> >> "struct pci_bus *" directly. That's a better match for how the >> >> hardware works anyway. >> > >> >> Please double check if you are happy with the change. >> Hope that will not update stable tree maintainer guys. > > What do you mean by this? Do not want to change too much code, to upset stable tree maintainers. > > How is this a -stable kernel patch? We have stable patch that will need use the new function. [PATCH 2/2] PCI: Only enable realloc auto when root bus has 64bit mmio Thanks Yinghai