[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a29405b1-abfc-b7ef-23fb-b29b3dc07255@hpe.com>
Date: Tue, 8 Sep 2020 09:23:42 -0700
From: Mike Travis <mike.travis@....com>
To: peterz@...radead.org
Cc: Greg KH <gregkh@...uxfoundation.org>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
x86@...nel.org, Steve Wahl <steve.wahl@....com>,
Dave Hansen <dave.hansen@...ux.intel.com>,
Andy Lutomirski <luto@...nel.org>,
Arnd Bergmann <arnd@...db.de>,
Dimitri Sivanich <dimitri.sivanich@....com>,
"H. Peter Anvin" <hpa@...or.com>,
Russ Anderson <russ.anderson@....com>,
Darren Hart <dvhart@...radead.org>,
Andy Shevchenko <andy.shevchenko@...il.com>,
Alexandre Chartre <alexandre.chartre@...cle.com>,
Jian Cai <caij2003@...il.com>,
Vitaly Kuznetsov <vkuznets@...hat.com>,
linux-kernel@...r.kernel.org, platform-driver-x86@...r.kernel.org
Subject: Re: [PATCH 00/12] x86/platform/uv: Updates for UV5
On 9/8/2020 8:47 AM, peterz@...radead.org wrote:
> On Tue, Sep 08, 2020 at 08:28:16AM -0700, Mike Travis wrote:
>> I didn't. If I could figure out how to convert quilt patches into git
>> commits I might be able to do that? (And I didn't know that diffstats were
>> needed on the into?)
>
> $ git quiltimport
>
> Or, for the more enterprising person:
>
> $ quilt series | while read file; do git am $file; done
>
> Generating a diffstat from a quilt series (when applied):
>
> $ quilt diff --combine - | diffstat
>
Cool, thanks. I am doing this for the V2 version of the patches. Most
will get touched anyways because of the Copyright thing.
Powered by blists - more mailing lists