Commit Graph

202 Commits (7e935c7ca1e6c398f11edac5beabfc4348e3b3a4)

Author SHA1 Message Date
Maciej W. Rozycki 54d15714f7 binfmt_elf: Correct `arch_check_elf's description 9 years ago
Maciej W. Rozycki b582ef5c53 binfmt_elf: Don't clobber passed executable's file header 9 years ago
Ross Zwisler 5037835c1f coredump: add DAX filtering for ELF coredumps 9 years ago
Miklos Szeredi 9bf39ab2ad vfs: add file_path() helper 10 years ago
Andrew Morton 2b1d3ae940 fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings 10 years ago
Kees Cook 204db6ed17 mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE 10 years ago
Kees Cook d1fd836dcf mm: split ET_DYN ASLR from mmap ASLR 10 years ago
Michael Davidson a87938b2e2 fs/binfmt_elf.c: fix bug in loading of PIE binaries 10 years ago
Hector Marco-Gisbert 4e7c22d447 x86, mm/ASLR: Fix stack randomization on 64-bit systems 10 years ago
Jungseung Lee 52f5592e54 fs/binfmt_elf.c: fix internal inconsistency relating to vma dump size 10 years ago
Paul Burton 774c105ed8 binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers 10 years ago
Paul Burton a9d9ef133f binfmt_elf: load interpreter program headers earlier 10 years ago
Paul Burton 6a8d38945c binfmt_elf: Hoist ELF program header loading to a function 10 years ago
Al Viro 19d860a140 handle suicide on late failure exits in execve() in search_binary_handler() 10 years ago
Fabian Frederick b219e25f8d fs/binfmt_elf.c: fix bool assignements 11 years ago
Andy Lutomirski 78d683e838 mm, fs: Add vm_ops->name as an alternative to arch_vma_name 11 years ago
Alex Thorlton ab0e113f6b exec: kill the unnecessary mm->def_flags setting in load_elf_binary() 11 years ago
Josh Triplett 69369a7003 fs, kernel: permit disabling the uselib syscall 11 years ago
Todor Minchev 7a5f4f1cb0 fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF 11 years ago
Al Viro afabada957 elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo) 11 years ago
Al Viro ec57941e03 constify do_coredump() argument 11 years ago
Al Viro ce39596048 constify copy_siginfo_to_user{,32}() 11 years ago
Al Viro 22a8cb8248 new helper: dump_align() 11 years ago
Al Viro 9b56d54380 dump_skip(): dump_seek() replacement taking coredump_params 11 years ago
Al Viro 1ad67015e6 binfmt_elf: count notes towards coredump limit 11 years ago
Al Viro cdc3d5627d switch elf_coredump_extra_notes_write() to dump_emit() 11 years ago
Al Viro 13046ece96 binfmt_elf: convert writing actual dump pages to dump_emit() 11 years ago
Al Viro aa3e7eaf0a switch elf_core_write_extra_data() to dump_emit() 11 years ago
Al Viro 506f21c556 switch elf_core_write_extra_phdrs() to dump_emit() 11 years ago
Al Viro ecc8c7725e new helper: dump_emit() 11 years ago
Al Viro 72c2d53192 file->f_op is never NULL... 11 years ago
Dan Aloni 7202365696 fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from Oopsing 12 years ago
Michel Lespinasse 98d1e64f95 mm: remove free_area_cache 12 years ago
Oleg Nesterov 079148b919 coredump: factor out the setting of PF_DUMPCORE 12 years ago
Jiri Kosina c1d025e22e binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurate 12 years ago
Michael Neuling 2171364d1a powerpc: Add HWCAP2 aux entry 12 years ago
Naoya Horiguchi 23d9e48213 fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size() 12 years ago
James Hogan c07380beaf Revert some of "binfmt_elf: cleanups" 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Zhang Yanfei d3330cf08c binfmt_elf: remove unused argument in fill_elf_header 12 years ago
Frederic Weisbecker 6fac4829ce cputime: Use accessors to read task cputime stats 12 years ago
Alan Cox 6899e92d65 binfmt_elf: fix corner case kfree of uninitialized data 12 years ago
Al Viro 71613c3b87 get rid of pt_regs argument of ->load_binary() 12 years ago
Konstantin Khlebnikov 314e51b985 mm: kill vma flag VM_RESERVED and mm->reserved_vm counter 13 years ago
Konstantin Khlebnikov 0103bd16fb mm: prepare VM_DONTDUMP for using in drivers 13 years ago
Denys Vlasenko 2aa362c49c coredump: extend core dump note section to contain file names of mapped files 13 years ago
Denys Vlasenko 49ae4d4b11 coredump: add a new elf note with siginfo of the signal 13 years ago
Denys Vlasenko 5ab1c309b3 coredump: pass siginfo_t* to do_coredump() and below, not merely signr 13 years ago
Alan Cox 6eec482f47 binfmt_elf: Uninitialized variable 13 years ago
Denys Vlasenko f34f9d186d coredump: prevent double-free on an error path in core dumper 13 years ago