mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] docbook: add futexes to kernel-locking docbook
@ 2013-06-14 19:23 Randy Dunlap
  2013-06-16  9:04 ` Rob Landley
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2013-06-14 19:23 UTC (permalink / raw)
  To: LKML; +Cc: Andrew Morton, Rob Landley

From: Randy Dunlap <rdunlap@infradead.org>

Add Fast User Mutexes (futexes) to kernel-locking docbook.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 Documentation/DocBook/kernel-locking.tmpl |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

--- lnx-310-rc5.orig/Documentation/DocBook/kernel-locking.tmpl
+++ lnx-310-rc5/Documentation/DocBook/kernel-locking.tmpl
@@ -1955,12 +1955,17 @@ machines due to caching.
    </sect1>
   </chapter>
 
-  <chapter id="apiref">
+  <chapter id="apiref-mutex">
    <title>Mutex API reference</title>
 !Iinclude/linux/mutex.h
 !Ekernel/mutex.c
   </chapter>
 
+  <chapter id="apiref-futex">
+   <title>Futex API reference</title>
+!Ikernel/futex.c
+  </chapter>
+
   <chapter id="references">
    <title>Further reading</title>
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] docbook: add futexes to kernel-locking docbook
  2013-06-14 19:23 [PATCH] docbook: add futexes to kernel-locking docbook Randy Dunlap
@ 2013-06-16  9:04 ` Rob Landley
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Landley @ 2013-06-16  9:04 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, Andrew Morton

On 06/14/2013 02:23:36 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Add Fast User Mutexes (futexes) to kernel-locking docbook.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

For what it's worth:

Acked-by: Rob Landley <rob@landley.net>

Rob

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-16  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-14 19:23 [PATCH] docbook: add futexes to kernel-locking docbook Randy Dunlap
2013-06-16  9:04 ` Rob Landley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome