MAINTAINERS: add kernel hardening keyword __counted_by_ptr

In addition to __counted_by, __counted_by_le, and __counted_by_be, also
match the keyword __counted_by_ptr.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20260414130926.312094-3-thorsten.blum@linux.dev
Signed-off-by: Kees Cook <kees@kernel.org>
This commit is contained in:
Thorsten Blum 2026-04-14 15:09:28 +02:00 committed by Kees Cook
parent 97d272699e
commit e0251b5e07

View File

@ -13928,7 +13928,7 @@ F: scripts/Makefile.randstruct
F: security/Kconfig.hardening
K: \b(add|choose)_random_kstack_offset\b
K: \b__check_(object_size|heap_object)\b
K: \b__counted_by(_le|_be)?\b
K: \b__counted_by(_le|_be|_ptr)?\b
KERNEL JANITORS
L: kernel-janitors@vger.kernel.org