From mboxrd@z Thu Jan 1 00:00:00 1970 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 12B352E975A; Wed, 9 Jul 2025 15:59:08 +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=1752076749; cv=none; b=alijlTyaDnaWZOZgiClzyYtQFileD/5uKJZKPVX0nzlNoJWWR9pcPVB7KBTWHBoFNvX5IJZuLC9NdI2nocVhzS06Rh8FR8WGpka3OrRuxv4c01cxnETvmtrwj9FQOS9uPRKnnRnJMGD/7uT3sQYz8aOjamxDi43dJYrJMpTMXFI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752076749; c=relaxed/simple; bh=I9xfKt4o8uiH29LP7HMJc0AeFwdIlfRvdpCS3v7bSi0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=UUStOF2mfy9dVrTaIQCxOZNyVjhj3uG1/g4YVenCwIFacW6ZSJYe2FTy5bkLswt4uGVS1/rMtsl9x6JEF9qmG35Dj8+1yQ3LPU7Sty6AOftZW9EYTGE83MzE9V0w6eEf1vdjtHAwi+wOChru2GfrvfkHrYWpD1xY6fev22nPq30= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OtE3QdnX; 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="OtE3QdnX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A0CCAC4CEF1; Wed, 9 Jul 2025 15:59:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752076748; bh=I9xfKt4o8uiH29LP7HMJc0AeFwdIlfRvdpCS3v7bSi0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OtE3QdnXdyCtaLbotAMT4nwt1zCtja+xZFMcaa2y6tbv1G2tKbJdZraD37MMRUWWR XiGaujar0fbTq7K2j0ZAfykuGQ+FZJqEy8n7NolzJMeCKqLVK4hZwnycMo4Qnckrsn YbOOKjYZEmWSNS/DQilgxG/VHc+D57AbyhL8l/yRiSZYUInpIhNBWVQ0qHUxWKyYm4 YmKDcFlKBa4x/Yycs48aRhIBOu5OMFBoTm4p/SfoOmsJweXMzVbITvDIz3I7wKJAFQ VmozwAvI70fNYlGuOATsPjhZFdLgfap4Od7TevgpcO7oUgyi5+22QaH8Zo1VKNgXtE ElISEVpic0pbQ== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1uZXCJ-00000000IhH-1oa3; Wed, 09 Jul 2025 17:59:03 +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" , "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 v9 10/13] MAINTAINERS: add netlink_yml_parser.py to linux-doc Date: Wed, 9 Jul 2025 17:58:54 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab 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 b02127967322..f509a16054ec 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/ -- 2.49.0