projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf0b93
)
MAINTAINERS: Add kernel hardening keywords __counted_by{_le|_be}
author
Thorsten Blum
<thorsten.blum@linux.dev>
Mon, 7 Oct 2024 11:49:36 +0000
(13:49 +0200)
committer
Kees Cook
<kees@kernel.org>
Sat, 2 Nov 2024 20:08:36 +0000
(13:08 -0700)
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>
Link:
https://lore.kernel.org/r/20241007114935.1647-2-thorsten.blum@linux.dev
Signed-off-by: Kees Cook <kees@kernel.org>
MAINTAINERS
patch
|
blob
|
blame
|
history
diff --git
a/MAINTAINERS
b/MAINTAINERS
index a097afd76ded46ca7adf7a3538ad83643ad6b756..cfb32cc22673d2f10fcb5d094ad0b4dc63f52e49 100644
(file)
--- a/
MAINTAINERS
+++ b/
MAINTAINERS
@@
-12349,7
+12349,7
@@
F: mm/usercopy.c
F: security/Kconfig.hardening
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