diff options
author | Kees Cook | 2024-04-24 09:27:25 -0700 |
---|---|---|
committer | Kees Cook | 2024-04-24 11:59:13 -0700 |
commit | 30c3299174c7812cd2e270151c714a9f846b2ad0 (patch) | |
tree | 3dd3ac209ab12f09d4097154cd68470d35a8b981 /MAINTAINERS | |
parent | c01c41e5009c04515d81a87f6278c413914920ce (diff) |
MAINTAINERS: Add ubsan.h to the UBSAN section
The "ubsan.h" file was missed in the creation of the UBSAN section. Add
it.
Link: https://lore.kernel.org/r/20240424162722.work.576-kees@kernel.org
Acked-by: Marco Elver <elver@google.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8974511315c3..5a37f93d0448 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22651,6 +22651,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 |