Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information