Re: [PATCH 6/8] x86/platform/uv: Decode UVsystab Info

2019-09-05 Thread Mike Travis
On 9/5/2019 2:40 PM, Sasha Levin wrote: On Thu, Sep 05, 2019 at 04:16:34PM +0200, Greg KH wrote: On Thu, Sep 05, 2019 at 08:02:58AM -0500, Mike Travis wrote: --- linux.orig/arch/x86/kernel/apic/x2apic_uv_x.c +++ linux/arch/x86/kernel/apic/x2apic_uv_x.c @@ -1303,7 +1303,8 @@ static int

Re: [PATCH 6/8] x86/platform/uv: Decode UVsystab Info

2019-09-05 Thread Sasha Levin
On Thu, Sep 05, 2019 at 04:16:34PM +0200, Greg KH wrote: On Thu, Sep 05, 2019 at 08:02:58AM -0500, Mike Travis wrote: --- linux.orig/arch/x86/kernel/apic/x2apic_uv_x.c +++ linux/arch/x86/kernel/apic/x2apic_uv_x.c @@ -1303,7 +1303,8 @@ static int __init decode_uv_systab(void) struct

[PATCH 6/8] x86/platform/uv: Decode UVsystab Info

2019-09-05 Thread Mike Travis
Decode the hubless UVsystab passed from BIOS to the kernel saving pertinent info in a similar manner that hubbed UVsystabs are decoded. Signed-off-by: Mike Travis Reviewed-by: Steve Wahl Reviewed-by: Dimitri Sivanich To: Thomas Gleixner To: Ingo Molnar To: H. Peter Anvin To: Andrew Morton

Re: [PATCH 6/8] x86/platform/uv: Decode UVsystab Info

2019-09-05 Thread Greg KH
On Thu, Sep 05, 2019 at 09:43:57AM -0700, Mike Travis wrote: > > > On 9/5/2019 7:47 AM, Mike Travis wrote: > > Also, nit: > > > > > --- linux.orig/arch/x86/kernel/apic/x2apic_uv_x.c > > > +++ linux/arch/x86/kernel/apic/x2apic_uv_x.c > > > @@ -1303,7 +1303,8 @@ static int __init

Re: [PATCH 6/8] x86/platform/uv: Decode UVsystab Info

2019-09-05 Thread Greg KH
On Thu, Sep 05, 2019 at 07:47:34AM -0700, Mike Travis wrote: > > > On 9/5/2019 7:16 AM, Greg KH wrote: > > On Thu, Sep 05, 2019 at 08:02:58AM -0500, Mike Travis wrote: > > > Decode the hubless UVsystab passed from BIOS to the kernel saving > > > pertinent info in a similar manner that hubbed

Re: [PATCH 6/8] x86/platform/uv: Decode UVsystab Info

2019-09-05 Thread Mike Travis
On 9/5/2019 7:47 AM, Mike Travis wrote: Also, nit: --- linux.orig/arch/x86/kernel/apic/x2apic_uv_x.c +++ linux/arch/x86/kernel/apic/x2apic_uv_x.c @@ -1303,7 +1303,8 @@ static int __init decode_uv_systab(void)   struct uv_systab *st;   int i; -    if (uv_hub_info->hub_revision <

Re: [PATCH 6/8] x86/platform/uv: Decode UVsystab Info

2019-09-05 Thread Mike Travis
On 9/5/2019 7:16 AM, Greg KH wrote: On Thu, Sep 05, 2019 at 08:02:58AM -0500, Mike Travis wrote: Decode the hubless UVsystab passed from BIOS to the kernel saving pertinent info in a similar manner that hubbed UVsystabs are decoded. Signed-off-by: Mike Travis Reviewed-by: Steve Wahl

Re: [PATCH 6/8] x86/platform/uv: Decode UVsystab Info

2019-09-05 Thread Greg KH
On Thu, Sep 05, 2019 at 08:02:58AM -0500, Mike Travis wrote: > Decode the hubless UVsystab passed from BIOS to the kernel saving > pertinent info in a similar manner that hubbed UVsystabs are decoded. > > Signed-off-by: Mike Travis > Reviewed-by: Steve Wahl > Reviewed-by: Dimitri Sivanich >

[PATCH 6/8] x86/platform/uv: Decode UVsystab Info

2019-09-05 Thread Mike Travis
Decode the hubless UVsystab passed from BIOS to the kernel saving pertinent info in a similar manner that hubbed UVsystabs are decoded. Signed-off-by: Mike Travis Reviewed-by: Steve Wahl Reviewed-by: Dimitri Sivanich To: Thomas Gleixner To: Ingo Molnar To: H. Peter Anvin To: Andrew Morton

Re: [PATCH 6/8] x86/platform/uv: Decode UVsystab Info

2019-09-03 Thread Greg KH
On Mon, Sep 02, 2019 at 07:18:21PM -0500, Mike Travis wrote: > Decode the hubless UVsystab passed from BIOS to the kernel saving > pertinent info in a similar manner that hubbed UVsystabs are decoded. > > Signed-off-by: Mike Travis > Reviewed-by: Steve Wahl > Reviewed-by: Dimitri Sivanich >

[PATCH 6/8] x86/platform/uv: Decode UVsystab Info

2019-09-02 Thread Mike Travis
Decode the hubless UVsystab passed from BIOS to the kernel saving pertinent info in a similar manner that hubbed UVsystabs are decoded. Signed-off-by: Mike Travis Reviewed-by: Steve Wahl Reviewed-by: Dimitri Sivanich --- arch/x86/kernel/apic/x2apic_uv_x.c | 16 ++-- 1 file