2024-04-24 16:27:45

by Kees Cook

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

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



2024-04-24 21:44:45

by Marco Elver

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add ubsan.h to the UBSAN section

On Wed, 24 Apr 2024 at 18:27, Kees Cook <[email protected]> wrote:
>
> The "ubsan.h" file was missed in the creation of the UBSAN section. Add
> it.
>
> Signed-off-by: Kees Cook <[email protected]>

Acked-by: Marco Elver <[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
>