Staging
v0.5.1
https://github.com/torvalds/linux
Revision 8c4b8add83c93306b07d78469fd351dc462e4b66 authored by Paul Jackson on 28 November 2005, 21:44:05 UTC, committed by Linus Torvalds on 28 November 2005, 22:42:24 UTC
Move the cpuset_fork() call below the write_unlock_irq call in
kernel/fork.c copy_process().

Since the cpuset-dual-semaphore-locking-overhaul.patch, the cpuset_fork()
routine acquires task_lock(), so cannot be called while holding the
tasklist_lock for write.

Signed-off-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 3148890
History
Tip revision: 8c4b8add83c93306b07d78469fd351dc462e4b66 authored by Paul Jackson on 28 November 2005, 21:44:05 UTC
[PATCH] cpuset fork locking fix
Tip revision: 8c4b8ad
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 63.4 KB
Makefile -rw-r--r-- 42.8 KB
README -rw-r--r-- 14.7 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top