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 X-Spam-Level: X-Spam-Status: No, score=-10.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51CEDC10F0E for ; Thu, 18 Apr 2019 13:11:15 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 211B020674 for ; Thu, 18 Apr 2019 13:11:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="pLYlJEtM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 211B020674 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=asEUqIJJyrIJkkE67/0FjKbijWmMkgMQpag9zy72EEI=; b=pLYlJEtMy88Ypp q3HXOmZSdoTSwPQs6dnGWkXYkx8JBK11fKgo8g+OctDXJ3nRRwlv572Gvh4D2YtIVVWeBqYQir50Q knUxSgSzh9iFKIcNZ4A4DqAB8hk1PUUKWW27anpp98wxNrvoBAqCThk/pGxQyjg1ZaopEyyQIduk9 sIK9C0F/JHlVlVBr9YP/ozOIkwejzwfklMJQnZcElKtGqXxQwhHgFZmLRxzFMvejEd8EzKC6q7hTL CXjUIhKqyo01uG84QPHpZh9+462i9EHpQSbP2nnXJcCtVCqBa2mre06Jy6HWRfja/jqDABGVxQj/d bNaMFOTXLZ0Mpq6MmILg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hH6om-0005Af-0F; Thu, 18 Apr 2019 13:11:08 +0000 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70] helo=foss.arm.com) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hH6og-00053N-Ee for linux-arm-kernel@lists.infradead.org; Thu, 18 Apr 2019 13:11:05 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DF63380D; Thu, 18 Apr 2019 06:10:59 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.196.78]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 83E7A3F68F; Thu, 18 Apr 2019 06:10:58 -0700 (PDT) Date: Thu, 18 Apr 2019 14:10:55 +0100 From: Catalin Marinas To: Marc Gonzalez Subject: Re: [PATCH v1] MAINTAINERS: Add ARM64 DEFCONFIG entry Message-ID: <20190418131055.GE18646@arrakis.emea.arm.com> References: <3d1862f6-f83d-dd8f-061f-8feff9588133@free.fr> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3d1862f6-f83d-dd8f-061f-8feff9588133@free.fr> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190418_061102_555246_A7AADEE9 X-CRM114-Status: GOOD ( 14.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Heiko Stuebner , Will Deacon , Bjorn Andersson , arm-soc , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Apr 18, 2019 at 02:50:04PM +0200, Marc Gonzalez wrote: > diff --git a/MAINTAINERS b/MAINTAINERS > index 3671fdea5010..d8dad615cb94 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2486,8 +2486,16 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git > S: Maintained > F: arch/arm64/ > X: arch/arm64/boot/dts/ > +X: arch/arm64/configs/defconfig > F: Documentation/arm64/ > > +ARM64 DEFCONFIG > +M: Arnd Bergmann > +M: Olof Johansson > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: arch/arm64/configs/defconfig NAK on this patch, firstly because we don't have any arm-soc entry in MAINTAINERS (similarly arch/arm64/Kconfig.platforms is maintained by the arm-soc folk without any MAINTAINERS entry). In addition, I'd like to keep an eye on what's happening with this file, it's not only about SoC. If you are bothered about get_maintainer.pl, just add this: diff --git a/MAINTAINERS b/MAINTAINERS index 3671fdea5010..df0818652a03 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2485,6 +2485,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git S: Maintained F: arch/arm64/ +F: arch/arm64/configs/ X: arch/arm64/boot/dts/ F: Documentation/arm64/ -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel