Eric W. Biederman
|
84d77d3f06
ptrace: Don't allow accessing an undumpable mm
|
8 年之前 |
Eric W. Biederman
|
64b875f7ac
ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
|
8 年之前 |
Eric W. Biederman
|
bfedb58925
mm: Add a user_ns owner to mm_struct and fix ptrace permission checks
|
8 年之前 |
Lorenzo Stoakes
|
f307ab6dce
mm: replace access_process_vm() write parameter with gup_flags
|
8 年之前 |
Ales Novak
|
0a5bf409d3
ptrace: clear TIF_SYSCALL_TRACE on ptrace detach
|
8 年之前 |
Masahiro Yamada
|
97f2645f35
tree-wide: replace config_enabled() with IS_ENABLED()
|
9 年之前 |
Oleg Nesterov
|
1333ab0315
ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock
|
9 年之前 |
Andy Lutomirski
|
5c465217a9
ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness
|
9 年之前 |
Jann Horn
|
caaee6234d
ptrace: use fsuid, fsgid, effective creds for fs access checks
|
9 年之前 |
Oleg Nesterov
|
7c3b00e06d
ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable
|
9 年之前 |
Tycho Andersen
|
f8e529ed94
seccomp, ptrace: add support for dumping seccomp filters
|
9 年之前 |
Tycho Andersen
|
13c4a90119
seccomp: add ptrace options for suspend/resume
|
10 年之前 |
Oleg Nesterov
|
64a4096c5c
ptrace: ptrace_detach() can no longer race with SIGKILL
|
10 年之前 |
Oleg Nesterov
|
b72c186999
ptrace: fix race between ptrace_resume() and wait_task_stopped()
|
10 年之前 |
Fabian Frederick
|
1cca3385e6
ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT
|
10 年之前 |
Oleg Nesterov
|
7c8bd2322c
exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent()
|
10 年之前 |
NeilBrown
|
743162013d
sched: Remove proliferation of wait_on_bit() action functions
|
11 年之前 |
Heiko Carstens
|
62a6fa9768
kernel/compat: convert to COMPAT_SYSCALL_DEFINE
|
11 年之前 |
Kees Cook
|
d049f74f2d
exec/ptrace: fix get_dumpable() incorrect tests
|
11 年之前 |
Mark Grondona
|
73af963f9f
__ptrace_may_access() should not deny sub-threads
|
12 年之前 |
Oleg Nesterov
|
35114fcbe0
Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"
|
12 年之前 |
Oleg Nesterov
|
fab840fc2d
ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)
|
12 年之前 |
Oleg Nesterov
|
7c8df28633
ptrace: revert "Prepare to fix racy accesses on task breakpoints"
|
12 年之前 |
Andrey Vagin
|
29000caecb
ptrace: add ability to get/set signal-blocked mask
|
12 年之前 |
Mathieu Desnoyers
|
706b23bde2
Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation
|
12 年之前 |
Kent Overstreet
|
a27bb332c0
aio: don't include aio.h in sched.h
|
12 年之前 |
Andrey Vagin
|
84c751bd4a
ptrace: add ability to retrieve signals without removing from a queue (v4)
|
12 年之前 |
Josh Stone
|
e8440c1458
uprobes: Add exports for module use
|
12 年之前 |
Oleg Nesterov
|
9899d11f65
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
|
12 年之前 |
Oleg Nesterov
|
910ffdb18a
ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
|
12 年之前 |