Re: [PATCH v2 0/2] Better handle xform class

From: Jonathan Corbet

Date: Mon Mar 09 2026 - 12:38:22 EST


Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> writes:

> Hi Jon,
>
> Those two patches are meant to help re-using kernel-doc outside
> Linux Kernel. Currently, QEMU uses it, but it requires a different
> transforms table. The first patch adds support to overriding it
> there; The second one documents its ABI.
>
> -
>
> I'm picking those two patches from the past series. Those were
> merged together with man fixes, but they're unrelated.
>
> So, let's place them in separate.
>
> Mauro Carvalho Chehab (2):
> docs: kdoc_files: allows the caller to use a different xforms class
> docs: kdoc_files: document KernelFiles() ABI
>
> tools/lib/python/kdoc/kdoc_files.py | 53 +++++++++++++++++++++++++++--
> 1 file changed, 50 insertions(+), 3 deletions(-)

Applied, thanks.

jon