All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
To: Borislav Petkov <bp@alien8.de>, x86@kernel.org
Cc: linux-mm@kvack.org, Eric Biederman <ebiederm@xmission.com>,
	Kees Cook <keescook@chromium.org>,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	Lukas Bulwahn <lukas.bulwahn@gmail.com>
Subject: [PATCH] MAINTAINERS: drop entry to removed file in EXEC & BINFMT API
Date: Wed, 16 Mar 2022 06:08:28 +0100	[thread overview]
Message-ID: <20220316050828.17255-1-lukas.bulwahn@gmail.com> (raw)

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


             reply	other threads:[~2022-03-16  5:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-16  5:08 Lukas Bulwahn [this message]
2022-03-16  7:48 ` [PATCH] MAINTAINERS: drop entry to removed file in EXEC & BINFMT API Borislav Petkov
2022-03-16  8:12   ` Lukas Bulwahn
2022-03-16  9:02     ` Borislav Petkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220316050828.17255-1-lukas.bulwahn@gmail.com \
    --to=lukas.bulwahn@gmail.com \
    --cc=bp@alien8.de \
    --cc=ebiederm@xmission.com \
    --cc=keescook@chromium.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.