Eric W. Biederman
|
90f8572b0f
vfs: Commit to never having exectuables on proc and sysfs.
|
10 gadi atpakaļ |
Helge Deller
|
d045c77c1a
parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architectures
|
10 gadi atpakaļ |
Jann Horn
|
8b01fc86b9
fs: take i_mutex during prepare_binprm for set[ug]id executables
|
10 gadi atpakaļ |
Kirill Tkhai
|
dfcce791fb
fs/exec.c:de_thread: move notify_count write under lock
|
10 gadi atpakaļ |
Davidlohr Bueso
|
6e399cd144
prctl: avoid using mmap_sem for exe_file serialization
|
10 gadi atpakaļ |
Paul Moore
|
5168910413
fs: create proper filename objects using getname_kernel()
|
10 gadi atpakaļ |
David Drysdale
|
51f39a1f0c
syscalls: implement execveat() system call
|
10 gadi atpakaļ |
Dave Hansen
|
abe1e395f6
fs: Do not include mpx.h in exec.c
|
10 gadi atpakaļ |
Dave Hansen
|
fe3d197f84
x86, mpx: On-demand kernel allocation of bounds tables
|
10 gadi atpakaļ |
Al Viro
|
19d860a140
handle suicide on late failure exits in execve() in search_binary_handler()
|
11 gadi atpakaļ |
Vladimir Davydov
|
41f727fde1
fork/exec: cleanup mm initialization
|
11 gadi atpakaļ |
Kees Cook
|
c2e1f2e30d
seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
|
11 gadi atpakaļ |
Kees Cook
|
1d4457f999
sched: move no_new_privs into new atomic flags
|
11 gadi atpakaļ |
Adrian Hunter
|
82b897782d
perf: Differentiate exec() and non-exec() comm events
|
11 gadi atpakaļ |
Peter Zijlstra
|
e041e328c4
perf: Fix perf_event_comm() vs. exec() assumption
|
11 gadi atpakaļ |
James Hogan
|
d71f290b4e
metag: Reduce maximum stack size to 256MB
|
11 gadi atpakaļ |
Linus Torvalds
|
5166701b36
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
11 gadi atpakaļ |
Oleg Nesterov
|
23aebe1691
exec: kill bprm->tcomm[], simplify the "basename" logic
|
11 gadi atpakaļ |
Davidlohr Bueso
|
615d6e8756
mm: per-thread vma caching
|
11 gadi atpakaļ |
Josh Triplett
|
69369a7003
fs, kernel: permit disabling the uselib syscall
|
11 gadi atpakaļ |
Al Viro
|
ec69557982
read_code(): go through vfs_read() instead of calling the method directly
|
11 gadi atpakaļ |
Heiko Carstens
|
625b1d7e81
fs/compat: convert to COMPAT_SYSCALL_DEFINE
|
11 gadi atpakaļ |
Linus Torvalds
|
c4ad8f98be
execve: use 'struct filename *' for executable name passing
|
11 gadi atpakaļ |
Richard Weinberger
|
3b96d7db3b
fs/exec.c: call arch_pick_mmap_layout() only once
|
11 gadi atpakaļ |
Zhang Yi
|
b88fae644e
exec: avoid propagating PF_NO_SETAFFINITY into userspace child
|
11 gadi atpakaļ |
Oleg Nesterov
|
98611e4e6a
exec: kill task_struct->did_exec
|
11 gadi atpakaļ |
Oleg Nesterov
|
63e46b95e9
exec: move the final allow_write_access/fput into free_bprm()
|
11 gadi atpakaļ |
Oleg Nesterov
|
9e00cdb091
exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logic
|
11 gadi atpakaļ |
Oleg Nesterov
|
83f62a2eac
exec:check_unsafe_exec: use while_each_thread() rather than next_thread()
|
11 gadi atpakaļ |
Oleg Nesterov
|
942be3875a
coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h
|
11 gadi atpakaļ |