Re: NPTL docs inquiry

2017-08-11 Thread Michael Kerrisk (man-pages)
On 08/11/2017 10:11 AM, Yubin Ruan wrote: > 2017-08-09 3:27 GMT+08:00 Michael Kerrisk (man-pages) > : >> >> Hi, >> >> On 08/07/2017 06:42 PM, Randy Dunlap wrote: >>> On 08/07/2017 09:31 AM, Yubin Ruan wrote: >>>> Hi, I am wondering whether th

Re: NPTL docs inquiry

2017-08-08 Thread Michael Kerrisk (man-pages)
Hi, On 08/07/2017 06:42 PM, Randy Dunlap wrote: > On 08/07/2017 09:31 AM, Yubin Ruan wrote: >> Hi, I am wondering whether there is any progress for NPTL. In page[1] >> I see lots of pthread-related pages are missing. Pretty shocked by >> that. >> >> Are there any plan for that? Who is the maintain

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

2016-10-12 Thread Michael Kerrisk (man-pages)
On 10/12/2016 09:55 PM, Christoph Lameter wrote: > On Wed, 12 Oct 2016, Piotr Kwapulinski wrote: > >> That's right. This could be "local allocation" or any other memory policy. > > Correct. > Thanks, Piotr and Christoph. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http:/

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

2016-10-12 Thread Michael Kerrisk (man-pages)
Hi Christoph, On 12 October 2016 at 16:08, Christoph Lameter wrote: > On Wed, 12 Oct 2016, Michael Kerrisk (man-pages) wrote: > >> > +arguments must specify the empty set. If the "local node" is low >> > +on free memory the kernel will try to allocate memory

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

2016-10-12 Thread Michael Kerrisk (man-pages)
Hello Piotr, On 10/10/2016 06:23 PM, Piotr Kwapulinski wrote: > The MPOL_LOCAL mode has been implemented by > Peter Zijlstra > (commit: 479e2802d09f1e18a97262c4c6f8f17ae5884bd8). > Add the documentation for this mode. Thanks. I've applied this patch. I have a question below. > Signed-off-by: Pi