From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [PATCH v3 00/30] Refine PCI scan interfaces and make generic pci host bridge Date: Wed, 25 Feb 2015 23:51:23 -0600 Message-ID: <20150226055123.GA5415@google.com> References: <1424914187-21027-1-git-send-email-wangyijing@huawei.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=NvEE4MGdtfOQVAcrGB/viNoPAeiNDlyH5YYfyvfRxWo=; b=jxH5j6pq+ef9clsPECuQtMaopkIU2xvuY4q3G1uzyIRFMraT3EJmyhUatNqOoxx+f4 4rJDUgJ9h8Iwjr2wsMKq99aBOkopsfPOJ060E2cEETt40zCgtXLmyyBc9Q/uXX6Ts3Op 4v/qGWcES1hiMlWsD8e0mxCC4s4sn89RW9s5UgsrbiUinUVVZO8wMrf6cYaovQmR3Omx 5puwF2BjUKHPh6rdXxdW4Oo7YZLl26pbsbpH75X0lYI87RehSzBZoneBZztBpyBin2zN Fh0lZkxM5BVPA5ZEDYdmRD+RJmKDIuW9TA+roeUsYdiDFtBX+zgUMC0HXek3Hn96e4r6 WIjA== Content-Disposition: inline In-Reply-To: <1424914187-21027-1-git-send-email-wangyijing@huawei.com> Sender: linux-alpha-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Yijing Wang Cc: Jiang Liu , linux-pci@vger.kernel.org, Yinghai Lu , linux-kernel@vger.kernel.org, Marc Zyngier , linux-arm-kernel@lists.infradead.org, Russell King , x86@kernel.org, Thomas Gleixner , Benjamin Herrenschmidt , Rusty Russell , Tony Luck , linux-ia64@vger.kernel.org, "David S. Miller" , Guan Xuetao , linux-alpha@vger.kernel.org, linux-m68k@lists.linux-m68k.org, Liviu Dudau , Arnd Bergmann , Geert Uytterhoeven On Thu, Feb 26, 2015 at 09:29:17AM +0800, Yijing Wang wrote: > v2->v3: > Rebase this series on v4.0-rc1. Hm, still doesn't apply for me: 11:48:15 ~/linux (pci/enumeration)$ git show --oneline | head -1 c517d838eb7d Linux 4.0-rc1 11:48:36 ~/linux (pci/enumeration)$ stg import -M --sign m/yw Checking for changes in the working directory ... done Importing patch "pci-rip-out" ... done Importing patch "pci-rip-out-0" ... done Importing patch "xen-pci-don-t-use-deprecated" ... done Importing patch "pci-remove-deprecated" ... done Importing patch "pci-rename-pci_scan_bus-to" ... done Importing patch "pci-combine-pci-domain-and-bus" ... done Importing patch "pci-pass-pci-domain-number" ... done Importing patch "pci-introduce" ... done Importing patch "pci-separate-pci_host_bridge" ... done Importing patch "pci-introduce-0" ... done Importing patch "pci-save-sysdata-in" ... error: patch failed: drivers/pci/host-bridge.c:58 error: drivers/pci/host-bridge.c: patch does not apply error: patch failed: drivers/pci/probe.c:1954 error: drivers/pci/probe.c: patch does not apply stg import: Diff does not apply cleanly 11:48:52 ~/linux (pci/enumeration)$ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Date: Thu, 26 Feb 2015 05:51:23 +0000 Subject: Re: [PATCH v3 00/30] Refine PCI scan interfaces and make generic pci host bridge Message-Id: <20150226055123.GA5415@google.com> List-Id: References: <1424914187-21027-1-git-send-email-wangyijing@huawei.com> In-Reply-To: <1424914187-21027-1-git-send-email-wangyijing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Yijing Wang Cc: Jiang Liu , linux-pci@vger.kernel.org, Yinghai Lu , linux-kernel@vger.kernel.org, Marc Zyngier , linux-arm-kernel@lists.infradead.org, Russell King , x86@kernel.org, Thomas Gleixner , Benjamin Herrenschmidt , Rusty Russell , Tony Luck , linux-ia64@vger.kernel.org, "David S. Miller" , Guan Xuetao , linux-alpha@vger.kernel.org, linux-m68k@vger.kernel.org, Liviu Dudau , Arnd Bergmann , Geert Uytterhoeven On Thu, Feb 26, 2015 at 09:29:17AM +0800, Yijing Wang wrote: > v2->v3: > Rebase this series on v4.0-rc1. Hm, still doesn't apply for me: 11:48:15 ~/linux (pci/enumeration)$ git show --oneline | head -1 c517d838eb7d Linux 4.0-rc1 11:48:36 ~/linux (pci/enumeration)$ stg import -M --sign m/yw Checking for changes in the working directory ... done Importing patch "pci-rip-out" ... done Importing patch "pci-rip-out-0" ... done Importing patch "xen-pci-don-t-use-deprecated" ... done Importing patch "pci-remove-deprecated" ... done Importing patch "pci-rename-pci_scan_bus-to" ... done Importing patch "pci-combine-pci-domain-and-bus" ... done Importing patch "pci-pass-pci-domain-number" ... done Importing patch "pci-introduce" ... done Importing patch "pci-separate-pci_host_bridge" ... done Importing patch "pci-introduce-0" ... done Importing patch "pci-save-sysdata-in" ... error: patch failed: drivers/pci/host-bridge.c:58 error: drivers/pci/host-bridge.c: patch does not apply error: patch failed: drivers/pci/probe.c:1954 error: drivers/pci/probe.c: patch does not apply stg import: Diff does not apply cleanly 11:48:52 ~/linux (pci/enumeration)$ From mboxrd@z Thu Jan 1 00:00:00 1970 From: bhelgaas@google.com (Bjorn Helgaas) Date: Wed, 25 Feb 2015 23:51:23 -0600 Subject: [PATCH v3 00/30] Refine PCI scan interfaces and make generic pci host bridge In-Reply-To: <1424914187-21027-1-git-send-email-wangyijing@huawei.com> References: <1424914187-21027-1-git-send-email-wangyijing@huawei.com> Message-ID: <20150226055123.GA5415@google.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Feb 26, 2015 at 09:29:17AM +0800, Yijing Wang wrote: > v2->v3: > Rebase this series on v4.0-rc1. Hm, still doesn't apply for me: 11:48:15 ~/linux (pci/enumeration)$ git show --oneline | head -1 c517d838eb7d Linux 4.0-rc1 11:48:36 ~/linux (pci/enumeration)$ stg import -M --sign m/yw Checking for changes in the working directory ... done Importing patch "pci-rip-out" ... done Importing patch "pci-rip-out-0" ... done Importing patch "xen-pci-don-t-use-deprecated" ... done Importing patch "pci-remove-deprecated" ... done Importing patch "pci-rename-pci_scan_bus-to" ... done Importing patch "pci-combine-pci-domain-and-bus" ... done Importing patch "pci-pass-pci-domain-number" ... done Importing patch "pci-introduce" ... done Importing patch "pci-separate-pci_host_bridge" ... done Importing patch "pci-introduce-0" ... done Importing patch "pci-save-sysdata-in" ... error: patch failed: drivers/pci/host-bridge.c:58 error: drivers/pci/host-bridge.c: patch does not apply error: patch failed: drivers/pci/probe.c:1954 error: drivers/pci/probe.c: patch does not apply stg import: Diff does not apply cleanly 11:48:52 ~/linux (pci/enumeration)$ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752759AbbBZFwK (ORCPT ); Thu, 26 Feb 2015 00:52:10 -0500 Received: from mail-pd0-f182.google.com ([209.85.192.182]:46590 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750844AbbBZFwH (ORCPT ); Thu, 26 Feb 2015 00:52:07 -0500 Date: Wed, 25 Feb 2015 23:51:23 -0600 From: Bjorn Helgaas To: Yijing Wang Cc: Jiang Liu , linux-pci@vger.kernel.org, Yinghai Lu , linux-kernel@vger.kernel.org, Marc Zyngier , linux-arm-kernel@lists.infradead.org, Russell King , x86@kernel.org, Thomas Gleixner , Benjamin Herrenschmidt , Rusty Russell , Tony Luck , linux-ia64@vger.kernel.org, "David S. Miller" , Guan Xuetao , linux-alpha@vger.kernel.org, linux-m68k@vger.kernel.org, Liviu Dudau , Arnd Bergmann , Geert Uytterhoeven Subject: Re: [PATCH v3 00/30] Refine PCI scan interfaces and make generic pci host bridge Message-ID: <20150226055123.GA5415@google.com> References: <1424914187-21027-1-git-send-email-wangyijing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424914187-21027-1-git-send-email-wangyijing@huawei.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 26, 2015 at 09:29:17AM +0800, Yijing Wang wrote: > v2->v3: > Rebase this series on v4.0-rc1. Hm, still doesn't apply for me: 11:48:15 ~/linux (pci/enumeration)$ git show --oneline | head -1 c517d838eb7d Linux 4.0-rc1 11:48:36 ~/linux (pci/enumeration)$ stg import -M --sign m/yw Checking for changes in the working directory ... done Importing patch "pci-rip-out" ... done Importing patch "pci-rip-out-0" ... done Importing patch "xen-pci-don-t-use-deprecated" ... done Importing patch "pci-remove-deprecated" ... done Importing patch "pci-rename-pci_scan_bus-to" ... done Importing patch "pci-combine-pci-domain-and-bus" ... done Importing patch "pci-pass-pci-domain-number" ... done Importing patch "pci-introduce" ... done Importing patch "pci-separate-pci_host_bridge" ... done Importing patch "pci-introduce-0" ... done Importing patch "pci-save-sysdata-in" ... error: patch failed: drivers/pci/host-bridge.c:58 error: drivers/pci/host-bridge.c: patch does not apply error: patch failed: drivers/pci/probe.c:1954 error: drivers/pci/probe.c: patch does not apply stg import: Diff does not apply cleanly 11:48:52 ~/linux (pci/enumeration)$