From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] x86/NUMA: fix SRAT table processor entry parsing and consumption Date: Tue, 13 Oct 2015 14:26:50 +0100 Message-ID: <561D069A.9040308@citrix.com> References: <561D152402000078000AA8A5@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZlzbZ-0007Kz-Fo for xen-devel@lists.xenproject.org; Tue, 13 Oct 2015 13:27:02 +0000 In-Reply-To: <561D152402000078000AA8A5@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: Keir Fraser List-Id: xen-devel@lists.xenproject.org On 13/10/15 13:28, Jan Beulich wrote: > - don't overrun apicid_to_node[] (possible in the x2APIC case) > - don't limit number of processor related SRAT entries we can consume > - make acpi_numa_{processor,x2apic}_affinity_init() as similar to one > another as possible > - print APIC IDs in hex (to ease matching with other log messages), at > once making legacy and x2APIC ones distinguishable (by width) > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper