Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp1210087pxb; Thu, 7 Oct 2021 03:11:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxy2Ea/rtC0RprqCe8HJlEuWFHdyLh5Zff9aU1me+SPsp3DD1rMARHvXp74/F++egz0rxK3 X-Received: by 2002:a17:906:368c:: with SMTP id a12mr4676990ejc.143.1633601509787; Thu, 07 Oct 2021 03:11:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633601509; cv=none; d=google.com; s=arc-20160816; b=04HQH34Z/a6Eo62SLNZFQvh3hJa8ObieK6fNJTFqSZJ3jp0ozGjWKX6rcoeOrabq6d ZwGWJlCC7XYomiiu7SR2iyAxN1zKOlSUEJBLFj121KwyQkFuQjocxuAJrbwqQtaqIU+3 CrorWBey2KSVZtVZfYXeAevlyysk5xbMo6HmvirLR2knHHODxnteYiZh/ZDkWkrv2Fag TT2e5dw0F3CxJS2InmKy5OoS+pGGiIzcsmvUrhmchS4vU/ZLeZCwif6KVRMg+3u7XO3M 1RPzP0gh0tM2ggnk73Pd3e+tannHKfse8QSIYusBporobLde+nA/fvAcE6O6mVPrevLm Cs5Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=zgqk8tadxfFkOK9xzBgI5AJJUtGOMGCnD3lBFy8JKZk=; b=JqVl+GtJfaB4ur3dJEiun8N012la2HxU2XZKojI1UrYS5TaIsqV+N/eJDaHlu6tneA P96e+pIpepXDB6JtuS6YEw2yoa/hDqA+a/5OXK0CiLU7eotQ0jDarE2Zbigpa03eeJjG DirS1uqSYwH8+CvLuZG+ebE0Am1dOt5Df8ZA/7JsIqREhOrXXUHgE2Vayuw7T+rPOb7r 4jQzLOTxFz8lyQxizp2NFwuLbyItN+sP9g91cre9Agbms/N2WiHEcDjHbRcFoEDeaaGQ Ykjgp2aY1cnZprpr7cUjG2AePMz7D7k5kMQbsIa6fQtrRwRpwmp1YfyWvNTBAZ1FxKF3 owOQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v20si9167825edi.84.2021.10.07.03.11.24; Thu, 07 Oct 2021 03:11:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240691AbhJGKKZ (ORCPT + 99 others); Thu, 7 Oct 2021 06:10:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:38764 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232573AbhJGKKY (ORCPT ); Thu, 7 Oct 2021 06:10:24 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B2026610E6; Thu, 7 Oct 2021 10:08:29 +0000 (UTC) Date: Thu, 7 Oct 2021 11:08:26 +0100 From: Catalin Marinas To: Zenghui Yu Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, will@kernel.org, wanghaibin.wang@huawei.com, Arnd Bergmann Subject: Re: [PATCH] arm64: defconfig: drop obsolete ARCH_* configs Message-ID: References: <20210821030519.127-1-yuzenghui@huawei.com> <39c2b2f9-4de2-8e7d-2135-96f1dab750e0@canonical.com> <5991e347-18f0-30cd-58b9-9e3276bd98bd@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5991e347-18f0-30cd-58b9-9e3276bd98bd@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 07, 2021 at 05:42:46PM +0800, Zenghui Yu wrote: > On 2021/8/23 21:01, Krzysztof Kozlowski wrote: > > On 21/08/2021 05:05, Zenghui Yu wrote: > > > Per commit 4a9a1a5602d8 ("arm64: socfpga: merge Agilex and N5X into > > > ARCH_INTEL_SOCFPGA") and commit 89d4f98ae90d ("ARM: remove zte zx > > > platform"), they can be dropped from defconfig now. > > > > > > Cc: Krzysztof Kozlowski > > > Cc: Arnd Bergmann > > > Signed-off-by: Zenghui Yu > > > --- > > > arch/arm64/configs/defconfig | 3 --- > > > 1 file changed, 3 deletions(-) > > > > Reviewed-by: Krzysztof Kozlowski > > I have no idea about which tree should this patch go via, so a gentle > ping here. I've verified that this can still be applied cleanly on top > of today's -next. Usually defconfig changes go in via the arm-soc tree rather than the arm64 one. -- Catalin