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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FCBEC4332F for ; Mon, 6 Nov 2023 18:22:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232428AbjKFSWI (ORCPT ); Mon, 6 Nov 2023 13:22:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51506 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232174AbjKFSWC (ORCPT ); Mon, 6 Nov 2023 13:22:02 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 23C59D71 for ; Mon, 6 Nov 2023 10:21:55 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70288C433C7; Mon, 6 Nov 2023 18:21:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1699294914; bh=bEl7DhnFqJXbycO9qmDsomjeYbtHPHOHDeb6W6KioRo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=fFRMDFfRq/fJ5zwwCW75TCYH62U41kGfnafcGOt1AAX42k0UG28PGVcfS2pvGDSCO GbRsUbdpBHyKlor7+j1kalq8NaVij5jHTVNmgzQHwaORplnrBnHv26e74rPaPHRU4t td/2++cjKDGeHHBngHrO0LAjF7HrNtlHFjdysr/o= Date: Mon, 6 Nov 2023 10:21:52 -0800 From: Andrew Morton To: Tom Rini Cc: Joe Perches , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Shawn Guo Subject: Re: [PATCH RESEND] get_maintainer: add email addresses from dts files Message-Id: <20231106102152.c3decaba911fb177241344ab@linux-foundation.org> In-Reply-To: <20231028174656.GA3310672@bill-the-cat> References: <829b122da52482707b783dc3d93d3ff0179cb0ca.camel@perches.com> <20231028174656.GA3310672@bill-the-cat> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 28 Oct 2023 13:46:56 -0400 Tom Rini wrote: > > - if (-f $file && ($email_file_emails || $file =~ /\.yaml$/)) { > > + if (-f $file && ($email_file_emails || $file =~ /\.(?:yaml|dtsi?)$/)) { > > open(my $f, '<', $file) > > or die "$P: Can't open $file: $!\n"; > > my $text = do { local($/) ; <$f> }; > > > > This seems to have not been picked up, and would be useful for the tool > to have both for the kernel itself and other projects which also use it > and MAINTAINERS files. Can this please be picked up? Thanks! I'm not finding the original in my archives. Can we have a resend please?