Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
04e213148c434544e3aa88d227b5375fd375738b
/
fs
/
exec.c
6b3c538
exec: cleanup the error handling in search_binary_handler()
by Oleg Nesterov
· 11 years ago
4e0621a
exec: don't retry if request_module() fails
by Oleg Nesterov
· 11 years ago
cb7b6b1
exec: cleanup the CONFIG_MODULES logic
by Oleg Nesterov
· 11 years ago
92eaa56
exec: kill ->load_binary != NULL check in search_binary_handler()
by Oleg Nesterov
· 11 years ago
52f14282
exec: move allow_write_access/fput to exec_binprm()
by Oleg Nesterov
· 11 years ago
9beb266
exec: proc_exec_connector() should be called only once
by Oleg Nesterov
· 11 years ago
131b2f9
exec: kill "int depth" in search_binary_handler()
by Oleg Nesterov
· 11 years ago
5d1baf3
exec: introduce exec_binprm() for "depth == 0" code
by Oleg Nesterov
· 11 years ago
d9104d1
mm: track vma changes with VM_SOFTDIRTY bit
by Cyrill Gorcunov
· 11 years ago
2b04725
Fix TLB gather virtual address range invalidation corner cases
by Linus Torvalds
· 11 years ago
266b7a0
fs/exec.c:de_thread: mt-exec should update ->real_start_time
by Oleg Nesterov
· 11 years ago
bd9d43f
fs/exec.c: do_execve_common(): use current_user()
by Oleg Nesterov
· 11 years ago
3f41854
fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pid
by Oleg Nesterov
· 11 years ago
790eac5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
f9652e1
allow build_open_flags() to return an error
by Al Viro
· 11 years ago
2976b10
perf: Disable monitoring on setuid processes for regular users
by Stephane Eranian
· 11 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
e56fb28
exec: do not abuse ->cred_guard_mutex in threadgroup_lock()
by Oleg Nesterov
· 12 years ago
12eaaf3
set_task_comm: kill the pointless memset() + wmb()
by Oleg Nesterov
· 12 years ago
6ee8630
mm: allow arch code to control the user page table ceiling
by Hugh Dickins
· 12 years ago
3dc20cb
new helper: read_code()
by Al Viro
· 12 years ago
e579d2c
coredump: remove redundant defines for dumpable states
by Kees Cook
· 12 years ago
9cc64ce
fs/exec.c: make bprm_mm_init() static
by Yuanhan Liu
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
6d92d4f
fs/exec.c: work around icc miscompilation
by Xi Wang
· 12 years ago
4c9a44a
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
54d46ea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
b66c598
exec: do not leave bprm->interp on stack
by Kees Cook
· 12 years ago
ae903ca
Bury the conditionals from kernel_thread/kernel_execve series
by Al Viro
· 12 years ago
848b814
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
d740269
exec: use -ELOOP for max recursion depth
by Kees Cook
· 12 years ago
6a2b60b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
71613c3
get rid of pt_regs argument of ->load_binary()
by Al Viro
· 12 years ago
3c456bf
get rid of pt_regs argument of search_binary_handler()
by Al Viro
· 12 years ago
835ab32
get rid of pt_regs argument of do_execve_common()
by Al Viro
· 12 years ago
da3d4c5
get rid of pt_regs argument of do_execve()
by Al Viro
· 12 years ago
d03d26e
make compat_do_execve() static, lose pt_regs argument
by Al Viro
· 12 years ago
3cdf5b4
userns: Ignore suid and sgid on binaries if the uid or gid can not be mapped
by Eric W. Biederman
· 13 years ago
b40a795
freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD
by Oleg Nesterov
· 12 years ago
669abf4
vfs: make path_openat take a struct filename pointer
by Jeff Layton
· 12 years ago
91a27b2
vfs: define struct filename and have getname() return it
by Jeff Layton
· 12 years ago
42859ee
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
38a7601
mm: avoid taking rmap locks in move_ptes()
by Michel Lespinasse
· 12 years ago
d5bbd43
exec: make de_thread() killable
by Oleg Nesterov
· 12 years ago
0f4cfb2
coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1
by Oleg Nesterov
· 12 years ago
179899f
coredump: update coredump-related headers
by Alex Kelly
· 12 years ago
10c28d9
coredump: move core dump functionality into its own file
by Alex Kelly
· 12 years ago
38b983b
generic sys_execve()
by Al Viro
· 12 years ago
282124d
generic kernel_execve()
by Al Viro
· 12 years ago
179e037
do_coredump(): make sure that descriptor table isn't shared
by Al Viro
· 12 years ago
8280d16
new helper: replace_fd()
by Al Viro
· 12 years ago
6a6d27d
take close-on-exec logics to fs/file.c, clean it up a bit
by Al Viro
· 12 years ago
826eba4
the only place that needs to include asm/exec.h is linux/binfmts.h
by Al Viro
· 12 years ago
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
Next »