[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220316050828.17255-1-lukas.bulwahn@gmail.com>
Date: Wed, 16 Mar 2022 06:08:28 +0100
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Borislav Petkov <bp@...en8.de>, x86@...nel.org
Cc: linux-mm@...ck.org, Eric Biederman <ebiederm@...ssion.com>,
Kees Cook <keescook@...omium.org>,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] MAINTAINERS: drop entry to removed file in EXEC & BINFMT API
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@...il.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@...ck.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
Powered by blists - more mailing lists