linux/drivers/s390
Martin Schwidefsky 4657fb8a98 [S390] tape: fix race with stack local wait_queue_head_t.
A wait_event call with a stack local wait_queue_head_t structure that is
used to do the wake up for the wait_event is inherently racy. After the
wait_event finished the wake_up call might not have completed yet.
Replace the stack local wait_queue_head_t in tape_do_io and
tape_do_io_interruptible with a per device wait queue.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2008-05-30 10:03:36 +02:00
..
block [S390] dasd: use a generic wait_queue for sleep_on 2008-05-30 10:03:35 +02:00
char [S390] tape: fix race with stack local wait_queue_head_t. 2008-05-30 10:03:36 +02:00
cio
crypto
kvm s390: KVM guest: fix compile error 2008-05-18 14:34:15 +03:00
net
scsi
Makefile
ebcdic.c
s390_rdev.c
s390mach.c
s390mach.h
sysinfo.c