Eric W. Biederman
|
0102498083
signal: Pass pid type into group_send_sig_info
|
7 years ago |
Eric W. Biederman
|
6883f81aac
pid: Implement PIDTYPE_TGID
|
8 years ago |
Eric W. Biederman
|
1fb53567a3
pids: Move task_pid_type into sched/signal.h
|
8 years ago |
Dominik Brodowski
|
d300b61081
kernel: use kernel_wait4() instead of sys_wait4()
|
7 years ago |
Andrew Morton
|
dc8635b78c
kernel/exit.c: export abort() to modules
|
7 years ago |
Sudip Mukherjee
|
7c2c11b208
arch: define weak abort()
|
7 years ago |
Mark Rutland
|
6aa7de0591
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
|
8 years ago |
Kees Cook
|
1c9fec470b
waitid(): Avoid unbalanced user_access_end() on access_ok() error
|
8 years ago |
Kees Cook
|
96ca579a1e
waitid(): Add missing access_ok() checks
|
8 years ago |
Al Viro
|
6c85501f2f
fix infoleak in waitid(2)
|
8 years ago |
Linus Torvalds
|
dd198ce714
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
8 years ago |
Linus Torvalds
|
5f82e71a00
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 years ago |
Paul E. McKenney
|
656e7c0c0a
Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEAD
|
8 years ago |
Paul E. McKenney
|
8083f29349
exit: Replace spin_unlock_wait() with lock/unlock pair
|
8 years ago |
Paul E. McKenney
|
ccdd29ffff
rcu: Create reasonable API for do_exit() TASKS_RCU processing
|
8 years ago |
Byungchul Park
|
b09be676e0
locking/lockdep: Implement the 'crossrelease' feature
|
8 years ago |
Eric W. Biederman
|
cc731525f2
signal: Remove kernel interal si_code magic
|
8 years ago |
zhongjiang
|
dd83c161fb
kernel/exit.c: avoid undefined behaviour when calling wait4()
|
8 years ago |
Al Viro
|
634a816095
fix waitid(2) breakage
|
8 years ago |
Mike Rapoport
|
57ecbd3831
kernel/exit.c: don't include unused userfaultfd_k.h
|
8 years ago |
Linus Torvalds
|
4be95131bf
Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 years ago |
Davidlohr Bueso
|
f11cc0760b
sched/core: Drop the unused try_get_task_struct() helper function
|
8 years ago |
Ingo Molnar
|
ac6424b981
sched/wait: Rename wait_queue_t => wait_queue_entry_t
|
8 years ago |
Al Viro
|
92ebce5ac5
osf_wait4: switch to kernel_wait4()
|
8 years ago |
Al Viro
|
4c48abe91b
waitid(): switch copyout of siginfo to unsafe_put_user()
|
8 years ago |
Al Viro
|
76d9871e11
wait_task_zombie: consolidate info logics
|
8 years ago |
Al Viro
|
bb380ec33a
kill wait_noreap_copyout()
|
8 years ago |
Al Viro
|
e61a250229
lift getrusage() from wait_noreap_copyout()
|
8 years ago |
Al Viro
|
67d7ddded3
waitid(2): leave copyout of siginfo to syscall itself
|
8 years ago |
Al Viro
|
359566faef
kernel_wait4()/kernel_waitid(): delay copying status to userland
|
8 years ago |