// SPDX-License-Identifier: GPL-2.0 #include <linux/elf.h> #include <linux/coredump.h> #include <linux/fs.h> #include <linux/mm.h> #include <asm/elf.h>
Elf64_Half elf_core_extra_phdrs(void) { return GATE_EHDR->e_phnum; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Daisuke Hatayama | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Daisuke Hatayama | 162 | 97.59% | 1 | 50.00% |
Al Viro | 4 | 2.41% | 1 | 50.00% |
Total | 166 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Daisuke Hatayama | 107 | 96.40% | 1 | 50.00% |
Al Viro | 4 | 3.60% | 1 | 50.00% |
Total | 111 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Daisuke Hatayama | 82 | 100.00% | 1 | 100.00% |
Total | 82 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Daisuke Hatayama | 378 | 97.67% | 2 | 40.00% |
Al Viro | 8 | 2.07% | 2 | 40.00% |
Greg Kroah-Hartman | 1 | 0.26% | 1 | 20.00% |
Total | 387 | 100.00% | 5 | 100.00% |