~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/README

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/ABI/README (Version linux-6.12-rc7) and /Documentation/ABI/README (Version linux-5.19.17)


  1 This directory attempts to document the ABI be      1 This directory attempts to document the ABI between the Linux kernel and
  2 userspace, and the relative stability of these      2 userspace, and the relative stability of these interfaces.  Due to the
  3 everchanging nature of Linux, and the differin      3 everchanging nature of Linux, and the differing maturity levels, these
  4 interfaces should be used by userspace program      4 interfaces should be used by userspace programs in different ways.
  5                                                     5 
  6 We have four different levels of ABI stability      6 We have four different levels of ABI stability, as shown by the four
  7 different subdirectories in this location.  In      7 different subdirectories in this location.  Interfaces may change levels
  8 of stability according to the rules described       8 of stability according to the rules described below.
  9                                                     9 
 10 The different levels of stability are:             10 The different levels of stability are:
 11                                                    11 
 12   stable/                                          12   stable/
 13         This directory documents the interface     13         This directory documents the interfaces that the developer has
 14         defined to be stable.  Userspace progr     14         defined to be stable.  Userspace programs are free to use these
 15         interfaces with no restrictions, and b     15         interfaces with no restrictions, and backward compatibility for
 16         them will be guaranteed for at least 2     16         them will be guaranteed for at least 2 years.  Most interfaces
 17         (like syscalls) are expected to never      17         (like syscalls) are expected to never change and always be
 18         available.                                 18         available.
 19                                                    19 
 20   testing/                                         20   testing/
 21         This directory documents interfaces th     21         This directory documents interfaces that are felt to be stable,
 22         as the main development of this interf     22         as the main development of this interface has been completed.
 23         The interface can be changed to add ne     23         The interface can be changed to add new features, but the
 24         current interface will not break by do     24         current interface will not break by doing this, unless grave
 25         errors or security problems are found      25         errors or security problems are found in them.  Userspace
 26         programs can start to rely on these in     26         programs can start to rely on these interfaces, but they must be
 27         aware of changes that can occur before     27         aware of changes that can occur before these interfaces move to
 28         be marked stable.  Programs that use t     28         be marked stable.  Programs that use these interfaces are
 29         strongly encouraged to add their name      29         strongly encouraged to add their name to the description of
 30         these interfaces, so that the kernel d     30         these interfaces, so that the kernel developers can easily
 31         notify them if any changes occur (see      31         notify them if any changes occur (see the description of the
 32         layout of the files below for details      32         layout of the files below for details on how to do this.)
 33                                                    33 
 34   obsolete/                                        34   obsolete/
 35         This directory documents interfaces th     35         This directory documents interfaces that are still remaining in
 36         the kernel, but are marked to be remov     36         the kernel, but are marked to be removed at some later point in
 37         time.  The description of the interfac     37         time.  The description of the interface will document the reason
 38         why it is obsolete and when it can be      38         why it is obsolete and when it can be expected to be removed.
 39                                                    39 
 40   removed/                                         40   removed/
 41         This directory contains a list of the      41         This directory contains a list of the old interfaces that have
 42         been removed from the kernel.              42         been removed from the kernel.
 43                                                    43 
 44 Every file in these directories will contain t     44 Every file in these directories will contain the following information:
 45                                                    45 
 46 What:           Short description of the inter     46 What:           Short description of the interface
 47 Date:           Date created                       47 Date:           Date created
 48 KernelVersion:  Kernel version this feature fi     48 KernelVersion:  Kernel version this feature first showed up in.
 49 Contact:        Primary contact for this inter     49 Contact:        Primary contact for this interface (may be a mailing list)
 50 Description:    Long description of the interf     50 Description:    Long description of the interface and how to use it.
 51 Users:          All users of this interface wh     51 Users:          All users of this interface who wish to be notified when
 52                 it changes.  This is very impo     52                 it changes.  This is very important for interfaces in
 53                 the "testing" stage, so that k     53                 the "testing" stage, so that kernel developers can work
 54                 with userspace developers to e     54                 with userspace developers to ensure that things do not
 55                 break in ways that are unaccep     55                 break in ways that are unacceptable.  It is also
 56                 important to get feedback for      56                 important to get feedback for these interfaces to make
 57                 sure they are working in a pro     57                 sure they are working in a proper way and do not need to
 58                 be changed further.                58                 be changed further.
 59                                                    59 
 60                                                    60 
 61 Note:                                              61 Note:
 62    The fields should be use a simple notation,     62    The fields should be use a simple notation, compatible with ReST markup.
 63    Also, the file **should not** have a top-le     63    Also, the file **should not** have a top-level index, like::
 64                                                    64 
 65         ===                                        65         ===
 66         foo                                        66         foo
 67         ===                                        67         ===
 68                                                    68 
 69 How things move between levels:                    69 How things move between levels:
 70                                                    70 
 71 Interfaces in stable may move to obsolete, as      71 Interfaces in stable may move to obsolete, as long as the proper
 72 notification is given.                             72 notification is given.
 73                                                    73 
 74 Interfaces may be removed from obsolete and th     74 Interfaces may be removed from obsolete and the kernel as long as the
 75 documented amount of time has gone by.             75 documented amount of time has gone by.
 76                                                    76 
 77 Interfaces in the testing state can move to th     77 Interfaces in the testing state can move to the stable state when the
 78 developers feel they are finished.  They canno     78 developers feel they are finished.  They cannot be removed from the
 79 kernel tree without going through the obsolete     79 kernel tree without going through the obsolete state first.
 80                                                    80 
 81 It's up to the developer to place their interf     81 It's up to the developer to place their interfaces in the category they
 82 wish for it to start out in.                       82 wish for it to start out in.
 83                                                    83 
 84                                                    84 
 85 Notable bits of non-ABI, which should not unde     85 Notable bits of non-ABI, which should not under any circumstances be considered
 86 stable:                                            86 stable:
 87                                                    87 
 88 - Kconfig.  Userspace should not rely on the p     88 - Kconfig.  Userspace should not rely on the presence or absence of any
 89   particular Kconfig symbol, in /proc/config.g     89   particular Kconfig symbol, in /proc/config.gz, in the copy of .config
 90   commonly installed to /boot, or in any invoc     90   commonly installed to /boot, or in any invocation of the kernel build
 91   process.                                         91   process.
 92                                                    92 
 93 - Kernel-internal symbols.  Do not rely on the     93 - Kernel-internal symbols.  Do not rely on the presence, absence, location, or
 94   type of any kernel symbol, either in System.     94   type of any kernel symbol, either in System.map files or the kernel binary
 95   itself.  See Documentation/process/stable-ap     95   itself.  See Documentation/process/stable-api-nonsense.rst.
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php