index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
ptrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
ptrace: Don't allow accessing an undumpable mm
Eric W. Biederman
2016-11-22
1
-6
/
+36
*
ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
Eric W. Biederman
2016-11-22
1
-5
/
+7
*
mm: Add a user_ns owner to mm_struct and fix ptrace permission checks
Eric W. Biederman
2016-11-22
1
-15
/
+11
*
mm: replace access_process_vm() write parameter with gup_flags
Lorenzo Stoakes
2016-10-19
1
-6
/
+10
*
ptrace: clear TIF_SYSCALL_TRACE on ptrace detach
Ales Novak
2016-10-11
1
-1
/
+2
*
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-08-04
1
-2
/
+2
*
ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock
Oleg Nesterov
2016-03-22
1
-2
/
+1
*
ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness
Andy Lutomirski
2016-03-22
1
-1
/
+1
*
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2016-01-20
1
-8
/
+31
*
ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable
Oleg Nesterov
2016-01-20
1
-2
/
+8
*
seccomp, ptrace: add support for dumping seccomp filters
Tycho Andersen
2015-10-27
1
-0
/
+5
*
seccomp: add ptrace options for suspend/resume
Tycho Andersen
2015-07-15
1
-0
/
+13
*
ptrace: ptrace_detach() can no longer race with SIGKILL
Oleg Nesterov
2015-04-17
1
-10
/
+9
*
ptrace: fix race between ptrace_resume() and wait_task_stopped()
Oleg Nesterov
2015-04-17
1
-0
/
+20
*
ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT
Fabian Frederick
2015-02-17
1
-1
/
+0
*
exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...
Oleg Nesterov
2014-12-10
1
-20
/
+3
*
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2014-07-16
1
-7
/
+1
*
kernel/compat: convert to COMPAT_SYSCALL_DEFINE
Heiko Carstens
2014-03-06
1
-2
/
+2
*
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
2013-11-13
1
-1
/
+2
*
__ptrace_may_access() should not deny sub-threads
Mark Grondona
2013-09-11
1
-1
/
+1
*
Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"
Oleg Nesterov
2013-08-06
1
-1
/
+0
*
ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)
Oleg Nesterov
2013-07-09
1
-0
/
+1
*
ptrace: revert "Prepare to fix racy accesses on task breakpoints"
Oleg Nesterov
2013-07-09
1
-16
/
+0
*
ptrace: add ability to get/set signal-blocked mask
Andrey Vagin
2013-07-03
1
-2
/
+42
*
Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation
Mathieu Desnoyers
2013-06-29
1
-9
/
+11
*
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-07
1
-0
/
+1
*
ptrace: add ability to retrieve signals without removing from a queue (v4)
Andrey Vagin
2013-04-30
1
-0
/
+80
*
uprobes: Add exports for module use
Josh Stone
2013-02-08
1
-0
/
+6
*
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
Oleg Nesterov
2013-01-22
1
-10
/
+54
*
ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
Oleg Nesterov
2013-01-22
1
-4
/
+4
*
ia64: kill thread_matches(), unexport ptrace_check_attach()
Oleg Nesterov
2013-01-20
1
-1
/
+1
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-12-17
1
-0
/
+3
|
\
|
*
ptrace: introduce PTRACE_O_EXITKILL
Oleg Nesterov
2012-12-17
1
-0
/
+3
*
|
userns: Kill task_user_ns
Eric W. Biederman
2012-11-20
1
-2
/
+8
|
/
*
ptrace: mark __ptrace_may_access() static
Tetsuo Handa
2012-08-03
1
-1
/
+2
*
userns: Convert ptrace, kill, set_priority permission checks to work with kui...
Eric W. Biederman
2012-05-03
1
-7
/
+6
*
userns: Use cred->user_ns instead of cred->user->user_ns
Eric W. Biederman
2012-04-07
1
-2
/
+2
*
ptrace: remove PTRACE_SEIZE_DEVEL bit
Denys Vlasenko
2012-03-23
1
-15
/
+0
*
ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter
Denys Vlasenko
2012-03-23
1
-10
/
+21
*
ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code
Denys Vlasenko
2012-03-23
1
-23
/
+8
*
ptrace: don't modify flags on PTRACE_SETOPTIONS failure
Denys Vlasenko
2012-03-23
1
-1
/
+4
*
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
2012-01-14
1
-3
/
+11
|
\
|
*
ptrace: do not audit capability check when outputing /proc/pid/stat
Eric Paris
2012-01-05
1
-2
/
+10
|
*
capabilities: remove task_ns_* functions
Eric Paris
2012-01-05
1
-2
/
+2
*
|
ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach
Oleg Nesterov
2012-01-04
1
-1
/
+12
*
|
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
|
/
*
ptrace: PTRACE_LISTEN forgets to unlock ->siglock
Oleg Nesterov
2011-09-25
1
-13
/
+10
[next]