Re: [RFC PATCH 4/4] futex, doc: TO futexes document

2016-09-22 Thread Waiman Long
On 09/22/2016 09:51 AM, Thomas Gleixner wrote: On Thu, 22 Sep 2016, Waiman Long wrote: Yes, I will certainly send patch to update the manpages after the new futex gets merged into the upstream kernel. Or should I do that in parallel? It won't get merged w/o a patch to the manpage which is accep

Re: [RFC PATCH 4/4] futex, doc: TO futexes document

2016-09-22 Thread Thomas Gleixner
On Thu, 22 Sep 2016, Waiman Long wrote: > On 09/22/2016 06:40 AM, Thomas Gleixner wrote: > > On Tue, 6 Sep 2016, Waiman Long wrote: > > > This patch adds a new document file on how to use the TO futexes. > > Documentation is nice, but the proper place for documenting this is the > > futex(2) man pa

Re: [RFC PATCH 4/4] futex, doc: TO futexes document

2016-09-22 Thread Waiman Long
On 09/22/2016 06:40 AM, Thomas Gleixner wrote: On Tue, 6 Sep 2016, Waiman Long wrote: This patch adds a new document file on how to use the TO futexes. Documentation is nice, but the proper place for documenting this is the futex(2) man page. Thanks, tglx Yes, I will certainly send

Re: [RFC PATCH 4/4] futex, doc: TO futexes document

2016-09-22 Thread Thomas Gleixner
On Tue, 6 Sep 2016, Waiman Long wrote: > This patch adds a new document file on how to use the TO futexes. Documentation is nice, but the proper place for documenting this is the futex(2) man page. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in t

[RFC PATCH 4/4] futex, doc: TO futexes document

2016-09-06 Thread Waiman Long
This patch adds a new document file on how to use the TO futexes. Signed-off-by: Waiman Long --- Documentation/00-INDEX |2 + Documentation/to-futex.txt | 124 2 files changed, 126 insertions(+), 0 deletions(-) create mode 100644 Documentati