summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2023-09-25 20:17:36 +0300
committerKees Cook <keescook@chromium.org>2023-09-29 02:39:08 +0300
commit921f15fe8c8cf9543665bdc556e080a5ecbc34b3 (patch)
tree15bf6d058007eccfcc6d9c120950735d29700ecf /MAINTAINERS
parentcf77bf698887c3b9ebed76dea492b07a3c2c7632 (diff)
downloadlinux-921f15fe8c8cf9543665bdc556e080a5ecbc34b3.tar.xz
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: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 737dcc7a2155..741285b8246e 100644
--- 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