From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <54FEC2AF.9050306@linaro.org> Date: Tue, 10 Mar 2015 11:08:47 +0100 From: Tomasz Nowicki 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 Sender: linux-acpi-owner@vger.kernel.org List-ID: 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