mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 18:11:47 +00:00
a7ee04b3ef
As we don't want a generic Sphinx extension to execute commands, change the one proposed to Markus to call the abi_book.pl script. Use a script to parse the Documentation/ABI directory and output it at the admin-guide. Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/5651482b06500e69a1acdf92152f90a203e6521d.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 lines
722 B
ReStructuredText
20 lines
722 B
ReStructuredText
ABI testing symbols
|
|
===================
|
|
|
|
Documents interfaces that are felt to be stable,
|
|
as the main development of this interface has been completed.
|
|
|
|
The interface can be changed to add new features, but the
|
|
current interface will not break by doing this, unless grave
|
|
errors or security problems are found in them.
|
|
|
|
Userspace programs can start to rely on these interfaces, but they must
|
|
be aware of changes that can occur before these interfaces move to
|
|
be marked stable.
|
|
|
|
Programs that use these interfaces are strongly encouraged to add their
|
|
name to the description of these interfaces, so that the kernel
|
|
developers can easily notify them if any changes occur.
|
|
|
|
.. kernel-abi:: $srctree/Documentation/ABI/testing
|