[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200908154700.GW1362448@hirez.programming.kicks-ass.net>
Date: Tue, 8 Sep 2020 17:47:00 +0200
From: peterz@...radead.org
To: Mike Travis <mike.travis@....com>
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>,
Greg Kroah-Hartman <gregkh@...e.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 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
Powered by blists - more mailing lists