From patchwork Thu Apr 18 13:53:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marc Gonzalez X-Patchwork-Id: 10907423 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E72B717E0 for ; Thu, 18 Apr 2019 13:53:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C757528AF6 for ; Thu, 18 Apr 2019 13:53:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C5AA228AEC; Thu, 18 Apr 2019 13:53:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,URIBL_RHS_DOB autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2701728D30 for ; Thu, 18 Apr 2019 13:53:49 +0000 (UTC) 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:Date: Message-ID:From:References:To:Subject:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=T29k4LlKqaC6r36l6mQOvdGE+Ey4lzkWjRxTAnm2bkY=; b=WwuOtZNxdi5a0Z BfgbkgJhgrDkn27mRLvX3o27jC7k98lU8DYATzXxDgyyvSTeSpueWL23UgG3uVTzu1j6Kz1SOUzDJ ToeULRXIBW8df6BBWqmqiDBv4SB+zXLqCzxsXgzhkesfwdDtW+RT1Lqs0URqgZ+cNlMBOpL1oBD0S G4Z4A/tYsWx4OMTfIqe9HnvgxtgL7I1Wba5Qs/IBYfX4Fs58U0xBd6j+zvysIu598thO3QM2qtpVZ lvM8rkVYPQuE90j3hMyYbQNwSdNU7o3Dey90nFkat3puKh9amLExBr6dMZileuFt6T7YM5sHZKC3N CeaFr/Z53lf/TuFFQPtA==; 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 1hH7U1-0006Cs-97; Thu, 18 Apr 2019 13:53:45 +0000 Received: from ns.iliad.fr ([212.27.33.1]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hH7Tx-0006C8-JH for linux-arm-kernel@lists.infradead.org; Thu, 18 Apr 2019 13:53:43 +0000 Received: from ns.iliad.fr (localhost [127.0.0.1]) by ns.iliad.fr (Postfix) with ESMTP id 3770420948; Thu, 18 Apr 2019 15:53:38 +0200 (CEST) Received: from [192.168.108.49] (freebox.vlq16.iliad.fr [213.36.7.13]) by ns.iliad.fr (Postfix) with ESMTP id 1B41B200AD; Thu, 18 Apr 2019 15:53:38 +0200 (CEST) Subject: [PATCH v2] MAINTAINERS: List arch/arm64/configs/ explicitly To: Catalin Marinas , Will Deacon , Mark Rutland , arm-soc References: <3d1862f6-f83d-dd8f-061f-8feff9588133@free.fr> <20190418131055.GE18646@arrakis.emea.arm.com> From: Marc Gonzalez Message-ID: Date: Thu, 18 Apr 2019 15:53:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190418131055.GE18646@arrakis.emea.arm.com> Content-Language: en-US X-Virus-Scanned: ClamAV using ClamSMTP ; ns.iliad.fr ; Thu Apr 18 15:53:38 2019 +0200 (CEST) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190418_065341_784824_8052CC98 X-CRM114-Status: GOOD ( 10.97 ) 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: Heiko Stuebner , Linux ARM , Bjorn Andersson Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP As it stands, get_maintainer.pl scans the changelog to determine the recipients for arm64 defconfig patches: $ scripts/get_maintainer.pl arch/arm64/configs/defconfig Catalin Marinas (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE)) Will Deacon (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE)) Heiko Stuebner (commit_signer:10/73=14%) Simon Horman (commit_signer:9/73=12%) Maxime Ripard (commit_signer:8/73=11%) Olof Johansson (commit_signer:8/73=11%,added_lines:39/248=16%,removed_lines:63/135=47%) Andy Gross (commit_signer:8/73=11%) Jagan Teki (authored:7/73=10%) Bjorn Andersson (authored:7/73=10%,added_lines:32/248=13%) Enric Balletbo i Serra (authored:5/73=7%,added_lines:29/248=12%) Stefan Wahren (authored:4/73=5%) Ezequiel Garcia (authored:4/73=5%) Marc Gonzalez (added_lines:53/248=21%,removed_lines:63/135=47%) linux-arm-kernel@lists.infradead.org (moderated list:ARM64 PORT (AARCH64 ARCHITECTURE)) linux-kernel@vger.kernel.org (open list) Explicitly list arch/arm64/configs/ in order to limit the recipients list to AArch64 maintainers, and protect the innocent: $ scripts/get_maintainer.pl arch/arm64/configs/defconfig Catalin Marinas (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE)) Will Deacon (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE)) linux-arm-kernel@lists.infradead.org (moderated list:ARM64 PORT (AARCH64 ARCHITECTURE)) linux-kernel@vger.kernel.org (open list) Signed-off-by: Marc Gonzalez --- Changes from v1: drop the ARM64 DEFCONFIG entry, handle defconfig within ARM64 PORT entry --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) 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/