Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp5534038yba; Mon, 13 May 2019 12:33:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqx/Wf9x2t0r2GyOzX14aREyKht71w5CDMb4Ne3uCgHY+axm0mxeY7TaxABsdSvAtcXqK/Pl X-Received: by 2002:a17:902:9a0c:: with SMTP id v12mr33979498plp.184.1557776008444; Mon, 13 May 2019 12:33:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557776008; cv=none; d=google.com; s=arc-20160816; b=tMWVikZkBkusT+08j98N5AQwOMWPJ/NqoZhABos8VK76JvzEu8hXRNnfEiLVTDnLRg mLgZko9jkRGURrgfeSpbpXrUc1UR8lllYDkm22MauoIkJjbP+chBU+fHPC6f1S96w6X6 to264bw/T5fcDdmTkNsyqltHasaNcaR2sCQ9vIjfHVgoc1k69JHewXK/y7nzM3fjI+jr i64MR12tN0FpWksSNx5jDtoXty7twYCmXOutQYm2bP6Jt4QV1xM/As9v8Z983su+r5OY 5Lzm/7QhObm+dav3BFgLmvy3Wc331MUMAimvkUZ+vch5wpkBdONjohXf4cexzYuUxp9j iehg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=QM47AYvcXndVIjJrzLXa4TFsktlT3dOm9urkdO4oiRk=; b=kG96n0SugbE87sk4GN4JxBscWO5M/sDk3AHaTDpSPNibgvMGGmkmM5PujxC8QM36cX N3vqWZ+oB1iiBGe60odtOABqZTSyQTx1IH0elDWT/XwPPo9Ll7I4LyiQEwCYg5hce/Q5 St+RTVwQuwTugv6EIOcCRTA7uWVzHIuMqxXgYpGiFqnF9Acfv19FMUBqA+WJFi54Iw3O w50+wIMWkkSMjCMrTTGKCFpyMCaeaYIO5UWrxOwON6dgsrtKO5fWGoq9bAuGyGQF5eU0 yt77UAfYK2xbzDCaY7ZjYdDAtO90oOkT71D12hBDoOLPbuvJZn/N4nKEMMmmyW8v5yPr flDw== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y184si4780202pgd.546.2019.05.13.12.33.12; Mon, 13 May 2019 12:33:28 -0700 (PDT) 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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731666AbfEMR0z (ORCPT + 99 others); Mon, 13 May 2019 13:26:55 -0400 Received: from utopia.booyaka.com ([74.50.51.50]:50197 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730437AbfEMR0z (ORCPT ); Mon, 13 May 2019 13:26:55 -0400 X-Greylist: delayed 400 seconds by postgrey-1.27 at vger.kernel.org; Mon, 13 May 2019 13:26:55 EDT Received: (qmail 5770 invoked by uid 1019); 13 May 2019 17:20:13 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 May 2019 17:20:13 -0000 Date: Mon, 13 May 2019 17:20:13 +0000 (UTC) From: Paul Walmsley To: Masahiro Yamada cc: Martin Schwidefsky , Heiko Carstens , linux-s390@vger.kernel.org, Albert Ou , Palmer Dabbelt , linux-kernel@vger.kernel.org, Guo Ren , Greentime Hu , linux-riscv@lists.infradead.org, Vincent Chen Subject: Re: [PATCH] s390: move arch/s390/defconfig to arch/s390/configs/defconfig In-Reply-To: <20190513021116.12191-1-yamada.masahiro@socionext.com> Message-ID: References: <20190513021116.12191-1-yamada.masahiro@socionext.com> User-Agent: Alpine 2.21.999 (DEB 260 2018-02-26) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 13 May 2019, Masahiro Yamada wrote: > As of Linux 5.1, alpha and s390 are the last architectures that > have defconfig in arch/*/ instead of arch/*/configs/. > > $ find arch -name defconfig | sort > arch/alpha/defconfig > arch/arm64/configs/defconfig > arch/csky/configs/defconfig > arch/nds32/configs/defconfig > arch/riscv/configs/defconfig > arch/s390/defconfig > > The arch/$(ARCH)/defconfig is the hard-coded default in Kconfig, > and I want to deprecate it after evacuating the remaining defconfig > into the standard location, arch/*/configs/. > > Define KBUILD_DEFCONFIG like other architectures, and move defconfig > into the configs/ subdirectory. > > Signed-off-by: Masahiro Yamada Reviewed-by: Paul Walmsley - Paul