[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y3zDm1zaqpn8uMiV@smile.fi.intel.com>
Date: Tue, 22 Nov 2022 14:42:03 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Rahul Tanwar <rtanwar@...linear.com>
Cc: "bigeasy@...utronix.de" <bigeasy@...utronix.de>,
"robh@...nel.org" <robh@...nel.org>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"mingo@...hat.com" <mingo@...hat.com>,
"bp@...en8.de" <bp@...en8.de>, "x86@...nel.org" <x86@...nel.org>,
"hpa@...or.com" <hpa@...or.com>,
"dave.hansen@...ux.intel.com" <dave.hansen@...ux.intel.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
linux-lgm-soc <linux-lgm-soc@...linear.com>
Subject: Re: [PATCH v3 0/4] x86/of: Fix a bug in x86 arch OF support
On Tue, Nov 22, 2022 at 10:45:12AM +0000, Rahul Tanwar wrote:
> On 22/11/2022 6:15 pm, Andy Shevchenko wrote:
> > On Tue, Nov 22, 2022 at 09:49:04AM +0000, Rahul Tanwar wrote:
...
> > I recommend to utilize my "smart" script [1] for sending series.
> > (You may take an idea from it how to prepare the Cc list close to proper
> > one)
> >
> > [1]:
> > https://github.com/andy-shev/home-bin-tools/blob/master/ge2maintainer.sh
>
> Agree on the Cc list being wrong. Thanks for the script.
>
> Quite useful. Could not understand how the script works for multiple
> commits when you take count & version as inputs.
It starts from the commit <COMMIT_HASH>~$count and goes up. So it's basically
depth from the given commit (<COMMIT_HASH>).
> Also, where does it
> create patches (format-patch)? It seems to get suitable to & cc list &
> send emails to them. And the input is COMMIT_HASH. How do i use it for a
> series with multiple commits & do i have to create patches on my own?
It creates patches automatically in the same was as it's done by
`git format-patch`. That's why it accepts a lot of the parameters
which you usually add there.
Typical use for the series is
ge2maintainer.sh -v 1 -c 4 HEAD~0 --annotate --cover-letter
Note, that your editor should be able to handle several files to edit
(e.g. vim supports that mode).
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists