Message ID | 20211006180200.1178142-1-keescook@chromium.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | b15be237a95f18609c6149b0c6a11d6ce4715228 |
Headers | show |
Series | MAINTAINERS: Add "exec & binfmt" section with myself and Eric | expand |
On Wed, 6 Oct 2021 11:02:00 -0700 Kees Cook <keescook@chromium.org> wrote: > 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. Could add myself sometime as well, I guess. For some reason I am suspiciously absent from MAINTAINERS. switch (subsystem) { ... default: akpm; }
On Wed, Oct 06, 2021 at 06:00:33PM -0700, Andrew Morton wrote: > On Wed, 6 Oct 2021 11:02:00 -0700 Kees Cook <keescook@chromium.org> wrote: > > > 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. > > Could add myself sometime as well, I guess. For some reason I am > suspiciously absent from MAINTAINERS. > > switch (subsystem) { > ... > default: > akpm; > } Heh, well, I always assumed you didn't want to be explicitly listed there. :)
diff --git a/MAINTAINERS b/MAINTAINERS index abdcbcfef73d..385b12e37c43 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7020,6 +7020,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 <ebiederm@xmission.com> +R: Kees Cook <keescook@chromium.org> +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 <linkinjeon@kernel.org> M: Sungjong Seo <sj1557.seo@samsung.com>
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. Cc: Eric Biederman <ebiederm@xmission.com> Signed-off-by: Kees Cook <keescook@chromium.org> --- MAINTAINERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+)