From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D6D50C433EF for ; Mon, 31 Jan 2022 13:02:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xrhYXlRh0DFaPrxhsYLLc9yEBu6XGvGkfMnBEeXbRcY=; b=u9st+vEH3/+Hjt XDlByDs1DyWDOTusZRfHn8tp5IkaDPq4Mv6RDlrX0POyBC4lrL+GufmmNVzMy0wnteeHmelPzQzv0 snGu8U2Uyqz/Xmdu2i9/2bLvLsOaI3P09ZHGyAufF7poBzeSPE31dtdXbWJv19/KLetX0mIPr8hRG T4Exq2LENdwbGfrsTWVkKg4APvpqig8n98CjV7YPovA6ptPQtDD0J0c6KlJR5SkXa6ei9/s7Xt8+P 491TbhSK1X0/mtXKbKm+eY1tDlGS7OUKkqu1dqiPbJ1oYXTEo59GB0fJXx6upLwNPNRs8qmOoRzdX XsZZWXz2lvB8yx4jPP8w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEWIL-009PbE-TF; Mon, 31 Jan 2022 13:00:34 +0000 Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEWIG-009PaF-Ds; Mon, 31 Jan 2022 13:00:28 +0000 Date: Mon, 31 Jan 2022 05:00:28 -0800 From: Christoph Hellwig To: Arnd Bergmann Cc: Christoph Hellwig , Guo Ren , Palmer Dabbelt , Anup Patel , gregkh , liush , Wei Fu , Drew Fustini , Wang Junqiang , linux-arch , Linux Kernel Mailing List , linux-riscv , linux-csky@vger.kernel.org, linux-s390 , sparclinux , linuxppc-dev , Parisc List , "open list:BROADCOM NVRAM DRIVER" , Linux ARM , the arch/x86 maintainers , Guo Ren , Anup Patel Subject: Re: [PATCH V4 05/17] riscv: Fixup difference with defconfig Message-ID: References: <20220129121728.1079364-1-guoren@kernel.org> <20220129121728.1079364-6-guoren@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jan 31, 2022 at 01:48:58PM +0100, Arnd Bergmann wrote: > I thought that is what the patch does, there is already the normal 64-bit > defconfig, and the new makefile target makes this shared with 32-bit > to prevent them from diverging again. I ment using a common fragment and the deriving both 32-bit and 64-bit configs from it. The 64-bit specific fragment will be empty for now, but we will sooner or later have an option that can only go into the 64-bit defconfig. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel