diff mbox series

[RESEND] MAINTAINERS: Add kernel hardening keywords __counted_by{_le|_be}

Message ID 20241007114935.1647-2-thorsten.blum@linux.dev (mailing list archive)
State In Next
Commit 0838c9ca0d76d432309dd6129cdb6c06f1660aac
Headers show
Series [RESEND] MAINTAINERS: Add kernel hardening keywords __counted_by{_le|_be} | expand

Commit Message

Thorsten Blum Oct. 7, 2024, 11:49 a.m. UTC
In addition to __counted_by, also match the keywords __counted_by_le and
__counted_by_be.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kees Cook Oct. 14, 2024, 9:17 p.m. UTC | #1
On Mon, 07 Oct 2024 13:49:36 +0200, Thorsten Blum wrote:
> In addition to __counted_by, also match the keywords __counted_by_le and
> __counted_by_be.
> 
> 

Applied to for-next/hardening, thanks!

[1/1] MAINTAINERS: Add kernel hardening keywords __counted_by{_le|_be}
      https://git.kernel.org/kees/c/0838c9ca0d76

Take care,
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 84086d47db69..475387503391 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12356,7 +12356,7 @@  F:	lib/usercopy_kunit.c
 F:	mm/usercopy.c
 K:	\b(add|choose)_random_kstack_offset\b
 K:	\b__check_(object_size|heap_object)\b
-K:	\b__counted_by\b
+K:	\b__counted_by(_le|_be)?\b
 
 KERNEL JANITORS
 L:	kernel-janitors@vger.kernel.org