[PATCH v5 15/15] MAINTAINERS: add netlink_yml_parser.py to linux-doc

Mauro Carvalho Chehab posted 15 patches 7 months, 3 weeks ago
There is a newer version of this series
[PATCH v5 15/15] MAINTAINERS: add netlink_yml_parser.py to linux-doc
Posted by Mauro Carvalho Chehab 7 months, 3 weeks ago
The documentation build depends on the parsing code
at ynl_gen_rst.py. Ensure that changes to it will be c/c
to linux-doc ML and maintainers by adding an entry for
it. This way, if a change there would affect the build,
or the minimal version required for Python, doc developers
may know in advance.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a92290fffa16..caa3425e5755 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7202,6 +7202,7 @@ F:	scripts/get_abi.py
 F:	scripts/kernel-doc*
 F:	scripts/lib/abi/*
 F:	scripts/lib/kdoc/*
+F:	tools/net/ynl/pyynl/netlink_yml_parser.py
 F:	scripts/sphinx-pre-install
 X:	Documentation/ABI/
 X:	Documentation/admin-guide/media/
-- 
2.49.0
Re: [PATCH v5 15/15] MAINTAINERS: add netlink_yml_parser.py to linux-doc
Posted by Breno Leitao 7 months, 3 weeks ago
On Tue, Jun 17, 2025 at 10:02:12AM +0200, Mauro Carvalho Chehab wrote:
> The documentation build depends on the parsing code
> at ynl_gen_rst.py. Ensure that changes to it will be c/c
> to linux-doc ML and maintainers by adding an entry for
> it. This way, if a change there would affect the build,
> or the minimal version required for Python, doc developers
> may know in advance.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
>
Reviewed-by: Breno Leitao <leitao@debian.org>