commit | 627371d73cdd04ed23fe098755b4f855138ad9e0 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sat Jul 29 05:16:20 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jul 28 21:02:00 2006 -0700 |
tree | 2371684c61f91c39f562a6570784a1bae50f53a5 | |
parent | c97d20a6c51067a38f53680d9609b4cf2867d077 [diff] |
[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>