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)
commit921f15fe8c8cf9543665bdc556e080a5ecbc34b3
tree15bf6d058007eccfcc6d9c120950735d29700ecf
parentcf77bf698887c3b9ebed76dea492b07a3c2c7632
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>
MAINTAINERS