From: Kees Cook Date: Tue, 9 Nov 2021 02:32:52 +0000 (-0800) Subject: MAINTAINERS: add "exec & binfmt" section with myself and Eric X-Git-Tag: v6.1-rc5~2692^2~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b15be237a95f18609c6149b0c6a11d6ce4715228;p=platform%2Fkernel%2Flinux-starfive.git MAINTAINERS: add "exec & binfmt" section with myself and Eric I'd like more continuity of review for the exec and binfmt (and ELF) stuff. Eric and I have been the most active lately, so list us as reviewers. Link: https://lkml.kernel.org/r/20211006180200.1178142-1-keescook@chromium.org Signed-off-by: Kees Cook Cc: Eric Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/MAINTAINERS b/MAINTAINERS index 3cf33e113..44949a6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7037,6 +7037,20 @@ F: include/trace/events/mdio.h F: include/uapi/linux/mdio.h F: include/uapi/linux/mii.h +EXEC & BINFMT API +R: Eric Biederman +R: Kees Cook +F: arch/alpha/kernel/binfmt_loader.c +F: arch/x86/ia32/ia32_aout.c +F: fs/*binfmt_*.c +F: fs/exec.c +F: include/linux/binfmts.h +F: include/linux/elf.h +F: include/uapi/linux/binfmts.h +F: tools/testing/selftests/exec/ +N: asm/elf.h +N: binfmt + EXFAT FILE SYSTEM M: Namjae Jeon M: Sungjong Seo