[RFC PATCH 1/3] MAINTAINERS: Add scripts/install.sh into Kbuild entry

Tiezhu Yang posted 3 patches 2 weeks, 6 days ago
[RFC PATCH 1/3] MAINTAINERS: Add scripts/install.sh into Kbuild entry
Posted by Tiezhu Yang 2 weeks, 6 days ago
The common installation code is in scripts/install.sh, add it into
Kbuild entry to reflect the reality.

With this updated entry, folks running get_maintainer.pl on patches
that touch scripts/install.sh will know to send it to linux-kbuild@
as well.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index da9dbc1a4019..8effca525b71 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13681,6 +13681,7 @@ F:	scripts/include/
 F:	scripts/mk*
 F:	scripts/mod/
 F:	scripts/package/
+F:	scripts/install.sh
 F:	usr/
 
 KERNEL HARDENING (not covered by other areas)
-- 
2.42.0
Re: (subset) [RFC PATCH 1/3] MAINTAINERS: Add scripts/install.sh into Kbuild entry
Posted by Nathan Chancellor 6 days, 8 hours ago
On Tue, 20 Jan 2026 20:37:28 +0800, Tiezhu Yang wrote:
> The common installation code is in scripts/install.sh, add it into
> Kbuild entry to reflect the reality.
> 
> With this updated entry, folks running get_maintainer.pl on patches
> that touch scripts/install.sh will know to send it to linux-kbuild@
> as well.
> 
> [...]

Applied to

  https://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git kbuild-next

Thanks!

[1/3] MAINTAINERS: Add scripts/install.sh into Kbuild entry
      https://git.kernel.org/kbuild/c/1f77593d304e7

Please look out for regression or issue reports or other follow up
comments, as they may result in the patch/series getting dropped or
reverted. Patches applied to an "unstable" branch are accepted pending
wider testing in -next and any post-commit review; they will generally
be moved to the main branch in a week if no issues are found.

Best regards,
-- 
Nathan Chancellor <nathan@kernel.org>