]> Git Repo - linux.git/commit - kernel/futex_compat.c
[PATCH] lightweight robust futexes updates
authorIngo Molnar <[email protected]>
Mon, 27 Mar 2006 09:16:27 +0000 (01:16 -0800)
committerLinus Torvalds <[email protected]>
Mon, 27 Mar 2006 16:44:49 +0000 (08:44 -0800)
commit8f17d3a5049d32392b79925c73a0cf99ce6d5af0
tree3c2aa0cbe337684d353dd2cfb0c177b4ae15217c
parent8fdd6c6df7889dc89df3d9fe0f5bbe6733e39f48
[PATCH] lightweight robust futexes updates

- fix: initialize the robust list(s) to NULL in copy_process.

- doc update

- cleanup: rename _inuser to _inatomic

- __user cleanups and other small cleanups

Signed-off-by: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Arjan van de Ven <[email protected]>
Cc: Ulrich Drepper <[email protected]>
Cc: Andi Kleen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
12 files changed:
Documentation/robust-futex-ABI.txt
Documentation/robust-futexes.txt
include/asm-frv/futex.h
include/asm-generic/futex.h
include/asm-i386/futex.h
include/asm-mips/futex.h
include/asm-powerpc/futex.h
include/asm-x86_64/futex.h
include/linux/futex.h
kernel/fork.c
kernel/futex.c
kernel/futex_compat.c
This page took 0.062581 seconds and 4 git commands to generate.