dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/ipc
Ingo Molnar 00a5dfdb93 [PATCH] Fix semundo lock leakage
semundo->lock can leak if semundo->refcount goes from 2 to 1 while
another thread has it locked.  This causes major problems for PREEMPT
kernels.

The simplest fix for now is to undo the single-thread optimization.

This bug was found via relentless testing by Dominik Karall.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-08-05 15:56:41 -07:00
..
Makefile
compat.c
compat_mq.c
mqueue.c
msg.c
msgutil.c
sem.c [PATCH] Fix semundo lock leakage 2005-08-05 15:56:41 -07:00
shm.c [PATCH] shm: CONFIG_SHMEM=n build fix 2005-08-01 21:38:00 -07:00
util.c
util.h