projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf77bf6
)
MAINTAINERS: hardening: Add __counted_by regex
author
Kees Cook
<keescook@chromium.org>
Mon, 25 Sep 2023 17:17:36 +0000
(10:17 -0700)
committer
Kees Cook
<keescook@chromium.org>
Thu, 28 Sep 2023 23:39:08 +0000
(16:39 -0700)
Since __counted_by annotations may also require that code be changed to
get initialization ordering correct, let's get an extra group of eyes on
code that is working on these annotations.
Signed-off-by: Kees Cook <keescook@chromium.org>
MAINTAINERS
patch
|
blob
|
history
diff --git
a/MAINTAINERS
b/MAINTAINERS
index 737dcc7a2155395db72355582dcb2193d6b3d85d..741285b8246e6dcca47a22d1c06ade48a06cc5b1 100644
(file)
--- a/
MAINTAINERS
+++ b/
MAINTAINERS
@@
-11405,6
+11405,7
@@
F: kernel/configs/hardening.config
F: mm/usercopy.c
K: \b(add|choose)_random_kstack_offset\b
K: \b__check_(object_size|heap_object)\b
+K: \b__counted_by\b
KERNEL JANITORS
L: kernel-janitors@vger.kernel.org