From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934093AbcIFMoK (ORCPT ); Tue, 6 Sep 2016 08:44:10 -0400 Received: from tex.lwn.net ([70.33.254.29]:57488 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933928AbcIFMoI (ORCPT ); Tue, 6 Sep 2016 08:44:08 -0400 Date: Tue, 6 Sep 2016 06:42:56 -0600 From: Jonathan Corbet To: Lorenzo Stoakes Cc: Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , x86@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86: fix memory ranges in mm documentation Message-ID: <20160906064256.6682629c@lwn.net> In-Reply-To: <20160823080045.27634-1-lstoakes@gmail.com> References: <20160823080045.27634-1-lstoakes@gmail.com> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 23 Aug 2016 09:00:45 +0100 Lorenzo Stoakes wrote: > This is a trivial fix to correct upper bound addresses to always be > inclusive. Previously, the majority of ranges specified were inclusive with a > small minority specifying an exclusive upper bound. This patch fixes this > inconsistency. Applied to the docs tree, thanks. jon