Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753834AbcLIDqP (ORCPT ); Thu, 8 Dec 2016 22:46:15 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34532 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751725AbcLIDqN (ORCPT ); Thu, 8 Dec 2016 22:46:13 -0500 Date: Fri, 9 Dec 2016 04:46:08 +0100 From: Ingo Molnar To: Juergen Gross Cc: Alex Thorlton , linux-kernel@vger.kernel.org, Ingo Molnar , Russ Anderson , David Vrabel , Thomas Gleixner , "H. Peter Anvin" , Denys Vlasenko , Boris Ostrovsky , x86@kernel.org, xen-devel@lists.xenproject.org Subject: Re: [RFC PATCH v3] xen/x86: Increase xen_e820_map to E820_X_MAX possible entries Message-ID: <20161209034608.GA30637@gmail.com> References: <1479168677-23633-1-git-send-email-athorlton@sgi.com> <1480960154-211541-1-git-send-email-athorlton@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 997 Lines: 31 * Juergen Gross wrote: > On 05/12/16 18:49, Alex Thorlton wrote: > > This is the third pass at my patchset to fix up our problems with > > XENMEM_machine_memory_map on large systems. The only changes on this > > pass were to flesh out the comment above the E820_X_MAX definition, and > > to add Juergen's Reviewed-by to the second patch. > > > > Let me know if anyone has any questions/comments! > > > > Alex Thorlton (2): > > x86: Make E820_X_MAX unconditionally larger than E820MAX > > xen/x86: Increase xen_e820_map to E820_X_MAX possible entries > > > > arch/x86/include/asm/e820.h | 12 ++++++++---- > > arch/x86/xen/setup.c | 6 +++--- > > 2 files changed, 11 insertions(+), 7 deletions(-) > > > > Ingo, do you have any preferences through which tree those patches > should go? I'd like to have at least patch 2 in 4.10, so I could take > it through the Xen tree. Sure, both are fine to me: Acked-by: Ingo Molnar Thanks, Ingo