All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Mike Travis <mike.travis@hpe.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	x86@kernel.org, Steve Wahl <steve.wahl@hpe.com>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	Andy Lutomirski <luto@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Greg Kroah-Hartman <gregkh@suse.de>,
	Dimitri Sivanich <dimitri.sivanich@hpe.com>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Russ Anderson <russ.anderson@hpe.com>,
	Darren Hart <dvhart@infradead.org>,
	Andy Shevchenko <andy.shevchenko@gmail.com>,
	Alexandre Chartre <alexandre.chartre@oracle.com>,
	Jian Cai <caij2003@gmail.com>,
	Vitaly Kuznetsov <vkuznets@redhat.com>,
	linux-kernel@vger.kernel.org,
	platform-driver-x86@vger.kernel.org
Subject: Re: [PATCH 00/12] x86/platform/uv: Updates for UV5
Date: Tue, 8 Sep 2020 17:40:45 +0200	[thread overview]
Message-ID: <20200908154045.GA4169902@kroah.com> (raw)
In-Reply-To: <03de6a71-5fc1-98f5-3886-536c72b2761d@hpe.com>

On Tue, Sep 08, 2020 at 08:28:16AM -0700, Mike Travis wrote:
> 
> 
> On 9/8/2020 8:20 AM, Greg KH wrote:
> > On Mon, Sep 07, 2020 at 01:54:30PM -0500, Mike Travis wrote:
> > > Subject: [PATCH 00/12] x86/platform/uv: Updates for UV5
> > > 
> > > Add changes needed for new UV5 UV architecture.  Chief among the changes
> > > are 52 bits of physical memory address and 57 bits of virtual address space.
> > > 
> > > 0001 Remove UV BAU TLB Shootdown Handler
> > >      - removes BAU TLB code being replaced by BAU APIC driver
> > > 
> > > 0002 Remove SCIR built in driver
> > >      - removes System Controller (monitoring) code
> > > 
> > > 0003 Update UV kernel modules
> > >      - update loadable UV kernel modules prior to a clash of symbols
> > >        (is_uv) produced by auto-generated UV5 uv_mmrs.h file
> > > 
> > > 0004 Update UV MMRs for UV5
> > >      - update uv_mmrs.h file and fix resultant compiler errors
> > > 
> > > 0005 Add UV5 direct references
> > >      - add references to UV5 specific values
> > > 
> > > 0006 Decode and Use Arch Type in UVsystab
> > >      - add UV ArchType field to UVsystab to remove dependency on OEM_ID
> > > 
> > > 0007 Update MMIOH references
> > >      - display MMIOH mapping for each MMIOH region
> > > 
> > > 0008 Adjust GAM MMR references
> > >      - update GAM mapping for MMR accesses
> > > 
> > > 0009 Update UV GRU references
> > >      - update GRU mapping to include UV5
> > > 
> > > 0010 Update Node Present Counting
> > >      - UV5 changes method of counting nodes present
> > > 
> > > 0011 Update UV5 TSC Checking
> > >      - update TSC sync check of BIOS sync status
> > > 
> > > 0012 Update for UV5 NMI MMR changes
> > >      - update NMI handler
> > > 
> > 
> > No diffstat?  Did you use 'git format-patch' cover letter for this?
> 
> 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?)

Ah, didn't realize you were using quilt, nevermind.

It's just a built-in feature of git, it makes your life easier than this
:)

thanks,

greg k-h

  reply	other threads:[~2020-09-08 15:40 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-07 18:54 [PATCH 00/12] x86/platform/uv: Updates for UV5 Mike Travis
2020-09-07 18:54 ` [PATCH 01/12] x86/platform/uv: Remove UV BAU TLB Shootdown Handler Mike Travis
2020-09-07 18:54 ` [PATCH 02/12] x86/platform/uv: Remove SCIR MMR references for UVY systems Mike Travis
2020-09-07 18:54 ` [PATCH 03/12] x86/platform/uv: Adjust references in UV kernel modules Mike Travis
2020-09-08 15:22   ` Greg KH
2020-09-07 18:54 ` [PATCH 04/12] x86/platform/uv: Update UV MMRs for UV5 Mike Travis
2020-09-08 15:23   ` Greg KH
2020-09-08 15:35     ` Mike Travis
2020-09-08 15:44       ` Greg KH
2020-09-08 16:20         ` Mike Travis
2020-09-08 16:32           ` Greg KH
2020-09-07 18:54 ` [PATCH 05/12] x86/platform/uv: Add UV5 direct references Mike Travis
2020-09-07 18:54 ` [PATCH 06/12] x86/platform/uv: Add and Decode Arch Type in UVsystab Mike Travis
2020-09-07 18:54 ` [PATCH 07/12] x86/platform/uv: Update MMIOH references based on new UV5 MMRs Mike Travis
2020-09-07 18:54 ` [PATCH 08/12] x86/platform/uv: Adjust GAM MMR references affected by UV5 updates Mike Travis
2020-09-07 18:54 ` [PATCH 09/12] x86/platform/uv: Update UV5 MMR references in UV GRU Mike Travis
2020-09-07 18:54 ` [PATCH 10/12] x86/platform/uv: Update Node Present Counting Mike Travis
2020-09-07 18:54 ` [PATCH 11/12] x86/platform/uv: Update UV5 TSC Checking Mike Travis
2020-09-07 18:54 ` [PATCH 12/12] x86/platform/uv: Update for UV5 NMI MMR changes Mike Travis
2020-09-08 15:20 ` [PATCH 00/12] x86/platform/uv: Updates for UV5 Greg KH
2020-09-08 15:28   ` Mike Travis
2020-09-08 15:40     ` Greg KH [this message]
2020-09-08 15:47     ` peterz
2020-09-08 16:23       ` Mike Travis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200908154045.GA4169902@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=alexandre.chartre@oracle.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=arnd@arndb.de \
    --cc=bp@alien8.de \
    --cc=caij2003@gmail.com \
    --cc=dave.hansen@linux.intel.com \
    --cc=dimitri.sivanich@hpe.com \
    --cc=dvhart@infradead.org \
    --cc=gregkh@suse.de \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=mike.travis@hpe.com \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=russ.anderson@hpe.com \
    --cc=steve.wahl@hpe.com \
    --cc=tglx@linutronix.de \
    --cc=vkuznets@redhat.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.