From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:54094 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932582Ab3LIUl6 (ORCPT ); Mon, 9 Dec 2013 15:41:58 -0500 Date: Mon, 9 Dec 2013 12:43:23 -0800 From: Greg KH To: Yinghai Lu Cc: Bjorn Helgaas , Joseph Salisbury , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" Subject: Re: [PATCH 1/2] PCI: pcibus address to resource converting take bus instead of dev Message-ID: <20131209204323.GA25180@kroah.com> References: <1386546869-31900-1-git-send-email-yinghai@kernel.org> <1386546869-31900-2-git-send-email-yinghai@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: 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? How is this a -stable kernel patch?