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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 E13D0C4338F for ; Sat, 21 Aug 2021 09:25:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF03561186 for ; Sat, 21 Aug 2021 09:25:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233371AbhHUJZ7 (ORCPT ); Sat, 21 Aug 2021 05:25:59 -0400 Received: from elvis.franken.de ([193.175.24.41]:41928 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233296AbhHUJZ7 (ORCPT ); Sat, 21 Aug 2021 05:25:59 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1mHNFe-0005Uw-01; Sat, 21 Aug 2021 11:25:18 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 369D5C086C; Sat, 21 Aug 2021 10:41:24 +0200 (CEST) Date: Sat, 21 Aug 2021 10:41:24 +0200 From: Thomas Bogendoerfer To: Lukas Bulwahn Cc: Jiaxun Yang , Rahul Bedarkar , linux-mips@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] MAINTAINERS: adjust PISTACHIO SOC SUPPORT after its retirement Message-ID: <20210821084124.GB3555@alpha.franken.de> References: <20210816105326.8050-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210816105326.8050-1-lukas.bulwahn@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Mon, Aug 16, 2021 at 12:53:26PM +0200, Lukas Bulwahn wrote: > Commit 104f942b2832 ("MIPS: Retire MACH_PISTACHIO") removes > ./arch/mips/pistachio/ and ./arch/mips/configs/pistachio_defconfig, but > misses to adjust the corresponding section PISTACHIO SOC SUPPORT > in MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: > > warning: no file matches F: arch/mips/configs/pistachio*_defconfig > warning: no file matches F: arch/mips/pistachio/ > > As James Hartley is not reachable with the provided email address, the > remaining dtsi file, arch/mips/boot/dts/img/pistachio.dtsi, must be > maintained by its only user pistachio_marduk.dts, which is part of MARDUK > (CREATOR CI40) DEVICE TREE SUPPORT. > > Add maintenance of pistachio.dtsi to that section and drop the PISTACHIO > SOC SUPPORT after its retirement. > > Signed-off-by: Lukas Bulwahn > --- > applies cleanly on next-20210816 > > Jiaxun, Rahul, please ack. > Thomas, please pick this minor non-urgent clean-up patch on mips-next. > > MAINTAINERS | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]