https://github.com/torvalds/linux
Revision d2ce4e92fa4f79a5fdb4cc912b411280afe21697 authored by Al Viro on 20 September 2012, 13:28:25 UTC, committed by Richard Weinberger on 27 September 2012, 16:04:55 UTC
we only use that to tell copy_thread() done by syscall from that
done by kernel_thread().  However, it's easier to do simply by
checking PF_KTHREAD in thread flags.

Merge sys_clone() guts for 32bit and 64bit, while we are at it...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent f9a38ea
History
Tip revision: d2ce4e92fa4f79a5fdb4cc912b411280afe21697 authored by Al Viro on 20 September 2012, 13:28:25 UTC
um: kill thread->forking
Tip revision: d2ce4e9
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1014 bytes
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.7 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 210.9 KB
Makefile -rw-r--r-- 46.1 KB
README -rw-r--r-- 17.3 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top