cregit-Linux how code gets into the kernel

Release 4.10 kernel/elfcore.c

Directory: kernel
#include <linux/elf.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/binfmts.h>


Elf_Half __weak elf_core_extra_phdrs(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
daisuke hatayamadaisuke hatayama11100.00%1100.00%
Total11100.00%1100.00%


int __weak elf_core_write_extra_phdrs(struct coredump_params *cprm, loff_t offset) { return 1; }

Contributors

PersonTokensPropCommitsCommitProp
daisuke hatayamadaisuke hatayama1588.24%150.00%
al viroal viro211.76%150.00%
Total17100.00%2100.00%


int __weak elf_core_write_extra_data(struct coredump_params *cprm) { return 1; }

Contributors

PersonTokensPropCommitsCommitProp
daisuke hatayamadaisuke hatayama1285.71%150.00%
al viroal viro214.29%150.00%
Total14100.00%2100.00%


size_t __weak elf_core_extra_data_size(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
daisuke hatayamadaisuke hatayama11100.00%1100.00%
Total11100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
daisuke hatayamadaisuke hatayama6092.31%266.67%
al viroal viro57.69%133.33%
Total65100.00%3100.00%
Directory: kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.