Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add kabi modules documentation

Place kernel abi modules documentation at Linux Kernel docs.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <ddc02f11d64fdfc0d8d3e3e0967e041b5172da6c.1768838938.git.mchehab+huawei@kernel.org>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
9fa4ee7c 333f602e

+55
+13
Documentation/tools/kabi.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ===================================== 4 + Kernel ABI documentation tool modules 5 + ===================================== 6 + 7 + .. toctree:: 8 + :maxdepth: 2 9 + 10 + kabi_parser 11 + kabi_regex 12 + kabi_symbols 13 + kabi_helpers
+11
Documentation/tools/kabi_helpers.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ================= 4 + Ancillary classes 5 + ================= 6 + 7 + .. automodule:: lib.python.abi.helpers 8 + :members: 9 + :member-order: bysource 10 + :show-inheritance: 11 + :undoc-members:
+10
Documentation/tools/kabi_parser.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ===================================== 4 + Kernel ABI documentation parser class 5 + ===================================== 6 + 7 + .. automodule:: lib.python.abi.abi_parser 8 + :members: 9 + :show-inheritance: 10 + :undoc-members:
+10
Documentation/tools/kabi_regex.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ============================= 4 + ABI regex search symbol class 5 + ============================= 6 + 7 + .. automodule:: lib.python.abi.abi_regex 8 + :members: 9 + :show-inheritance: 10 + :undoc-members:
+10
Documentation/tools/kabi_symbols.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ========================================= 4 + System ABI documentation validation class 5 + ========================================= 6 + 7 + .. automodule:: lib.python.abi.system_symbols 8 + :members: 9 + :show-inheritance: 10 + :undoc-members:
+1
Documentation/tools/python.rst
··· 8 8 :maxdepth: 4 9 9 10 10 kdoc 11 + kabi