The kernel hardening efforts have continued to depend more and more heavily on UBSAN, so make an actual MAINTAINERS entry for it.
Cc: Andrey Ryabinin <[email protected]> Cc: Marco Elver <[email protected]> Cc: Andrey Konovalov <[email protected]> Signed-off-by: Kees Cook <[email protected]> --- Hi! I figured since I've been carrying UBSAN changes more and more lately, I would just make an actual entry in MAINTAINERS. Are you all interested in being listed as reviewers? Or would you want to be M: instead? --- MAINTAINERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8d1052fa6a69..19b8802b2f12 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22471,6 +22471,22 @@ F: Documentation/block/ublk.rst F: drivers/block/ublk_drv.c F: include/uapi/linux/ublk_cmd.h +UBSAN +M: Kees Cook <[email protected]> +R: Andrey Ryabinin <[email protected]> +R: Marco Elver <[email protected]> +R: Andrey Konovalov <[email protected]> +L: [email protected] +S: Supported +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening +F: Documentation/dev-tools/ubsan.rst +F: include/linux/ubsan.h +F: lib/Kconfig.ubsan +F: lib/test_ubsan.c +F: lib/ubsan.c +F: scripts/Makefile.ubsan +K: \bARCH_HAS_UBSAN\b + UCLINUX (M68KNOMMU AND COLDFIRE) M: Greg Ungerer <[email protected]> L: [email protected] -- 2.34.1
