From nobody Fri Oct 10 14:04:18 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 B47BF28FAB5; Tue, 17 Jun 2025 08:02:32 +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=1750147352; cv=none; b=lxTep79uFI8QE1qVpvRpHCSAtL6D1HZk09fL5vcNRjMRSDaRuna9iwZLmJScNdpMI1c6L0CEwrI45KABR2eepBphrsLc8nqg+tBd+b8ssyqTe8g71iWGAklZ8Ye3X0YmM2Beil5Sbohix5ihFUtMxSNC4x/sCRdzYC4tW4HWb9A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750147352; c=relaxed/simple; bh=2wpS1pJgr4e8EIQ3/QK7bcd03hAN/nvcFh7aQufz/C8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=V1+LYKK2WqU6zfQNj8FbcuE1ufO7hgm0ltMaFqeIncpprn5ieHmcRRMjkddWmb6Ce89Vcz1Th9RX9sFuFtLCxRCHL2p3ieLQW20cqpTJuSTpf0CX2FQOH4+YLU2X3OX27qcTh7ZpQKOZkwhHsV7hv2TS0i/YUJyepAHxZauholA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NZyIK/Ta; 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="NZyIK/Ta" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A778C4CEFA; Tue, 17 Jun 2025 08:02:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750147352; bh=2wpS1pJgr4e8EIQ3/QK7bcd03hAN/nvcFh7aQufz/C8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NZyIK/TalGBKsKZzFsFFlNCwzfFsIiVf9mLw0FUGE1ZoIyqeTHB3mX1VyAgAmjMWA 3h9pZAadJU6Pq4URI3Ukz9AWepHXnlWCoRcOmespX3Tj9THY+FpUUhcEvHEm/pBcZ+ +FSLWy/qn2FgCJU5l3bR/+WgfJV25zBbtZPW4Ox2VU8aEFEiwaKkxMcet9VqWSZTN6 QVnC4xgeb6nrGArVP/JS41VtGyjUDhOS+KV1zzkltB/Tc3M6UelGzCas5T6fnyJUbu 5p6uLK47lrM6k6EhRJksY50sHw6a8VUsZBtkeQdvUj/KhttLcSjpKzVfQJTY2Pt1LJ IPlOToNcYTimA== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1uRRH4-00000001vdk-1Gaq; Tue, 17 Jun 2025 10:02:30 +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 v5 15/15] MAINTAINERS: add netlink_yml_parser.py to linux-doc Date: Tue, 17 Jun 2025 10:02:12 +0200 Message-ID: <0db3a4962bfba8eca4a7e0404331ce1398701f5d.1750146719.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 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 --- 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/ --=20 2.49.0