Staging
v0.5.1
https://github.com/torvalds/linux
Revision 2d61b86775a5676a8fba2ba2f0f869564e35c630 authored by Oleg Nesterov on 18 March 2006, 17:41:10 UTC, committed by Linus Torvalds on 18 March 2006, 18:49:36 UTC
sys_unshare() does mmput(new_mm).  This is not enough if we have
mm->core_waiters.

This patch is a temporary fix for soon to be released 2.6.16.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
[ Checked with Uli: "I'm not planning to use unshare(CLONE_VM).  It's
  not needed for any functionality planned so far.  What we (as in Red
  Hat) need unshare() for now is the filesystem side." ]
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 265a928
History
Tip revision: 2d61b86775a5676a8fba2ba2f0f869564e35c630 authored by Oleg Nesterov on 18 March 2006, 17:41:10 UTC
[PATCH] disable unshare(CLONE_VM) for now
Tip revision: 2d61b86
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 424 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-- 66.2 KB
Makefile -rw-r--r-- 43.8 KB
README -rw-r--r-- 15.1 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top