aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
authorThorsten Blum <thorsten.blum@linux.dev>2026-04-14 15:09:28 +0200
committerKees Cook <kees@kernel.org>2026-05-13 10:14:23 -0700
commite0251b5e07f313619c15054de69bee10678da3a6 (patch)
tree1fa867e7229d1dd7f097498937736c111adbf951 /MAINTAINERS
parent97d272699e06bb60883333447cb628b6e846cbcf (diff)
downloadlinux-next-history-e0251b5e07f313619c15054de69bee10678da3a6.tar.gz
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 882214b0e7db5..2c486ca11cf83 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -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