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 0BC1F395DA2; Fri, 6 Mar 2026 15:25:22 +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=1772810723; cv=none; b=ary91tUpjHe1dwPMKMfovAbBpd/z3MCa7/5bvuUp+fbeoktSA4wsT7kd5lkxbjUkw/PUSStmUc3B0sxtpPxh6zvVAhDqFVDkQz0kOT8xUR6H0ntPkJ23bvIgXM522He5gSZ9mSR9BFp6l2X8ipmYrGCSj1ELKRr9wOKtZrO6C84= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772810723; c=relaxed/simple; bh=UjqECoU50me+Zf76kfj29GdCILskkcKoi1Cv+9xVQXg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=ZW1//GBcGXjeOMAu+z+KEuvc7j9N+7RmZ1pDiwWe2sAj6P1t+GaTK6kut6O42ERXyo0lP0Pg8py4aRV2g/EtR6K0x/tXRJi4tMywlLIc103I/4eOHGRzaRbfiCYUjK/cc6z0gYo4EqmfKp2fdG+4krNndEPxkmtWAzlbqPNhEmY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=X9JBNXIQ; 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="X9JBNXIQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9F2CCC4CEF7; Fri, 6 Mar 2026 15:25:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772810722; bh=UjqECoU50me+Zf76kfj29GdCILskkcKoi1Cv+9xVQXg=; h=From:To:Cc:Subject:Date:From; b=X9JBNXIQHGvJ8xShdOVNushozmOEIJAn781w/dr0D+zZiZ6uwKgXsTjnBW/YpWe0Y sVlDSTSTs188x/Erl3gaJ0DJin5eYFOOmd3qiqvMyV2e0OdxS8UF/F1pV3649jIDoZ EvrWhMhWr2P64V8OIRSXH1DHBmfRMpYse1wMXVVnPYHXXYpv6fdxAKi89nDPCnCDDx yqVtgCV0q52Z+6ssR6Xm0PaVS63kU0DU2EOI8LtiZ2ohvzMTmWEmKrrXObKBYk3rPp wj+5KQrvkg/f13KDohCTm/XCzhXUgrvscTMO7h+ZOpkstr+3rBj0yW4NvnWiOlZBbU X5PWLpVZ7Jcaw== Received: from mchehab by mail.kernel.org with local (Exim 4.99.1) (envelope-from ) id 1vyX3I-000000074uy-2FhE; Fri, 06 Mar 2026 16:25:20 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Randy Dunlap Subject: [PATCH v2 0/2] Better handle xform class Date: Fri, 6 Mar 2026 16:25:13 +0100 Message-ID: X-Mailer: git-send-email 2.52.0 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab 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(-) -- 2.52.0