From: Thorsten Blum Date: Tue, 14 Apr 2026 13:09:28 +0000 (+0200) Subject: MAINTAINERS: add kernel hardening keyword __counted_by_ptr X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0251b5e07f313619c15054de69bee10678da3a6;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20260414130926.312094-3-thorsten.blum@linux.dev Signed-off-by: Kees Cook --- 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