Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4eb64ee135af6b477ff149a2072bcfa3118afb94
/
fs
/
exec.c
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
108ceeb
coredump: fix wrong comments on core limits of pipe coredump case
by Jovi Zhang
· 12 years ago
54b5019
coredump: warn about unsafe suid_dumpable / core_pattern combo
by Kees Cook
· 12 years ago
9520628
fs: make dumpable=2 require fully qualified path
by Kees Cook
· 12 years ago
e4fad8e
consolidate pipe file creation
by Al Viro
· 12 years ago
8ded2bb
posix_types.h: Cleanup stale __NFDBITS and related definitions
by Josh Boyer
· 12 years ago
4fe7efd
mm: correctly synchronize rss-counters at exit/exec
by Konstantin Khlebnikov
· 12 years ago
48d212a
Revert "mm: correctly synchronize rss-counters at exit/exec"
by Linus Torvalds
· 12 years ago
40af1bb
mm: correctly synchronize rss-counters at exit/exec
by Konstantin Khlebnikov
· 12 years ago
e546785
split ->file_mmap() into ->mmap_addr()/->mmap_file()
by Al Viro
· 12 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
ec0d7f1
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
11aeca0
coredump: ensure the fpu state is flushed for proper multi-threaded core dump
by Suresh Siddha
· 12 years ago
9e4a36e
userns: Fail exec for suid and sgid binaries with ids outside our user namespace.
by Eric W. Biederman
· 13 years ago
8e96e3b
userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
by Eric W. Biederman
· 13 years ago
259e5e6
Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
by Andy Lutomirski
· 13 years ago
66cfb32
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
6308191
tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()
by Oleg Nesterov
· 13 years ago
a591afc
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
96f951e
Add #includes needed to permit the removal of asm/system.h
by David Howells
· 13 years ago
9521127
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
05af2e1
mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()
by David Rientjes
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
9f39383
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
by Linus Torvalds
· 13 years ago
19e5109
take removal of PF_FORKNOEXEC to flush_old_exec()
by Al Viro
· 13 years ago
8fc3dc5
__register_binfmt() made void
by Al Viro
· 13 years ago
701085b
exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()
by Oleg Nesterov
· 13 years ago
e636825
exit_signal: simplify the "we have changed execution domain" logic
by Oleg Nesterov
· 13 years ago
e8e3c3d
fs: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
35239e2
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 13 years ago
57b59c4
coredump_wait: don't call complete_vfork_done()
by Oleg Nesterov
· 13 years ago
c415c3b
vfork: introduce complete_vfork_done()
by Oleg Nesterov
· 13 years ago
737f24b
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 13 years ago
4ff16c2
tracepoint, vfs, sched: Add exec() tracepoint
by David Smith
· 13 years ago
1fd36ad
Replace the fd_sets in struct fdtable with an array of unsigned longs
by David Howells
· 13 years ago
1dce27c
Wrap accesses to the fd_sets in struct fdtable
by David Howells
· 13 years ago
96e02d1
exec: fix use-after-free bug in setup_new_exec()
by Heiko Carstens
· 13 years ago
43d2b11
tracepoint: add tracepoints for debugging oom_score_adj
by KAMEZAWA Hiroyuki
· 13 years ago
f47ec3f
trim fs/internal.h
by Al Viro
· 13 years ago
c9f0124
oom: remove oom_disable_count
by David Rientjes
· 13 years ago
72fa599
move RLIMIT_NPROC check from set_user() to do_execve_common()
by Vasiliy Kulikov
· 13 years ago
32e107f
fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()
by Oleg Nesterov
· 13 years ago
b4edf8b
exec: do not retry load_binary method if CONFIG_MODULES=n
by Tetsuo Handa
· 13 years ago
9121935
exec: do not call request_module() twice from search_binary_handler()
by Tetsuo Handa
· 13 years ago
aacb3d1
fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP
by Michal Hocko
· 13 years ago
99b6456
do_coredump: fix the "ispipe" error check
by Oleg Nesterov
· 13 years ago
2c56373
coredump: escape / in hostname and comm
by Jiri Slaby
· 13 years ago
3141c8b
coredump: use task comm instead of (unknown)
by Jiri Slaby
· 13 years ago
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
8209f53
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
by Linus Torvalds
· 13 years ago
eac1b5e
ptrace: do_wait(traced_leader_killed_by_mt_exec) can block forever
by Oleg Nesterov
· 13 years ago
1b5d783
consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling
by Al Viro
· 13 years ago
bb188d7
ptrace: make former thread ID available via PTRACE_GETEVENTMSG after PTRACE_EVENT_EXEC stop
by Denys Vlasenko
· 13 years ago
087806b
redefine thread_group_leader() as exit_signal >= 0
by Oleg Nesterov
· 13 years ago
4b9d33e
ptrace: kill clone/exec tracehooks
by Tejun Heo
· 13 years ago
a288eec
ptrace: kill trivial tracehooks
by Tejun Heo
· 13 years ago
8796699
KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring
by David Howells
· 13 years ago
13fca64
Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP"
by Linus Torvalds
· 13 years ago
7f81c88
fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP
by Michal Hocko
· 13 years ago
dac853a
exec: delay address limit change until point of no return
by Mathias Krause
· 13 years ago
6dfca32
job control: make task_clear_jobctl_pending() clear TRAPPING automatically
by Tejun Heo
· 13 years ago
3759a0d
job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()
by Tejun Heo
· 13 years ago
a8f072c
job control: rename signal->group_stop and flags to jobctl and update them
by Tejun Heo
· 13 years ago
57cc083
coredump: add support for exe_file in core name
by Jiri Slaby
· 13 years ago
3864601
mm: extract exe_file handling from procfs
by Jiri Slaby
· 13 years ago
d16dfc5
mm: mmu_gather rework
by Peter Zijlstra
· 13 years ago
d05f316
mm: make expand_downwards() symmetrical with expand_upwards()
by Michal Hocko
· 13 years ago
99dff58
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 13 years ago
4d9dec4
Merge branch 'exec_rm_compat' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
by Linus Torvalds
· 13 years ago
7d74f49
export kernel call get_task_comm().
by J Freyensee
· 14 years ago
ae6b585
exec: document acct_arg_size()
by Oleg Nesterov
· 14 years ago
0e02846
exec: unify do_execve/compat_do_execve code
by Oleg Nesterov
· 14 years ago
ba2d0162
exec: introduce struct user_arg_ptr
by Oleg Nesterov
· 14 years ago
1d1dbf8
exec: introduce get_user_arg_ptr() helper
by Oleg Nesterov
· 14 years ago
39efa3e
signal: Use GROUP_STOP_PENDING to stop once for a single group stop
by Tejun Heo
· 14 years ago
1bef829
Small typo fix...
by Holger Hans Peter Freyther
· 14 years ago
47c805d
switch do_filp_open() to struct open_flags
by Al Viro
· 14 years ago
3cd90ea
vfs: sparse: add __FMODE_EXEC
by Namhyung Kim
· 14 years ago
462e635e
install_special_mapping skips security_file_mmap check.
by Tavis Ormandy
· 14 years ago
114279b
exec: copy-and-paste the fixes into compat_do_execve() paths
by Oleg Nesterov
· 14 years ago
3c77f84
exec: make argv/envp memory visible to oom-killer
by Oleg Nesterov
· 14 years ago
98391cf
exec: don't turn PF_KTHREAD off when a target command was not found
by KOSAKI Motohiro
· 14 years ago
1b0d300
core_pattern: fix truncation by core_pattern handler with long parameters
by Xiaotian Feng
· 14 years ago
9b1bf12
signals: move cred_guard_mutex from task_struct to signal_struct
by KOSAKI Motohiro
· 14 years ago
3d5992d
oom: add per-mm oom disable count
by Ying Han
· 14 years ago
8fd01d6
Export dump_{write,seek} to binary loader modules
by Linus Torvalds
· 14 years ago
3aa0ce8
Un-inline the core-dump helper functions
by Linus Torvalds
· 14 years ago
9aea5a6
execve: make responsive to SIGKILL with large arguments
by Roland McGrath
· 14 years ago
7993bc1
execve: improve interactivity with large arguments
by Roland McGrath
· 14 years ago
1b52818
setup_arg_pages: diagnose excessive argument size
by Roland McGrath
· 14 years ago
145c3ae46
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
2a4419b
fs: fs_struct rwlock to spinlock
by Nick Piggin
· 14 years ago
d762746
Make do_execve() take a const filename pointer
by David Howells
· 14 years ago
8c8946f
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
by Linus Torvalds
· 14 years ago
7841733
Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
by Linus Torvalds
· 14 years ago
2a12a9d
fsnotify: pass a file instead of an inode to open, read, and write
by Eric Paris
· 15 years ago
5f202bd
do_coredump: Do not take BKL
by Arnd Bergmann
· 14 years ago
3af9e85
perf: Add non-exec mmap() tracking
by Eric B Munson
· 14 years ago
d344193
exit: avoid sig->count in de_thread/__exit_signal synchronization
by Oleg Nesterov
· 14 years ago
269b005
coredump: shift down_write(mmap_sem) into coredump_wait()
by Oleg Nesterov
· 14 years ago
Next »