summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-10-27 12:31:57 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-10-27 12:31:57 -0700
commit2eb72d85acf3357e6d7c88febcc0ad553805364b (patch)
treef75047af83659f427c97f22f5eb1cecd2e3c8c1d /Documentation/driver-api
parent7f9a7cd690c7d59cde03027aee9bebd83b4a9dc6 (diff)
parent72c3ebea375c39413d02113758319b74ecd790bd (diff)
downloadlinux-2eb72d85acf3357e6d7c88febcc0ad553805364b.tar.bz2
Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull hardening fixes from Kees Cook: - Fix older Clang vs recent overflow KUnit test additions (Nick Desaulniers, Kees Cook) - Fix kern-doc visibility for overflow helpers (Kees Cook) * tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: overflow: Refactor test skips for Clang-specific issues overflow: disable failing tests for older clang versions overflow: Fix kern-doc markup for functions
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/basics.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/driver-api/basics.rst b/Documentation/driver-api/basics.rst
index 3e2dae954898..4b4d8e28d3be 100644
--- a/Documentation/driver-api/basics.rst
+++ b/Documentation/driver-api/basics.rst
@@ -107,9 +107,6 @@ Kernel utility functions
.. kernel-doc:: kernel/panic.c
:export:
-.. kernel-doc:: include/linux/overflow.h
- :internal:
-
Device Resource Management
--------------------------