Linus Torvalds
|
0dd8486b5c
do_sigaltstack: small cleanups
|
15 years ago |
Linus Torvalds
|
0083fc2c50
do_sigaltstack: avoid copying 'stack_t' as a structure to user space
|
15 years ago |
Oleg Nesterov
|
d92656633b
ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usage
|
16 years ago |
Oleg Nesterov
|
5cb1144689
ptrace: do not use task->ptrace directly in core kernel
|
16 years ago |
Vegard Nossum
|
7a0aeb14e1
signal: fix __send_signal() false positive kmemcheck warning
|
16 years ago |
Linus Torvalds
|
3296ca27f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
|
16 years ago |
Linus Torvalds
|
8623661180
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
16 years ago |
James Morris
|
d254117099
Merge branch 'master' into next
|
16 years ago |
Thomas Gleixner
|
62ab4505e3
signals: implement sys_rt_tgsigqueueinfo
|
16 years ago |
Thomas Gleixner
|
30b4ae8a44
signals: split do_tkill
|
16 years ago |
David Howells
|
3bcac0263f
SELinux: Don't flush inherited SIGKILL during execve()
|
16 years ago |
Steven Rostedt
|
ad8d75fff8
tracing/events: move trace point headers into include/trace/events
|
16 years ago |
Steven Rostedt
|
a8d154b009
tracing: create automated trace defines
|
16 years ago |
Sukadev Bhattiprolu
|
6588c1e3ff
signals: SI_USER: Masquerade si_pid when crossing pid ns boundary
|
16 years ago |
Sukadev Bhattiprolu
|
b3bfa0cba8
signals: protect cinit from blocked fatal signals
|
16 years ago |
Sukadev Bhattiprolu
|
921cf9f630
signals: protect cinit from unblocked SIG_DFL signals
|
16 years ago |
Sukadev Bhattiprolu
|
7978b567d3
signals: add from_ancestor_ns parameter to send_signal()
|
16 years ago |
Oleg Nesterov
|
f008faff0e
signals: protect init from unwanted signals more
|
16 years ago |
Oleg Nesterov
|
43918f2bf4
signals: remove 'handler' parameter to tracehook functions
|
16 years ago |
Miklos Szeredi
|
53da1d9456
fix ptrace slowness
|
16 years ago |
Peter Zijlstra
|
32bd671d6c
signal: re-add dead task accumulation stats.
|
16 years ago |
Ed Swierk
|
3a9f84d354
signals, debug: fix BUG: using smp_processor_id() in preemptible code in print_fatal_signal()
|
16 years ago |
Heiko Carstens
|
d4e82042c4
[CVE-2009-0029] System call wrappers part 32
|
16 years ago |
Heiko Carstens
|
a5f8fa9e9b
[CVE-2009-0029] System call wrappers part 09
|
16 years ago |
Heiko Carstens
|
17da2bd90a
[CVE-2009-0029] System call wrappers part 08
|
16 years ago |
Heiko Carstens
|
754fe8d297
[CVE-2009-0029] System call wrappers part 07
|
16 years ago |
Heiko Carstens
|
b290ebe2c4
[CVE-2009-0029] System call wrappers part 04
|
16 years ago |
Heiko Carstens
|
2ed7c03ec1
[CVE-2009-0029] Convert all system calls to return a long
|
16 years ago |
Sukadev Bhattiprolu
|
9cd4fd1043
SEND_SIG_NOINFO: set si_pid to tgid instead of pid
|
16 years ago |
Sukadev Bhattiprolu
|
09bca05c90
SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundary
|
16 years ago |