Re: [PATCH] MAINTAINERS: Add UBSAN section

2024-02-05 Thread Andrey Ryabinin
On 2/2/24 10:55, Kees Cook wrote: > On Tue, Jan 30, 2024 at 03:46:38PM -0800, Kees Cook wrote: >> 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 > &

Re: [PATCH v3] ubsan: Reintroduce signed overflow sanitizer

2024-02-05 Thread Andrey Ryabinin
On 2/5/24 10:37, Kees Cook wrote: > --- > include/linux/compiler_types.h | 9 - > lib/Kconfig.ubsan | 14 +++ > lib/test_ubsan.c | 37 ++ > lib/ubsan.c| 68 ++ > lib/ubsan.h