]> Git Repo - linux.git/commit
ubsan: move cc-option tests into Kconfig
authorKees Cook <[email protected]>
Wed, 16 Dec 2020 04:46:24 +0000 (20:46 -0800)
committerLinus Torvalds <[email protected]>
Wed, 16 Dec 2020 06:46:18 +0000 (22:46 -0800)
commitcdf8a76fda4ae3b53c5a09e5a8c79e27b7b65d68
treefe5de05b2aed1fe1dd0d570d13d96a4f5dccb275
parentd8a7f62b6eec198e85b8602e062c00e199f5c328
ubsan: move cc-option tests into Kconfig

Instead of doing if/endif blocks with cc-option calls in the UBSAN
Makefile, move all the tests into Kconfig and use the Makefile to collect
the results.

Link: https://lkml.kernel.org/r/[email protected]
Link: https://lore.kernel.org/lkml/CAHk-=wjPasyJrDuwDnpHJS2TuQfExwe=px-SzLeN8GFMAQJPmQ@mail.gmail.com/
Signed-off-by: Kees Cook <[email protected]>
Suggested-by: Linus Torvalds <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Tested-by: Nathan Chancellor <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Cc: George Popescu <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: Marco Elver <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Michal Marek <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Cc: Peter Oberparleiter <[email protected]>
Cc: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/Kconfig.ubsan
scripts/Makefile.ubsan
This page took 0.055533 seconds and 4 git commands to generate.