From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751847AbdFIN7C (ORCPT ); Fri, 9 Jun 2017 09:59:02 -0400 Received: from mail-wr0-f178.google.com ([209.85.128.178]:36495 "EHLO mail-wr0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751741AbdFIN6f (ORCPT ); Fri, 9 Jun 2017 09:58:35 -0400 MIME-Version: 1.0 In-Reply-To: <20170609164237.04fc1a7c@canb.auug.org.au> References: <20170609164237.04fc1a7c@canb.auug.org.au> From: Sumit Semwal Date: Fri, 9 Jun 2017 19:28:13 +0530 Message-ID: Subject: Re: linux-next: Tree for Jun 9 To: Stephen Rothwell Cc: Linux-Next Mailing List , 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 Hi Stephen, On 9 June 2017 at 12:12, Stephen Rothwell wrote: > Hi all, > < snip > > You can see which trees have been included by looking in the Next/Trees > file in the source. There are also quilt-import.log and merge.log > files in the Next directory. Between each merge, the tree was built > with a ppc64_defconfig for powerpc and an allmodconfig (with > CONFIG_BUILD_DOCSRC=n) for x86_64, a multi_v7_defconfig for arm and a > native build of tools/perf. After the final fixups (if any), I do an > x86_64 modules_install followed by builds for x86_64 allnoconfig, > powerpc allnoconfig (32 and 64 bit), ppc44x_defconfig, allyesconfig > and pseries_le_defconfig and i386, sparc and sparc64 defconfig. And > finally, a simple boot test of the powerpc pseries_le_defconfig kernel > in qemu. > Thanks very much for this! I was trying to build this with the arm64 defconfig, and it doesn't build due to multiple instance of "emac: ethernet@1c30000" in arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi. With one instance removed, the build completes successfully. It seems to be a merge issue, since the duplicate instance is added by commit 9afca2c4e379f - just thought I'd let you know. Best regards, Sumit.