Commit 921f15fe authored by Kees Cook's avatar Kees Cook

MAINTAINERS: hardening: Add __counted_by regex

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: default avatarKees Cook <keescook@chromium.org>
parent cf77bf69
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment