]> www.infradead.org Git - users/jedix/linux-maple.git/commit
docs: sphinx/kernel_abi: use AbiParser directly
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 10 Feb 2025 10:18:04 +0000 (11:18 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 10 Feb 2025 18:19:57 +0000 (11:19 -0700)
commitee34f8300c8940758dc69f80107d9f5873c08f17
tree0be3aa63827ac2f17b9929b382a186ba8cbe5e57
parent9bec7870c64c00983773cfddab8d6a037f7767f3
docs: sphinx/kernel_abi: use AbiParser directly

Instead of running get_abi.py script, import AbiParser class and
handle messages directly there using an interactor. This shold save some
memory, as there's no need to exec python inside the Sphinx python
extension.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/8dbc244dcda97112c1b694e2512a5d600e62873b.1739182025.git.mchehab+huawei@kernel.org
Documentation/sphinx/kernel_abi.py
scripts/lib/abi/abi_parser.py