The "ubsan.h" file was missed in the creation of the UBSAN section. Add it.
Signed-off-by: Kees Cook <[email protected]> --- Cc: Marco Elver <[email protected]> Cc: Andrey Konovalov <[email protected]> Cc: Andrey Ryabinin <[email protected]> Cc: [email protected] Cc: [email protected] --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7c121493f43d..5acac5887889 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22653,6 +22653,7 @@ F: include/linux/ubsan.h F: lib/Kconfig.ubsan F: lib/test_ubsan.c F: lib/ubsan.c +F: lib/ubsan.h F: scripts/Makefile.ubsan K: \bARCH_HAS_UBSAN\b -- 2.34.1
