mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-26 22:40:39 +00:00
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 | ||