Documentation/admin-guide/abi-stable.rst

Source file repositories/reference/linux-study-clean/Documentation/admin-guide/abi-stable.rst

File Facts

System
Linux kernel
Corpus path
Documentation/admin-guide/abi-stable.rst
Extension
.rst
Size
423 bytes
Lines
17
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

.. 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:

Annotation

Implementation Notes