[PATCH 0/1] man/set_mempolicy.2,mbind.2: add MPOL_LOCAL NUMA memory policy documentation

2016-09-27 Thread Piotr Kwapulinski
The MPOL_LOCAL mode has been implemented by Peter Zijlstra (commit: 479e2802d09f1e18a97262c4c6f8f17ae5884bd8). Add the documentation for this mode. Signed-off-by: Piotr Kwapulinski --- man2/mbind.2 | 16 man2/set_mempolicy.2 | 11 ++- 2 files changed, 22

[PATCH 1/1] mm/mempolicy.c: add MPOL_LOCAL NUMA memory policy documentation

2016-09-27 Thread Piotr Kwapulinski
The MPOL_LOCAL mode has been implemented by Peter Zijlstra (commit: 479e2802d09f1e18a97262c4c6f8f17ae5884bd8). Add the documentation for this mode. Signed-off-by: Piotr Kwapulinski --- Documentation/vm/numa_memory_policy.txt | 8 mm/mempolicy.c | 4 2

[PATCH v2 0/1] mm/mempolicy.c: forbid static or relative flags for local NUMA mode

2016-09-27 Thread Piotr Kwapulinski
ated tests done. Signed-off-by: Piotr Kwapulinski --- Changes since V1: Adds "mbind" to changelog. Updates numa_memory_policy.txt. Based on more recent kernel version. The following patch updates man-pages: [PATCH 1/1] man/set_mempolicy.2,mbind.2: forbid static or relative flags for

[PATCH 1/1] man/set_mempolicy.2,mbind.2: forbid static or relative flags for local NUMA mode

2016-09-27 Thread Piotr Kwapulinski
Add documentation for the following patch: [PATCH v2 0/1] mm/mempolicy.c: forbid static or relative flags for local NUMA mode Signed-off-by: Piotr Kwapulinski --- man2/mbind.2 | 35 +++ man2/set_mempolicy.2 | 35 +++ 2

[PATCH v2 0/1] man/set_mempolicy.2,mbind.2: add MPOL_LOCAL NUMA memory policy documentation

2016-10-09 Thread Piotr Kwapulinski
The MPOL_LOCAL mode has been implemented by Peter Zijlstra (commit: 479e2802d09f1e18a97262c4c6f8f17ae5884bd8). Add the documentation for this mode. Signed-off-by: Piotr Kwapulinski --- This version adds more details about MPOL_LOCAL mode: 1. difference between MPOL_LOCAL and MPOL_DEFAULT 2

[PATCH v3 0/1] man/set_mempolicy.2,mbind.2: add MPOL_LOCAL NUMA memory policy documentation

2016-10-10 Thread Piotr Kwapulinski
The MPOL_LOCAL mode has been implemented by Peter Zijlstra (commit: 479e2802d09f1e18a97262c4c6f8f17ae5884bd8). Add the documentation for this mode. Signed-off-by: Piotr Kwapulinski --- This version fixes grammar --- man2/mbind.2 | 28 man2/set_mempolicy.2

Re: [PATCH v3 0/1] man/set_mempolicy.2,mbind.2: add MPOL_LOCAL NUMA memory policy documentation

2016-10-12 Thread Piotr Kwapulinski
Hi Michael, On Wed, Oct 12, 2016 at 09:55:16AM +0200, Michael Kerrisk (man-pages) wrote: > Hello Piotr, > > On 10/10/2016 06:23 PM, Piotr Kwapulinski wrote: > > The MPOL_LOCAL mode has been implemented by > > Peter Zijlstra > > (commit: 479e2802d09f1e18a97262c4c6f