1.. SPDX-License-Identifier: GPL-2.0
2
3ABI testing symbols
4===================
5
6Documents interfaces that are felt to be stable,
7as the main development of this interface has been completed.
8
9The interface can be changed to add new features, but the
10current interface will not break by doing this, unless grave
11errors or security problems are found in them.
12
13Userspace programs can start to rely on these interfaces, but they must
14be aware of changes that can occur before these interfaces move to
15be marked stable.
16
17Programs that use these interfaces are strongly encouraged to add their
18name to the description of these interfaces, so that the kernel
19developers can easily notify them if any changes occur.
20
21.. kernel-abi:: testing
22   :no-files:
23