summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorAndrew Morton2005-12-24 04:54:46 +0100
committerLinus Torvalds2005-12-24 21:13:27 +0100
commit8e31108b9f41069d55cb9b019ac8262c55fd2616 (patch)
tree4d3b74956402b978417ee1026fa18409773cd72e /ipc
parent[PATCH] add missing memory barriers to ipc/sem.c (diff)
downloadkernel-qcow2-linux-8e31108b9f41069d55cb9b019ac8262c55fd2616.tar.gz
kernel-qcow2-linux-8e31108b9f41069d55cb9b019ac8262c55fd2616.tar.xz
kernel-qcow2-linux-8e31108b9f41069d55cb9b019ac8262c55fd2616.zip
[PATCH] Fix memory ordering problem in wake_futex()
Fix a memory ordering problem that occurs on IA64. The "store" to q->lock_ptr in wake_futex() can become visible before wake_up_all() clears the lock in the futex_q. Signed-off-by: Jack Steiner <steiner@sgi.com> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions