On Wed, Dec 06, 2023 at 09:58:45AM -0800, Andrew Morton wrote: > > The patch titled > Subject: ELF, MAINTAINERS: specifically mention ELF > has been added to the -mm mm-hotfixes-unstable branch. Its filename is > elf-maintainers-specifically-mention-elf.patch FWIW, I've snagged this via the execve tree. -Kees > > This patch will shortly appear at > https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/elf-maintainers-specifically-mention-elf.patch > > This patch will later appear in the mm-hotfixes-unstable branch at > git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > > Before you just go and hit "reply", please: > a) Consider who else should be cc'ed > b) Prefer to cc a suitable mailing list as well > c) Ideally: find the original patch on the mailing list and do a > reply-to-all to that, adding suitable additional cc's > > *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** > > The -mm tree is included into linux-next via the mm-everything > branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > and is updated there every 2-3 working days > > ------------------------------------------------------ > From: Alexey Dobriyan <adobriyan@xxxxxxxxx> > Subject: ELF, MAINTAINERS: specifically mention ELF > Date: Wed, 6 Dec 2023 12:21:42 +0300 > > People complain when I miss people in Cc. > > Link: https://lkml.kernel.org/r/2cb0891e-d7c0-4939-bb5f-282812de6078@p183 > Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> > Cc: Eric Biederman <ebiederm@xxxxxxxxxxxx> > Cc: Kees Cook <keescook@xxxxxxxxxxxx> > > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > --- > > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/MAINTAINERS~elf-maintainers-specifically-mention-elf > +++ a/MAINTAINERS > @@ -7880,7 +7880,7 @@ F: include/uapi/linux/mdio.h > F: include/uapi/linux/mii.h > F: net/core/of_net.c > > -EXEC & BINFMT API > +EXEC & BINFMT API, ELF > R: Eric Biederman <ebiederm@xxxxxxxxxxxx> > R: Kees Cook <keescook@xxxxxxxxxxxx> > L: linux-mm@xxxxxxxxx > _ > > Patches currently in -mm which might be from adobriyan@xxxxxxxxx are > > elf-maintainers-specifically-mention-elf.patch > -- Kees Cook