aboutsummaryrefslogtreecommitdiff
path: root/fs/binfmt_elf.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-1/+1
2018-07-19binfmt_elf: Respect error return from `regset->active'Gravatar Maciej W. Rozycki 1-1/+1
2018-07-14fs, elf: make sure to page align bss in load_elf_libraryGravatar Oscar Salvador 1-3/+2
2018-06-15coredump: fix spam with zero VMA processGravatar Alexey Dobriyan 1-8/+9
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-04-20fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST errorGravatar Tetsuo Handa 1-4/+4
2018-04-11elf: enforce MAP_FIXED on overlaying elf segmentsGravatar Michal Hocko 1-3/+10
2018-04-11fs, elf: drop MAP_FIXED usage from elf_mapGravatar Michal Hocko 1-4/+9
2018-04-11exec: introduce finalize_exec() before start_thread()Gravatar Kees Cook 1-0/+1
2018-02-06elf: fix NT_FILE integer overflowGravatar Alexey Dobriyan 1-0/+2
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-2/+13
2017-11-03regset: Add support for dynamically sized regsetsGravatar Dave Martin 1-5/+5
2017-10-02Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Gravatar Russell King 1-2/+13
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-10/+13
2017-09-10binfmt_elf: don't attempt to load FDPIC binariesGravatar Nicolas Pitre 1-2/+13
2017-09-07Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2017-09-04fs: fix kernel_read prototypeGravatar Christoph Hellwig 1-10/+13
2017-08-16x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksGravatar Oleg Nesterov 1-2/+1
2017-08-01binfmt: Introduce secureexec flagGravatar Kees Cook 1-1/+1
2017-07-10binfmt_elf: safely increment argv pointersGravatar Kees Cook 1-11/+9
2017-07-10binfmt_elf: use ELF_ET_DYN_BASE only for PIEGravatar Kees Cook 1-8/+51
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-22powerpc: do not make the entire heap executableGravatar Denys Vlasenko 1-8/+22
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsGravatar Frederic Weisbecker 1-16/+10
2017-02-01sched/cputime: Convert task/group cputime to nsecsGravatar Frederic Weisbecker 1-2/+9
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Gravatar Frederic Weisbecker 1-3/+3
2017-01-14coredump: Ensure proper size of sparse core filesGravatar Dave Kleikamp 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-12binfmt_elf: use vmalloc() for allocation of vma_fileszGravatar Jason Baron 1-2/+4
2016-09-14x86/coredump: Use pr_reg size, rather that TIF_IA32 flagGravatar Dmitry Safonov 1-15/+8
2016-08-31binfmt_elf: switch to new creds when switching to new mmGravatar Linus Torvalds 1-1/+1
2016-08-02binfmt_elf: fix calculations for bss paddingGravatar Kees Cook 1-16/+18
2016-06-07coredump: fix dumping through pipesGravatar Mateusz Guzik 1-1/+1
2016-05-27mm: remove more IS_ERR_VALUE abusesGravatar Linus Torvalds 1-6/+5
2016-05-23mm, elf: handle vm_brk errorGravatar Michal Hocko 1-2/+5
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-05-12coredump: get rid of coredump_params->writtenGravatar Omar Sandoval 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2016-02-27mm: ASLR: use get_random_long()Gravatar Daniel Cashman 1-1/+1
2016-01-20ELF: Also pass any interpreter's file header to `arch_check_elf'Gravatar Maciej W. Rozycki 1-1/+5
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-6/+6
2015-11-11binfmt_elf: Correct `arch_check_elf's descriptionGravatar Maciej W. Rozycki 1-1/+1
2015-11-11binfmt_elf: Don't clobber passed executable's file headerGravatar Maciej W. Rozycki 1-5/+5
2015-11-09coredump: add DAX filtering for ELF coredumpsGravatar Ross Zwisler 1-0/+10
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2015-06-23vfs: add file_path() helperGravatar Miklos Szeredi 1-2/+2