mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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
16 lines
423 B
ReStructuredText
16 lines
423 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
ABI stable symbols
|
|
==================
|
|
|
|
Documents the interfaces that the developer has defined to be stable.
|
|
|
|
Userspace programs are free to use these interfaces with no
|
|
restrictions, and backward compatibility for them will be guaranteed
|
|
for at least 2 years.
|
|
|
|
Most interfaces (like syscalls) are expected to never change and always
|
|
be available.
|
|
|
|
.. kernel-abi:: stable
|
|
:no-files:
|