linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: drop entry to removed file in EXEC & BINFMT API
@ 2022-03-16  5:08 Lukas Bulwahn
  2022-03-16  7:48 ` Borislav Petkov
  0 siblings, 1 reply; 4+ messages in thread
From: Lukas Bulwahn @ 2022-03-16  5:08 UTC (permalink / raw)
  To: Borislav Petkov, x86
  Cc: linux-mm, Eric Biederman, Kees Cook, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit f9444ea5e208 ("x86: Remove a.out support") removes
arch/x86/ia32/ia32_aout.c, but misses a reference to that file in
MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Drop the file entry to the removed file in EXEC & BINFMT API.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Borislav, please pick this minor clean-up patch on your -next tree on top
of the commit above.

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8f5d5fb7cdde..faa5e53db1dd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7365,7 +7365,6 @@ 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
 F:	fs/exec.c
 F:	include/linux/binfmts.h
-- 
2.17.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-16  9:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16  5:08 [PATCH] MAINTAINERS: drop entry to removed file in EXEC & BINFMT API Lukas Bulwahn
2022-03-16  7:48 ` Borislav Petkov
2022-03-16  8:12   ` Lukas Bulwahn
2022-03-16  9:02     ` Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox