[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1747747695.git.mchehab+huawei@kernel.org>
Date: Tue, 20 May 2025 15:33:05 +0200
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: "Jonathan Corbet" <corbet@....net>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Nicolas Schier <nicolas.schier@...ux.dev>,
Akira Yokosawa <akiyks@...il.com>,
Randy Dunlap <rdunlap@...radead.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
linux-doc@...r.kernel.org,
linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] Some kernel-doc fixes
Hi Jon,
Let me consolidate some patches on a single PR to make life simpler
for you. Those should address Stephen and Akira's concerns with
regards to KernelDoc class usage via sphinx kerneldoc.py extension.
Patch 1: don't let Sphinx suppress errors/warnings;
Patch 2: fix a KeyError when trying to acess data from non-existing files;
Patch 3: add try/except blocks to avoid crashes when handling bad
kernel-doc markups;
Patch 4: makes Lore and kernel-doc ML receive patches related
to kernel-doc.py and get_abi.py.
Patches 1 to 3 were already submitted on separate series. Patch 4 is new.
Regards,
Mauro
Mauro Carvalho Chehab (4):
docs: kerneldoc.py: don't use Sphinx logger
scripts: kernel-doc: prevent a KeyError when checking output
docs: kerneldoc.py: add try/except blocks for kernel-doc class errors
MAINTAINERS: update linux-doc entry to cover new Python scripts
Documentation/sphinx/kerneldoc.py | 27 ++++++++++++++++++++++-----
MAINTAINERS | 5 ++++-
scripts/lib/kdoc/kdoc_files.py | 4 ++++
3 files changed, 30 insertions(+), 6 deletions(-)
--
2.49.0
Powered by blists - more mailing lists