mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
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:
parent
97d272699e
commit
e0251b5e07
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user