From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751311AbdJSE3B (ORCPT ); Thu, 19 Oct 2017 00:29:01 -0400 Received: from mga14.intel.com ([192.55.52.115]:56889 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751093AbdJSE3A (ORCPT ); Thu, 19 Oct 2017 00:29:00 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,399,1503385200"; d="scan'208";a="1026765493" Date: Wed, 18 Oct 2017 21:28:59 -0700 From: Andi Kleen To: "Sandoval Castro, Luis Felipe" Cc: Michal Hocko , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , "akpm@linux-foundation.org" , "vbabka@suse.cz" , "mingo@kernel.org" , "rientjes@google.com" , "n-horiguchi@ah.jp.nec.com" , "salls@cs.ucsb.edu" , Cristopher Lameter Subject: Re: [PATCH v1] mm/mempolicy.c: Fix get_nodes() off-by-one error. Message-ID: <20171019042859.GX5109@tassilo.jf.intel.com> References: <1507296994-175620-1-git-send-email-luis.felipe.sandoval.castro@intel.com> <1507296994-175620-2-git-send-email-luis.felipe.sandoval.castro@intel.com> <20171012084633.ipr5cfxsrs3lyb5n@dhcp22.suse.cz> <20171012152825.GJ5109@tassilo.jf.intel.com> <20171013080403.izjxlrf7ap5zt2d5@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 19, 2017 at 03:48:09AM +0000, Sandoval Castro, Luis Felipe wrote: > On Tue 18-10-17 10:42:34, Luis Felipe Sandoval Castro wrote: > > Sorry for the delayed replay, from your feedback I don't think my > patch has any chances of being merged... I'm wondering though, > if a note in the man pages "range non inclusive" or something > like that would help to avoid confusions? Thanks Yes fixing the man pages is a good idea. -Andi