[PATCH] pi-futex: robust-futex exit crash fix
authorIngo Molnar <mingo@elte.hu>
Sat, 29 Jul 2006 03:16:20 +0000 (05:16 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 29 Jul 2006 04:02:00 +0000 (21:02 -0700)
commit627371d73cdd04ed23fe098755b4f855138ad9e0
tree2371684c61f91c39f562a6570784a1bae50f53a5
parentc97d20a6c51067a38f53680d9609b4cf2867d077
[PATCH] pi-futex: robust-futex exit crash fix

Fix pi_state->list handling bugs: list handling mishap, locking error.
Plus add more debug checks and fix a few style issues i noticed while
debugging this.

(reported by Ulrich Drepper and Jakub Jelinek.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/futex.c