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@xxxxxxxxx> --- 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@xxxxxxxxx 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