linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust entry after arm64 efi-entry.S file movement
@ 2022-10-28 11:56 Lukas Bulwahn
  2022-10-28 15:23 ` Ard Biesheuvel
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2022-10-28 11:56 UTC (permalink / raw)
  To: Ard Biesheuvel, linux-efi; +Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 6ed27461c9c8 ("arm64: efi: Move efi-entry.S into the libstub source
directory") moves arch/arm64/kernel/efi-entry.S to
drivers/firmware/efi/libstub/arm64-entry.S, but misses to adjust the
MAINTAINERS file.

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

Adjust the file entry in EXTENSIBLE FIRMWARE INTERFACE (EFI) to this file
movement.

As the file drivers/firmware/efi/libstub/arm64-entry.S is already covered
by the entry drivers/firmware/efi/, simply remove the arm64 file entry.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f4f908c28d7e..194ae5dd952e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7806,7 +7806,6 @@ F:	Documentation/admin-guide/efi-stub.rst
 F:	arch/*/include/asm/efi.h
 F:	arch/*/kernel/efi.c
 F:	arch/arm/boot/compressed/efi-header.S
-F:	arch/arm64/kernel/efi-entry.S
 F:	arch/x86/platform/efi/
 F:	drivers/firmware/efi/
 F:	include/linux/efi*.h
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: adjust entry after arm64 efi-entry.S file movement
  2022-10-28 11:56 [PATCH] MAINTAINERS: adjust entry after arm64 efi-entry.S file movement Lukas Bulwahn
@ 2022-10-28 15:23 ` Ard Biesheuvel
  0 siblings, 0 replies; 2+ messages in thread
From: Ard Biesheuvel @ 2022-10-28 15:23 UTC (permalink / raw)
  To: Lukas Bulwahn; +Cc: linux-efi, kernel-janitors, linux-kernel

On Fri, 28 Oct 2022 at 13:57, Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit 6ed27461c9c8 ("arm64: efi: Move efi-entry.S into the libstub source
> directory") moves arch/arm64/kernel/efi-entry.S to
> drivers/firmware/efi/libstub/arm64-entry.S, but misses to adjust the
> MAINTAINERS file.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken file pattern.
>
> Adjust the file entry in EXTENSIBLE FIRMWARE INTERFACE (EFI) to this file
> movement.
>
> As the file drivers/firmware/efi/libstub/arm64-entry.S is already covered
> by the entry drivers/firmware/efi/, simply remove the arm64 file entry.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Thanks, I'll queue this up along with the patch that moves the file.

> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f4f908c28d7e..194ae5dd952e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7806,7 +7806,6 @@ F:        Documentation/admin-guide/efi-stub.rst
>  F:     arch/*/include/asm/efi.h
>  F:     arch/*/kernel/efi.c
>  F:     arch/arm/boot/compressed/efi-header.S
> -F:     arch/arm64/kernel/efi-entry.S
>  F:     arch/x86/platform/efi/
>  F:     drivers/firmware/efi/
>  F:     include/linux/efi*.h
> --
> 2.17.1
>

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

end of thread, other threads:[~2022-10-28 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28 11:56 [PATCH] MAINTAINERS: adjust entry after arm64 efi-entry.S file movement Lukas Bulwahn
2022-10-28 15:23 ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).