Linus Torvalds
|
42859eea96
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 years ago |
Konstantin Khlebnikov
|
314e51b985
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
|
12 years ago |
Konstantin Khlebnikov
|
0103bd16fb
mm: prepare VM_DONTDUMP for using in drivers
|
12 years ago |
Denys Vlasenko
|
2aa362c49c
coredump: extend core dump note section to contain file names of mapped files
|
12 years ago |
Denys Vlasenko
|
49ae4d4b11
coredump: add a new elf note with siginfo of the signal
|
12 years ago |
Denys Vlasenko
|
5ab1c309b3
coredump: pass siginfo_t* to do_coredump() and below, not merely signr
|
12 years ago |
Alan Cox
|
6eec482f47
binfmt_elf: Uninitialized variable
|
12 years ago |
Denys Vlasenko
|
f34f9d186d
coredump: prevent double-free on an error path in core dumper
|
12 years ago |
Al Viro
|
826eba4db0
the only place that needs to include asm/exec.h is linux/binfmts.h
|
13 years ago |
Al Viro
|
5a5e4c2eca
binfmt_elf: switch elf_map() to vm_mmap/vm_munmap
|
13 years ago |
Linus Torvalds
|
644473e9c6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
13 years ago |
Eric W. Biederman
|
ebc887b278
userns: Convert binary formats to use kuid/kgid where appropriate
|
13 years ago |
Linus Torvalds
|
6be5ceb02e
VM: add "vm_mmap()" helper function
|
13 years ago |
Linus Torvalds
|
e4eb1ff61b
VM: add "vm_brk()" helper function
|
13 years ago |
Linus Torvalds
|
a591afc01d
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
13 years ago |
Linus Torvalds
|
0195c00244
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
|
13 years ago |
David Howells
|
96f951edb1
Add #includes needed to permit the removal of asm/system.h
|
13 years ago |
Jason Baron
|
accb61fe7b
coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
|
13 years ago |
Jason Baron
|
909af768e8
coredump: remove VM_ALWAYSDUMP flag
|
13 years ago |
Al Viro
|
19e5109fef
take removal of PF_FORKNOEXEC to flush_old_exec()
|
13 years ago |
Al Viro
|
8fc3dc5a3a
__register_binfmt() made void
|
13 years ago |
H. Peter Anvin
|
c8e252586f
regset: Prevent null pointer reference on readonly regsets
|
13 years ago |
H. J. Lu
|
0953f65d5d
elf: Allow core dump-related fields to be overridden
|
13 years ago |
David Daney
|
e39f560239
fs: binfmt_elf: create Kconfig variable for PIE randomization
|
13 years ago |
Jiri Kosina
|
a3defbe5c3
binfmt_elf: fix PIE execution with randomization disabled
|
13 years ago |
Al Viro
|
1b5d783c94
consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling
|
14 years ago |
Jiri Kosina
|
4471a675df
brk: COMPAT_BRK: fix detection of randomized brk
|
14 years ago |
Linus Torvalds
|
b81a618dcd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
|
14 years ago |
Stephen Wilson
|
31db58b3ab
mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
|
14 years ago |
David Daney
|
1a530a6f23
binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()
|
14 years ago |