[PATCH] MAINTAINERS: Add ubsan.h to the UBSAN section

Kees Cook posted 1 patch 1 week, 2 days ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add ubsan.h to the UBSAN section
Posted by Kees Cook 1 week, 2 days ago
The "ubsan.h" file was missed in the creation of the UBSAN section. Add
it.

Signed-off-by: Kees Cook <keescook@chromium.org>
---
Cc: Marco Elver <elver@google.com>
Cc: Andrey Konovalov <andreyknvl@gmail.com>
Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Cc: kasan-dev@googlegroups.com
Cc: linux-hardening@vger.kernel.org
---
 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
Re: [PATCH] MAINTAINERS: Add ubsan.h to the UBSAN section
Posted by Marco Elver 1 week, 2 days ago
On Wed, 24 Apr 2024 at 18:27, Kees Cook <keescook@chromium.org> wrote:
>
> The "ubsan.h" file was missed in the creation of the UBSAN section. Add
> it.
>
> Signed-off-by: Kees Cook <keescook@chromium.org>

Acked-by: Marco Elver <elver@google.com>

> ---
> Cc: Marco Elver <elver@google.com>
> Cc: Andrey Konovalov <andreyknvl@gmail.com>
> Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>
> Cc: kasan-dev@googlegroups.com
> Cc: linux-hardening@vger.kernel.org
> ---
>  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
>