From: Kees Cook Date: Wed, 12 Jul 2023 19:46:29 +0000 (-0700) Subject: MAINTAINERS: Foolishly claim maintainership of string routines X-Git-Tag: v6.6.7~2222^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0b7b2081233ac7fe55838ff68cbc7ca9887a91f;p=platform%2Fkernel%2Flinux-starfive.git MAINTAINERS: Foolishly claim maintainership of string routines Since the string API is tightly coupled with FORTIFY_SOURCE, I am offering myself up as maintainer for it. Thankfully Andy is already a reviewer and can keep me on the straight and narrow. Acked-by: Andy Shevchenko Link: https://lore.kernel.org/r/20230712194625.never.252-kees@kernel.org Signed-off-by: Kees Cook --- diff --git a/MAINTAINERS b/MAINTAINERS index 3be1bdf..b639d61 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8672,8 +8672,11 @@ S: Maintained F: drivers/input/touchscreen/resistive-adc-touch.c GENERIC STRING LIBRARY +M: Kees Cook R: Andy Shevchenko -S: Maintained +L: linux-hardening@vger.kernel.org +S: Supported +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening F: include/linux/string.h F: include/linux/string_choices.h F: include/linux/string_helpers.h