diff options
author | Kees Cook <keescook@chromium.org> | 2022-02-23 20:38:53 -0800 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2022-03-01 16:16:27 -0800 |
commit | 7dc6ea7c56bd76ab88d09504a90879479e3851ef (patch) | |
tree | 33e4f63a20595332530a14e5ba528387ffa15a14 /MAINTAINERS | |
parent | b452722e6ff39a1b8111d5b36b8562aaead1726e (diff) |
MAINTAINERS: Update execve entry with more details
The UAPI elf.h header was missed in the original MAINTAINER entry. Add
it. Include linux-mm mailing list since that's where execve has
traditionally been discussed. Note that this area is Supported, and aim
at the git tree.
Cc: Eric Biederman <ebiederm@xmission.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 69a2935daf6c..2a4de0619c49 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7225,6 +7225,9 @@ F: net/core/of_net.c EXEC & BINFMT API R: Eric Biederman <ebiederm@xmission.com> R: Kees Cook <keescook@chromium.org> +L: linux-mm@kvack.org +S: Supported +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/execve F: arch/alpha/kernel/binfmt_loader.c F: arch/x86/ia32/ia32_aout.c F: fs/*binfmt_*.c @@ -7232,6 +7235,7 @@ F: fs/exec.c F: include/linux/binfmts.h F: include/linux/elf.h F: include/uapi/linux/binfmts.h +F: include/uapi/linux/elf.h F: tools/testing/selftests/exec/ N: asm/elf.h N: binfmt |