aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKees Cook <[email protected]>2024-01-30 15:42:26 -0800
committerKees Cook <[email protected]>2024-02-06 02:21:38 -0800
commit0ea74b4de34a12396fe3790590007aa50fcb5d45 (patch)
tree4810d7fd3ff2f9573feb9888873ca5269f130382
parent19b070fefd0d024af3daa7329cbc0d00de5302ec (diff)
MAINTAINERS: Add UBSAN section
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]> Acked-by: Andrey Konovalov <[email protected]> Acked-by: Marco Elver <[email protected]> Signed-off-by: Kees Cook <[email protected]>
-rw-r--r--MAINTAINERS17
1 files changed, 17 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8999497011a2..d0df728734c1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22473,6 +22473,23 @@ 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: Marco Elver <[email protected]>
+R: Andrey Konovalov <[email protected]>
+R: Andrey Ryabinin <[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]>