[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 <mingo@elte.hu> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Arjan van de Ven <arjan@infradead.org> Cc: Ulrich Drepper <drepper@redhat.com> Cc: Andi Kleen <ak@muc.de> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- Documentation/robust-futex-ABI.txt 0 additions, 2 deletionsDocumentation/robust-futex-ABI.txt
- Documentation/robust-futexes.txt 1 addition, 1 deletionDocumentation/robust-futexes.txt
- include/asm-frv/futex.h 1 addition, 1 deletioninclude/asm-frv/futex.h
- include/asm-generic/futex.h 1 addition, 1 deletioninclude/asm-generic/futex.h
- include/asm-i386/futex.h 1 addition, 1 deletioninclude/asm-i386/futex.h
- include/asm-mips/futex.h 1 addition, 1 deletioninclude/asm-mips/futex.h
- include/asm-powerpc/futex.h 1 addition, 1 deletioninclude/asm-powerpc/futex.h
- include/asm-x86_64/futex.h 1 addition, 1 deletioninclude/asm-x86_64/futex.h
- include/linux/futex.h 1 addition, 1 deletioninclude/linux/futex.h
- kernel/fork.c 4 additions, 1 deletionkernel/fork.c
- kernel/futex.c 9 additions, 11 deletionskernel/futex.c
- kernel/futex_compat.c 3 additions, 4 deletionskernel/futex_compat.c
Loading
Please register or sign in to comment