From: Kees Cook Date: Sun, 22 Sep 2024 23:14:12 +0000 (-0700) Subject: MAINTAINERS: Add unsafe_memcpy() to the FORTIFY review list X-Git-Tag: v6.12-rc2~11^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=886d518ca9a6b433736f74723813d8917e407f40;p=thirdparty%2Flinux.git MAINTAINERS: Add unsafe_memcpy() to the FORTIFY review list Usually it's possible to avoid adding an unsafe_memcpy() uses, so give the FORTIFY reviewers a chance to help avoid lying to the compiler about the destination buffer's type/size/etc. Signed-off-by: Kees Cook --- --- diff --git a/MAINTAINERS b/MAINTAINERS index 36c0af94cf086..3a29f123e1be3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8772,6 +8772,7 @@ F: include/linux/fortify-string.h F: lib/fortify_kunit.c F: lib/memcpy_kunit.c F: lib/test_fortify/* +K: \bunsafe_memcpy\b K: \b__NO_FORTIFY\b FPGA DFL DRIVERS