diff mbox series

MAINTAINERS: Add usr/ (initramfs generation) to KBUILD

Message ID 20230816062219.1086685-1-nicolas@fjasle.eu (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: Add usr/ (initramfs generation) to KBUILD | expand

Commit Message

Nicolas Schier Aug. 16, 2023, 6:22 a.m. UTC
From: Nicolas Schier <n.schier@avm.de>

Add scripts for generating initramfs to KBUILD, to prevent idling of
patches for usr/.

Signed-off-by: Nicolas Schier <n.schier@avm.de>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Masahiro Yamada Aug. 20, 2023, 1:26 a.m. UTC | #1
On Fri, Aug 18, 2023 at 10:40 AM Nicolas Schier <nicolas@fjasle.eu> wrote:
>
> From: Nicolas Schier <n.schier@avm.de>
>
> Add scripts for generating initramfs to KBUILD, to prevent idling of
> patches for usr/.
>
> Signed-off-by: Nicolas Schier <n.schier@avm.de>
> ---
>  MAINTAINERS | 1 +


Applied to linux-kbuild.
Thanks.


>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d516295978a4..eff293e8d3bf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11296,6 +11296,7 @@ F:      scripts/dummy-tools/
>  F:     scripts/mk*
>  F:     scripts/mod/
>  F:     scripts/package/
> +F:     usr/
>
>  KERNEL HARDENING (not covered by other areas)
>  M:     Kees Cook <keescook@chromium.org>
> --
> 2.39.2
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index d516295978a4..eff293e8d3bf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11296,6 +11296,7 @@  F:	scripts/dummy-tools/
 F:	scripts/mk*
 F:	scripts/mod/
 F:	scripts/package/
+F:	usr/
 
 KERNEL HARDENING (not covered by other areas)
 M:	Kees Cook <keescook@chromium.org>