From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763578AbXJZPid (ORCPT ); Fri, 26 Oct 2007 11:38:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753771AbXJZPi0 (ORCPT ); Fri, 26 Oct 2007 11:38:26 -0400 Received: from atlrel8.hp.com ([156.153.255.206]:50250 "EHLO atlrel8.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753334AbXJZPiZ (ORCPT ); Fri, 26 Oct 2007 11:38:25 -0400 Subject: Re: [patch 2/2] cpusets: add interleave_over_allowed option From: Lee Schermerhorn To: David Rientjes Cc: Paul Jackson , clameter@sgi.com, akpm@linux-foundation.org, ak@suse.de, linux-kernel@vger.kernel.org, Michael Kerrisk In-Reply-To: References: <20071025185506.8c373aa8.pj@sgi.com> <20071025192945.82962eea.pj@sgi.com> <20071025201455.acb4e72c.pj@sgi.com> Content-Type: text/plain Organization: HP/OSLO Date: Fri, 26 Oct 2007 11:37:34 -0400 Message-Id: <1193413054.5032.20.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2007-10-25 at 20:58 -0700, David Rientjes wrote: > On Thu, 25 Oct 2007, Paul Jackson wrote: > > > The user space man pages for set_mempolicy(2) are now even more > > behind the curve, by not mentioning that MPOL_INTERLEAVE's mask > > might mean nothing, if (1) in a cpuset marked memory_spread_user, > > (2) after the cpuset has changed 'mems'. > > > > Yeah. They were already outdated in the sense that they did not specify > that the interleave nodemask could change as a result of a cpuset mems > change. > > > I wonder if there is any way to fix that. Who does the man pages > > for Linux system calls? > > Michael Kerrisk, whom I've copied, does. I recently sent in an update to all of the mempolicy man pages that describe the behavior as it currently exists. [I need to send in an update for MPOL_F_MEMS_ALLOWED]. One of the things that has bothered me is that there are no cpuset man pages to reference from the mempolicy man pages. [I know, we can and do refer to the kernel source Documentation, but that might not be available to everyone w/o some digging. "See Also" refs typically point at other man pages...]. To get around this, I had to talk about "nodes allowed in the current context" or some such weasel-wording in my updates. Paul: what do you think about subsetting the cpuset.txt into a man page or 2 that can be referenced by other man pages' See Also sections? > > > David Lee