The patch titled CPUSETS: add mems to basic usage documentation has been added to the -mm tree. Its filename is cpusets-add-mems-to-basic-usage-documentation.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: CPUSETS: add mems to basic usage documentation From: Simon Horman <horms@xxxxxxxxxxxx> It seems that there must be at least one node in mems and at least one CPU in cpus in order to be able to assign tasks to a cpuset. This makes sense. And I think it would also make sense to include a mems setting in the basic usage section of the documentation. I also wonder if something logged to dmsg, explaining why a write failed, would be a good enhancement. I ended up having rummage arround in cpuset.c in order to work out why my configuration was failing. Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> Cc: Paul Jackson <pj@xxxxxxx> Cc: Paul Menage <menage@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/cpusets.txt | 3 +++ 1 files changed, 3 insertions(+) diff -puN Documentation/cpusets.txt~cpusets-add-mems-to-basic-usage-documentation Documentation/cpusets.txt --- a/Documentation/cpusets.txt~cpusets-add-mems-to-basic-usage-documentation +++ a/Documentation/cpusets.txt @@ -557,6 +557,9 @@ Set some flags: Add some cpus: # /bin/echo 0-7 > cpus +Add some mems: +# /bin/echo 0-7 > mems + Now attach your shell to this cpuset: # /bin/echo $$ > tasks _ Patches currently in -mm which might be from horms@xxxxxxxxxxxx are cpusets-add-mems-to-basic-usage-documentation.patch git-ia64.patch git-scsi-misc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html