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: admin-guide/abi: split files from symbols

Now that get_abi has gained support for filtering its output,
split ABI symbols from files at the html output.

That makes pages smaller and easier to navigate.

As an additional bonus, as it will paralelize files handling,
it gives an additional performance improvement.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/30e3cf2a8aeef23ca889de60a90f7de141e0dc0e.1739182025.git.mchehab+huawei@kernel.org

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
4bb2dbd7 5d7871d7

+53
+7
Documentation/admin-guide/abi-obsolete-files.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + Obsolete ABI Files 4 + ================== 5 + 6 + .. kernel-abi:: obsolete 7 + :no-symbols:
+1
Documentation/admin-guide/abi-obsolete.rst
··· 10 10 obsolete and when it can be expected to be removed. 11 11 12 12 .. kernel-abi:: obsolete 13 + :no-files:
+6
Documentation/admin-guide/abi-readme-file.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ABI README 4 + ========== 5 + 6 + .. kernel-abi:: README
+7
Documentation/admin-guide/abi-removed-files.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + Removed ABI Files 4 + ================= 5 + 6 + .. kernel-abi:: removed 7 + :no-symbols:
+1
Documentation/admin-guide/abi-removed.rst
··· 4 4 =================== 5 5 6 6 .. kernel-abi:: removed 7 + :no-files:
+7
Documentation/admin-guide/abi-stable-files.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + Stable ABI Files 4 + ================ 5 + 6 + .. kernel-abi:: stable 7 + :no-symbols:
+1
Documentation/admin-guide/abi-stable.rst
··· 13 13 be available. 14 14 15 15 .. kernel-abi:: stable 16 + :no-files:
+7
Documentation/admin-guide/abi-testing-files.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + Testing ABI Files 4 + ================= 5 + 6 + .. kernel-abi:: testing 7 + :no-symbols:
+1
Documentation/admin-guide/abi-testing.rst
··· 19 19 developers can easily notify them if any changes occur. 20 20 21 21 .. kernel-abi:: testing 22 + :no-files:
+15
Documentation/admin-guide/abi.rst
··· 4 4 Linux ABI description 5 5 ===================== 6 6 7 + ABI symbols 8 + ----------- 9 + 7 10 .. toctree:: 8 11 :maxdepth: 2 9 12 ··· 14 11 abi-testing 15 12 abi-obsolete 16 13 abi-removed 14 + 15 + ABI files 16 + --------- 17 + 18 + .. toctree:: 19 + :maxdepth: 2 20 + 21 + abi-readme-file 22 + abi-stable-files 23 + abi-testing-files 24 + abi-obsolete-files 25 + abi-removed-files