diff options
author | Kees Cook <keescook@chromium.org> | 2022-09-26 12:45:32 -0700 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2022-10-25 14:57:42 -0700 |
commit | 31970608a6d3796c3adbfbfd379fa3092de65c5d (patch) | |
tree | 5aab269f42a9353ae754a96fb180aac026ea7b6d /Documentation/core-api/kernel-api.rst | |
parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff) | |
download | linux-stable-31970608a6d3796c3adbfbfd379fa3092de65c5d.tar.gz linux-stable-31970608a6d3796c3adbfbfd379fa3092de65c5d.tar.bz2 linux-stable-31970608a6d3796c3adbfbfd379fa3092de65c5d.zip |
overflow: Fix kern-doc markup for functions
Fix the kern-doc markings for several of the overflow helpers and move
their location into the core kernel API documentation, where it belongs
(it's not driver-specific).
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: linux-hardening@vger.kernel.org
Reviewed-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'Documentation/core-api/kernel-api.rst')
-rw-r--r-- | Documentation/core-api/kernel-api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst index 0793c400d4b0..06f4ab122697 100644 --- a/Documentation/core-api/kernel-api.rst +++ b/Documentation/core-api/kernel-api.rst @@ -118,6 +118,12 @@ Text Searching CRC and Math Functions in Linux =============================== +Arithmetic Overflow Checking +---------------------------- + +.. kernel-doc:: include/linux/overflow.h + :internal: + CRC Functions ------------- |