From nobody Wed Oct 8 17:33:59 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 6188C27EFFE; Thu, 26 Jun 2025 08:13: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=1750925627; cv=none; b=FTjV4f8F3oTKzwF1m/kwX1HgRMR8Mbnk6P40400krtlJ8hgplBUdS3LnCY8Lv7DZvAqOpbBRCT6Q4CRtV3UFzJKVj8bHGaqQ9RzFkqOsGwCo+oH9uVeX3zv8PcA8Zh7GBbhiJKl9hpkv3ecQI3czs+mxSKk7KZRpRNG1pvOk0kA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750925627; c=relaxed/simple; bh=X4Z02Ix5q9iOywebPzf+auB7H7wMBOxaBbJ6xul2TEQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=adhCPSms0fKpnwoYd+VqORc+PgnX+yVFoK1l+1IHY7lZTWWdjvtl+Lg18znh7rqeJGo3udRbYV4bPfrOHixPp601qig5unIgx9tOOj6kjuf7vKdXPgTJVhrEIFBQhn2lOTe656VSaOLHEaD0ScNL9wqkWA+789e0VIlAjY87dOE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dZSSc3lC; 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="dZSSc3lC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC25DC4CEEB; Thu, 26 Jun 2025 08:13:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750925626; bh=X4Z02Ix5q9iOywebPzf+auB7H7wMBOxaBbJ6xul2TEQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dZSSc3lCHhZXhuA2md7b515cucg4Swx55ngDIM3p8xWzDXuIJYHo9QrQpY+Qq0r3J rKIcqHBIu05SVf7Gyqg05fyvjxPP13sN/rot3n7975NE34Pop39+Pj2GC7rK8pWIWD lFs0hArYMFEQEoukuMxOtId0OatSuvE9+kBCJQSnVLXWI3g92yIA8ITKEwg84KFzTT jjJ+Dp2Rj58wBvHXLNARlU280PCJZ8LWZON2u8NhEDKHTR+bOB7PeCev8T6UEglJ3/ jqf64eczb2aZs6d/y+a7lDqa8awAbZOnUB6yuJwkLAgU/PqNsQbIkLpgq+pULDE7cQ TsoQGW1RuI46w== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1uUhjT-00000004sw2-23mC; Thu, 26 Jun 2025 10:13:19 +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" , "Randy Dunlap" , "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 v8 10/13] MAINTAINERS: add netlink_yml_parser.py to linux-doc Date: Thu, 26 Jun 2025 10:13:06 +0200 Message-ID: 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 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 Reviewed-by: Breno Leitao Reviewed-by: Donald Hunter --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index a92290fffa16..ffe3afdad157 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/lib/doc_generator.py F: scripts/sphinx-pre-install X: Documentation/ABI/ X: Documentation/admin-guide/media/ --=20 2.49.0