From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752651AbbCJKJS (ORCPT ); Tue, 10 Mar 2015 06:09:18 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:35290 "EHLO mail-lb0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752494AbbCJKI5 (ORCPT ); Tue, 10 Mar 2015 06:08:57 -0400 Message-ID: <54FEC2AF.9050306@linaro.org> Date: Tue, 10 Mar 2015 11:08:47 +0100 From: Tomasz Nowicki User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Bjorn Helgaas CC: wangyijing@huawei.com, arnd@arndb.de, hanjun.guo@linaro.org, Liviu.Dudau@arm.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, rjw@rjwysocki.net, al.stone@linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, x86@kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, linaro-acpi@lists.linaro.org Subject: Re: [PATCH v2 0/9] PCI: MMCONFIG clean up References: <1425049244-19331-1-git-send-email-tomasz.nowicki@linaro.org> <20150306185302.GJ20077@google.com> In-Reply-To: <20150306185302.GJ20077@google.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06.03.2015 19:53, Bjorn Helgaas wrote: > On Fri, Feb 27, 2015 at 04:00:35PM +0100, Tomasz Nowicki wrote: >> MCFG ACPI table and PCI ECAM standard have no arch dependencies so it can be >> used across all architectures. Currently MMCONFIG related code resides in >> arch/x86 directories. This patch set is going to isolate non-architecure >> specific code and make it accessible for all architectures. > > Hi Tomasz, > > This doesn't apply on v4.0-rc1: > > $ stg import -M --sign m/tn > Checking for changes in the working directory ... done > Importing patch "x86-pci-clean-up-comment-about" ... done > Importing patch "x86-pci-abstract-pci-config" ... done > Importing patch "x86-pci-reorder-logic-of" ... done > Importing patch "x86-pci-acpi-move-arch" ... error: patch failed: arch/x86/pci/mmconfig-shared.c:657 > error: arch/x86/pci/mmconfig-shared.c: patch does not apply > stg import: Diff does not apply cleanly > > Can you refresh and repost, please? Sure, sorry for inconvenience. Tomasz