Release 4.7 kernel/elfcore.c
#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
| Person | Tokens | Prop | Commits | CommitProp |
daisuke hatayama | daisuke hatayama | 11 | 100.00% | 1 | 100.00% |
| Total | 11 | 100.00% | 1 | 100.00% |
int __weak elf_core_write_extra_phdrs(struct coredump_params *cprm, loff_t offset)
{
return 1;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
daisuke hatayama | daisuke hatayama | 15 | 88.24% | 1 | 50.00% |
al viro | al viro | 2 | 11.76% | 1 | 50.00% |
| Total | 17 | 100.00% | 2 | 100.00% |
int __weak elf_core_write_extra_data(struct coredump_params *cprm)
{
return 1;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
daisuke hatayama | daisuke hatayama | 12 | 85.71% | 1 | 50.00% |
al viro | al viro | 2 | 14.29% | 1 | 50.00% |
| Total | 14 | 100.00% | 2 | 100.00% |
size_t __weak elf_core_extra_data_size(void)
{
return 0;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
daisuke hatayama | daisuke hatayama | 11 | 100.00% | 1 | 100.00% |
| Total | 11 | 100.00% | 1 | 100.00% |
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
daisuke hatayama | daisuke hatayama | 60 | 92.31% | 2 | 66.67% |
al viro | al viro | 5 | 7.69% | 1 | 33.33% |
| Total | 65 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.