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