mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
84f48d4f2b
Locking fixes. Locking was totally lacking for the mconsole_devices, which got a spin lock, and the unplugged pages data, which got a mutex. The locking of the mconsole console output code was confused. Now, the console_lock (renamed to client_lock) protects the clients list. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
include | ||
ptproxy | ||
exec_kern.c | ||
exec_user.c | ||
gdb_kern.c | ||
gdb.c | ||
ksyms.c | ||
Makefile | ||
mem_user.c | ||
mem.c | ||
process_kern.c | ||
syscall_kern.c | ||
syscall_user.c | ||
tlb.c | ||
tracer.c | ||
trap_user.c | ||
uaccess_user.c | ||
uaccess.c |