MAINTAINERS: hardening: Add __counted_by regex
authorKees Cook <keescook@chromium.org>
Mon, 25 Sep 2023 17:17:36 +0000 (10:17 -0700)
committerKees 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

index 737dcc7a2155395db72355582dcb2193d6b3d85d..741285b8246e6dcca47a22d1c06ade48a06cc5b1 100644 (file)
@@ -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