From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755294AbcLZSrZ (ORCPT ); Mon, 26 Dec 2016 13:47:25 -0500 Received: from fllnx210.ext.ti.com ([198.47.19.17]:49882 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752675AbcLZSrX (ORCPT ); Mon, 26 Dec 2016 13:47:23 -0500 Subject: Re: v4.10-rc1 - build failure arm64? To: References: <9e720e28-469f-6a06-a97c-9d52ce951bfb@ti.com> CC: lkml From: Nishanth Menon Message-ID: Date: Mon, 26 Dec 2016 12:46:58 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <9e720e28-469f-6a06-a97c-9d52ce951bfb@ti.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 12/26/2016 12:30 PM, Nishanth Menon wrote: > Hi, > Not sure if this was already reported (but searching linux-arm and > linux-next MLs did not quickly show something) > > * master 7ce7d89f4883 Linux 4.10-rc1 > -> http://pastebin.ubuntu.com/23689404/ > > Backtracking: > next-20161224, next-20161223, next-20161222-> > http://pastebin.ubuntu.com/23689415/ (different from master) > > next-20161221 -> Builds fine (last clean build) > > GCC: > https://releases.linaro.org/components/toolchain/binaries/latest-6/aarch64-linux-gnu/ > $ aarch64-linux-gnu-gcc --version > aarch64-linux-gnu-gcc (Linaro GCC 6.2-2016.11) 6.2.1 20161016 > Copyright (C) 2016 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > > Reproduction steps: > > $ make CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 defconfig > $ make CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 Image > > A bit of bisect later, looks like reverting the following commit allows the build to proceed. -> note: there is no fail on multi_v7_defconfig or omap2plus_defconfig even without the revert. commit 7c0f6ba682b9c7632072ffbedf8d328c8f3c42ba Author: Linus Torvalds Date: Sat Dec 24 11:46:01 2016 -0800 Replace with globally This was entirely automated, using the script by Al: PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*' sed -i -e "s!$PATT!#include !" \ $(git grep -l "$PATT"|grep -v ^include/linux/uaccess.h) to do the replacement at the end of the merge window. Requested-by: Al Viro Signed-off-by: Linus Torvalds -- Regards, Nishanth Menon