Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751506AbdFFJXP (ORCPT ); Tue, 6 Jun 2017 05:23:15 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:36055 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751333AbdFFJXN (ORCPT ); Tue, 6 Jun 2017 05:23:13 -0400 MIME-Version: 1.0 In-Reply-To: <201706040735.pu1PIspV%fengguang.wu@intel.com> References: <20170531070109.81569-3-songxiaowei@hisilicon.com> <201706040735.pu1PIspV%fengguang.wu@intel.com> From: Arnd Bergmann Date: Tue, 6 Jun 2017 11:23:11 +0200 X-Google-Sender-Auth: FibZNjPLL1I18UB1xJjTHV6RKfQ Message-ID: Subject: Re: [PATCH v9 2/4] arm64: dts: hisi: add kirin pcie node To: kbuild test robot Cc: Xiaowei Song , kbuild-all@01.org, Bjorn Helgaas , Kishon , Jingoo Han , Tomasz Nowicki , Keith Busch , niklas.cassel@axis.com, Duc Dang , liudongdong3@huawei.com, Gabriele Paoloni , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , chenyao11@huawei.com, Chen Feng , Guodong Xu , wangbinghui@hisilicon.com, suzhuangluan@hisilicon.com, linux-pci , devicetree@vger.kernel.org, Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1213 Lines: 28 On Sun, Jun 4, 2017 at 2:03 AM, kbuild test robot wrote: > Hi Xiaowei, > > [auto build test ERROR on pci/next] > [also build test ERROR on v4.12-rc3 next-20170602] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Xiaowei-Song/add-PCIe-driver-for-Kirin-PCIe/20170531-182118 > base: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next > config: arm64-allnoconfig (attached as .config) > compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=arm64 > > All errors (new ones prefixed by >>): > >>> Error: arch/arm64/boot/dts/hisilicon/hi3660.dtsi:180.24-25 syntax error >>> FATAL ERROR: Unable to parse input tree We keep getting the build errors for patch submissions. Obviously the patch is still broken and can't be merged as-is. What is the plan for merging the series? The other patches all seem fine IIRC. Arnd