diff options
author | Kees Cook <keescook@chromium.org> | 2018-10-18 01:45:32 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-10-18 20:22:43 +0200 |
commit | 84253c8be37d5f0b54d624be1bd1b90bbbfe14b3 (patch) | |
tree | 82d84f8859864580ea1a383fe51c2db6eb9001e7 /Documentation/driver-api | |
parent | kernel-doc: fix declaration type determination (diff) | |
download | linux-84253c8be37d5f0b54d624be1bd1b90bbbfe14b3.tar.xz linux-84253c8be37d5f0b54d624be1bd1b90bbbfe14b3.zip |
docs: Introduce deprecated APIs list
As discussed in the "API replacement/deprecation" thread[1], this makes
an effort to document what things shouldn't get (re)added to the kernel,
by introducing Documentation/process/deprecated.rst.
[1] https://lists.linuxfoundation.org/pipermail/ksummit-discuss/2018-September/005282.html
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/basics.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-api/basics.rst b/Documentation/driver-api/basics.rst index 826e85d50a16..e970fadf4d1a 100644 --- a/Documentation/driver-api/basics.rst +++ b/Documentation/driver-api/basics.rst @@ -121,6 +121,9 @@ Kernel utility functions .. kernel-doc:: kernel/rcu/update.c :export: +.. kernel-doc:: include/linux/overflow.h + :internal: + Device Resource Management -------------------------- |