generic sys_execve()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 30 Sep 2012 17:38:55 +0000 (13:38 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 1 Oct 2012 02:20:51 +0000 (22:20 -0400)
commit38b983b3461e7d3c64a981e2338bb34605c46f30
treefb7dc311ba4d175746fb693530cf63db9ddb8616
parent282124d18626379a20b41d25e0c580f290cd09d4
generic sys_execve()

Selected by __ARCH_WANT_SYS_EXECVE in unistd.h.  Requires
* working current_pt_regs()
* *NOT* doing a syscall-in-kernel kind of kernel_execve()
implementation.  Using generic kernel_execve() is fine.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/exec.c
include/linux/compat.h
This page took 0.026449 seconds and 5 git commands to generate.