[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20231106102152.c3decaba911fb177241344ab@linux-foundation.org>
Date: Mon, 6 Nov 2023 10:21:52 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Tom Rini <trini@...sulko.com>
Cc: Joe Perches <joe@...ches.com>,
Krzysztof Kozlowski <krzk@...nel.org>,
linux-kernel@...r.kernel.org, Shawn Guo <shawnguo@...nel.org>
Subject: Re: [PATCH RESEND] get_maintainer: add email addresses from dts
files
On Sat, 28 Oct 2023 13:46:56 -0400 Tom Rini <trini@...sulko.com> 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?
Powered by blists - more mailing lists