commit | 6003a93e7bf6c02f33c02976ff364785d4273295 | [log] [tgz] |
---|---|---|
author | Manfred Spraul <manfred@colorfullife.com> | Fri Dec 23 23:57:41 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Dec 24 12:13:27 2005 -0800 |
tree | c81c159d6b04f9bffcf9984d5259eb0448683f7d | |
parent | a7c2491a13cc72fc09c062e635b9a77ff6bb4a73 [diff] |
[PATCH] add missing memory barriers to ipc/sem.c Two smp_wmb() statements are missing in the sysv sem code: This could cause stack corruptions. The attached patch adds them. Signed-Off-By: Manfred Spraul <manfred@colorfullife.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>