Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1671197ybv; Fri, 21 Feb 2020 01:23:24 -0800 (PST) X-Google-Smtp-Source: APXvYqyo2DToTf53mRaGW9n0rfqTXP3A1Dd0opXWT9PvfQz7z4oCE52C8JHigEn8VeT04vV+pNIk X-Received: by 2002:a9d:6e8e:: with SMTP id a14mr25879287otr.109.1582277004228; Fri, 21 Feb 2020 01:23:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582277004; cv=none; d=google.com; s=arc-20160816; b=ycbeP6oT6hqL1Ue61RRVgohKwdXp2xtQ0h6Rw0K1QdfC6xMSuIjSxkC2q7qbayECiZ Zpp45qH8Lih6i5RKXb8S2cj5z9p5e9sHOKQISXWz05XJrIGGjP5qae6zagw4WWslWsUI FPDBY//qhHqaZiYkJXoJCQ5tH2wDv7avw0Z7Aq2oo+dxhPNhr2Gq5b3sPYe82h4f5zn3 m1ixaFZE7TTFmGLckO1E348feTqI6I1tGPacPI4N7BpD9uJ9BBOVFp6GxRneuN1b7Lsm 8mTIesQ/3p9JlQXmoiTtCFsMkAIG9yvbXtUmgU2GD5Wut/JEjAFQx79qZ15Y2IhyugHL kmZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=mOE+KesOvdjijEcLNrbxPMfwP7K1dANXdyUU8KzpIZg=; b=hJgzQgHUxld9QBlComb60hSy6xgmxFkaNhoWvvo3vqSgq6qgi9ssAk46PxsZPWnYEg WuxfckqYMwZnVr6v0L2rPjHcxN/JaqyNpvCLd8WhYagnZtuET6Efdv+IqWDj3EeMm6Wz yoD4I8VCKrJO8hmb39Tnoew0Ea0yDiRcBsuzw/xCuEsQB+E0gUPynLdnRKIyMCoXpjuL xdv6RhxCZhCqLp1N1G+/mfADyc1bx7ceEgyEPxQzAyyVHG8BnJmrMTuHrThzfCQP9yO5 glrvnYu3G8Xp/gpGqICy8fUH6XkPqy94+l1ssWGP+lpykc0bUSlDAC9p1kKbFmn54qCJ qEpg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=VB4dS6ni; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p25si1141042oto.191.2020.02.21.01.23.12; Fri, 21 Feb 2020 01:23:24 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=VB4dS6ni; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727946AbgBUJWw (ORCPT + 99 others); Fri, 21 Feb 2020 04:22:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:38708 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726244AbgBUJWv (ORCPT ); Fri, 21 Feb 2020 04:22:51 -0500 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4986C20722; Fri, 21 Feb 2020 09:22:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582276971; bh=ALN0VHctPPGg0pxI3Em/Or50WMnH8i03K/5ZLFgljvs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VB4dS6ni6nuf+jC6BMCt6gKplNkZ3/m5PBW3FkqeN4wgkGtpqn1bKsDBuvTrJ40nU 6u5Usn9f6Bb+NGwxZO6u6WWC0zmyIvY8frgCGmdSIdv9092Tc9Y8Xp9eXSIwjJ+A/a JDLU9Wrx30hZjTJymghhADO8Axxbu7RlmHBDelVo= Date: Fri, 21 Feb 2020 09:22:43 +0000 From: Will Deacon To: Masahiro Yamada Cc: Marek Szyprowski , Linux Kbuild mailing list , X86 ML , sparclinux , Linux-sh list , linux-um@lists.infradead.org, Linux Kernel Mailing List , Albert Ou , Anton Ivanov , Borislav Petkov , "David S. Miller" , Greentime Hu , Guo Ren , "H. Peter Anvin" , Ingo Molnar , Jeff Dike , Nick Hu , Palmer Dabbelt , Paul Walmsley , Rich Felker , Richard Weinberger , Thomas Gleixner , Vincent Chen , Yoshinori Sato , "open list:SIFIVE DRIVERS" , "linux-arm-kernel@lists.infradead.org" , Catalin Marinas Subject: Re: [PATCH] kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST Message-ID: <20200221092242.GA11448@willie-the-truck> References: <20200216154502.26478-1-masahiroy@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 21, 2020 at 06:18:50PM +0900, Masahiro Yamada wrote: > On Fri, Feb 21, 2020 at 5:50 PM Marek Szyprowski > wrote: > > This patch landed in today's linux-next (next-20200221) and broke arm64 > > builds: > > > > --->8--- > > > > $ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- defconfig > > *** Default configuration is based on 'defconfig' > > # > > # configuration written to .config > > # > > $ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image.gz > > scripts/kconfig/conf --syncconfig Kconfig > > scripts/kconfig/conf --syncconfig Kconfig > > scripts/kconfig/conf --syncconfig Kconfig > > scripts/kconfig/conf --syncconfig Kconfig > > scripts/kconfig/conf --syncconfig Kconfig > > ... > > > > (endless loop) > > > > --->8--- > > > > Reverting it fixes the issue: > > > > My bad. > > This is because arch/arm64/Makefile does not define > KBUILD_DEFCONFIG. > > > > I will drop it. > > Sorry about that. Thanks, Masahiro. Will