From nobody Fri Oct 10 18:18:31 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8972C2E7F36; Fri, 13 Jun 2025 11:42:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749814967; cv=none; b=oQ8D+JwpeBJcbdURAx888kmdrAOfEwZLyDC7mw7RE+eDaCPzJcO4/r74dc2ycDXwv6paiYdJcztiG081Cjb0fCWvnc23X/0u3bhW8iT1b+gSjn1iVRRPiyyBrRDAKjFgzs2GXbOpXAw9yV9Y6kvIsrf+ztIStWLeibk+zGxTi/I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749814967; c=relaxed/simple; bh=qdx5eLFhJs3mwB2br6zWhdyUu0aQq9T5BmAjQqI3pSk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=BCMOihGies2BUU/SdMqFvtqxEoLnt0rQ5yP/Sol9G9c3vPVat4MLgi+Oasftj1+DNRiJHJfvPuA1HtDyYvmjBfdjPV+fILFUYydnWJq7hagQwJBVMmpURmrqZPxAQhRrZkI5IUGIGFd+FCcBpaAcdalobttGqwX1ERcngIFL9bY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tMFGL2LM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tMFGL2LM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1EA28C4CEE3; Fri, 13 Jun 2025 11:42:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1749814967; bh=qdx5eLFhJs3mwB2br6zWhdyUu0aQq9T5BmAjQqI3pSk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tMFGL2LMp6jcV5y3OjWE1cneuwdj/V41scMM0iuDv5YGDEbEw0TEbmpgLm9ihPPzr QuL3oTW6HiBiU5Gn8A17+/gDWwFj/1+uSGc3N/NfMvuWht2VkizyXieWpsFwULRlLM 13Z+fTR4+4L1BEuQHrU4uVhCw1C4Ly3r4nXB97r1O+y7HzI7zjc3Xw0jxXC5cPYUS1 wpUuSmYwJXIm5Tn1aA2B5RC1DFJV1GaPh3e9TaRpyJz2gIH7eQKCnKDXAVRvG8bIYC Tzbq/0ymJ6REa32YPq+ItHq2iA6hec4XPG3ZPYDJ00hRRE0OWyuSHtXD0HMvt1uuot pfzocEgnH4FQg== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1uQ2o1-00000005dFe-1WGD; Fri, 13 Jun 2025 13:42:45 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , "Akira Yokosawa" , "Breno Leitao" , "David S. Miller" , "Donald Hunter" , "Eric Dumazet" , "Ignacio Encinas Rubio" , "Jan Stancek" , "Marco Elver" , "Mauro Carvalho Chehab" , "Paolo Abeni" , "Ruben Wauters" , "Shuah Khan" , joel@joelfernandes.org, linux-kernel-mentees@lists.linux.dev, linux-kernel@vger.kernel.org, lkmm@lists.linux.dev, netdev@vger.kernel.org, peterz@infradead.org, stern@rowland.harvard.edu Subject: [PATCH v3 15/16] MAINTAINERS: add maintainers for netlink_yml_parser.py Date: Fri, 13 Jun 2025 13:42:36 +0200 Message-ID: <6de10a419ab9740030f9508e6e913639953cc656.1749812870.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: Mauro Carvalho Chehab Content-Type: text/plain; charset="utf-8" The parsing code from tools/net/ynl/pyynl/ynl_gen_rst.py was moved to scripts/lib/netlink_yml_parser.py. Its maintainership is done by Netlink maintainers. Yet, as it is used by Sphinx build system, add it also to linux-doc maintainers, as changes there might affect documentation builds. So, linux-docs ML should ideally be C/C on changes to it. Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a92290fffa16..2c0b13e5d8fc 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: scripts/lib/netlink_yml_parser.py F: scripts/sphinx-pre-install X: Documentation/ABI/ X: Documentation/admin-guide/media/ @@ -27314,6 +27315,7 @@ M: Jakub Kicinski F: Documentation/netlink/ F: Documentation/userspace-api/netlink/intro-specs.rst F: Documentation/userspace-api/netlink/specs.rst +F: scripts/lib/netlink_yml_parser.py F: tools/net/ynl/ =20 YEALINK PHONE DRIVER --=20 2.49.0