index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
binfmt_elf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/binfmt_elf: Fix memory leak in load_elf_binary()
Li Zetao
2022-10-25
1
-1
/
+2
*
revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"
Andrew Morton
2022-04-15
1
-2
/
+2
*
revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"
Andrew Morton
2022-04-15
1
-1
/
+1
*
Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-03-21
1
-70
/
+83
|
\
|
*
binfmt_elf: Don't write past end of notes for regset gap
Rick Edgecombe
2022-03-18
1
-10
/
+14
|
*
coredump: Use the vma snapshot in fill_files_note
Eric W. Biederman
2022-03-08
1
-12
/
+12
|
*
coredump/elf: Pass coredump_params into fill_note_info
Eric W. Biederman
2022-03-08
1
-11
/
+11
|
*
coredump: Snapshot the vmas in do_coredump
Eric W. Biederman
2022-03-08
1
-13
/
+7
|
*
binfmt_elf: Introduce KUnit test
Kees Cook
2022-03-03
1
-0
/
+4
|
*
fs/binfmt_elf: Refactor load_elf_binary function
Akira Kawata
2022-03-01
1
-8
/
+6
|
*
fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
Akira Kawata
2022-03-01
1
-6
/
+18
|
*
binfmt: move more stuff undef CONFIG_COREDUMP
Alexey Dobriyan
2022-03-01
1
-0
/
+2
|
*
ELF: fix overflow in total mapping size calculation
Alexey Dobriyan
2022-03-01
1
-12
/
+11
*
|
Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-03-01
1
-7
/
+18
|
\
|
|
*
binfmt_elf: Avoid total_mapping_size for ET_EXEC
Kees Cook
2022-03-01
1
-7
/
+18
*
|
fs/binfmt_elf: fix PT_LOAD p_align values for loaders
Mike Rapoport
2022-02-11
1
-1
/
+1
|
/
*
fs/binfmt_elf: use PT_LOAD p_align values for static PIE
H.J. Lu
2022-01-20
1
-2
/
+2
*
fs/binfmt_elf: replace open-coded string copy with get_task_comm
Yafang Shao
2022-01-20
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
1
-10
/
+23
|
\
|
*
ELF: simplify STACK_ALLOC macro
Alexey Dobriyan
2021-11-09
1
-1
/
+1
|
*
binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE
Kees Cook
2021-11-09
1
-9
/
+22
*
|
Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...
Linus Torvalds
2021-11-03
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
coredump: Limit coredumps to a single thread group
Eric W. Biederman
2021-10-08
1
-2
/
+2
*
|
elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings
Chen Jingwen
2021-10-03
1
-1
/
+1
|
/
*
binfmt: remove in-tree usage of MAP_DENYWRITE
David Hildenbrand
2021-09-03
1
-2
/
+2
*
binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
David Hildenbrand
2021-09-03
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
1
-1
/
+1
|
\
|
*
binfmt: remove in-tree usage of MAP_EXECUTABLE
David Hildenbrand
2021-06-29
1
-1
/
+1
*
|
sched: Change task_struct::state
Peter Zijlstra
2021-06-18
1
-3
/
+5
|
/
*
coredump: don't bother with do_truncate()
Al Viro
2021-03-08
1
-3
/
+1
*
Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-02-21
1
-1
/
+4
|
\
|
*
binfmt_misc: pass binfmt_misc flags to the interpreter
Laurent Vivier
2021-02-15
1
-1
/
+4
*
|
elf_prstatus: collect the common part (everything before pr_reg) into a struct
Al Viro
2021-01-06
1
-4
/
+4
*
|
binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALID
Al Viro
2021-01-04
1
-8
/
+5
|
/
*
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-15
1
-0
/
+2
|
\
|
*
coredump: Document coredump code exclusively used by cell spufs
Eric W. Biederman
2020-12-10
1
-0
/
+2
*
|
Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-12-14
1
-2
/
+2
|
\
\
|
*
|
elf: Expose ELF header on arch_setup_additional_pages()
Gabriel Krisman Bertazi
2020-10-26
1
-1
/
+1
|
*
|
elf: Expose ELF header in compat_start_thread()
Gabriel Krisman Bertazi
2020-10-26
1
-1
/
+1
|
|
/
*
/
fs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-10-29
1
-1
/
+1
|
/
*
binfmt_elf: take the mmap lock around find_extend_vma()
Jann Horn
2020-10-18
1
-0
/
+3
*
binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot
Jann Horn
2020-10-16
1
-78
/
+22
*
coredump: rework elf/elf_fdpic vma_dump_size() into common helper
Jann Horn
2020-10-16
1
-120
/
+0
*
coredump: refactor page range dumping into common helper
Jann Horn
2020-10-16
1
-20
/
+2
*
fs/binfmt_elf: use PT_LOAD p_align values for suitable start address
Chris Kennelly
2020-10-16
1
-0
/
+25
*
kill elf_fpxregs_t
Al Viro
2020-07-27
1
-30
/
+0
*
introduction of regset ->get() wrappers, switching ELF coredumps to those
Al Viro
2020-07-27
1
-28
/
+26
*
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-06-10
1
-8
/
+8
|
\
|
*
binfmt_elf: don't bother with __{put,copy_to}_user()
Al Viro
2020-06-03
1
-8
/
+8
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-04
1
-4
/
+0
|
\
\
[next]