diff options
author | Alexey Dobriyan <[email protected]> | 2023-12-06 12:21:42 +0300 |
---|---|---|
committer | Kees Cook <[email protected]> | 2024-01-22 11:26:37 -0800 |
commit | 27daa514c48d5796d564ea5410cb72f78a521891 (patch) | |
tree | c5e6741bad4be4142799b9365d1445dd66a7a8ea | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) |
ELF, MAINTAINERS: specifically mention ELF
People complain when I miss people in Cc.
[ kees: Also add the ELF uapi doc link ]
Signed-off-by: Alexey Dobriyan <[email protected]>
Link: https://lore.kernel.org/r/2cb0891e-d7c0-4939-bb5f-282812de6078@p183
Signed-off-by: Kees Cook <[email protected]>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d1052fa6a69..39219b144c23 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7955,12 +7955,13 @@ L: [email protected] S: Maintained F: rust/kernel/net/phy.rs -EXEC & BINFMT API +EXEC & BINFMT API, ELF R: Eric Biederman <[email protected]> R: Kees Cook <[email protected]> S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/execve +F: Documentation/userspace-api/ELF.rst F: fs/*binfmt_*.c F: fs/exec.c F: include/linux/binfmts.h |