[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201002221527.177500-1-keescook@chromium.org>
Date: Fri, 2 Oct 2020 15:15:23 -0700
From: Kees Cook <keescook@...omium.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Kees Cook <keescook@...omium.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Ard Biesheuvel <ardb@...nel.org>,
Arnd Bergmann <arnd@...db.de>,
Masahiro Yamada <masahiroy@...nel.org>,
Michal Marek <michal.lkml@...kovi.net>,
Nathan Chancellor <natechancellor@...il.com>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Marco Elver <elver@...gle.com>,
Randy Dunlap <rdunlap@...radead.org>,
Dmitry Vyukov <dvyukov@...gle.com>,
George Popescu <georgepope@...roid.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
Peter Oberparleiter <oberpar@...ux.ibm.com>,
Andrey Ryabinin <aryabinin@...tuozzo.com>,
clang-built-linux@...glegroups.com, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] Clean up UBSAN Makefile
Hi,
This series attempts to address the issues seen with UBSAN's object-size
sanitizer causing problems under GCC. In the process, the Kconfig and
Makefile are refactored to do all the cc-option calls in the Kconfig.
Additionally start to detangle -Wno-maybe-uninitialized, and disable
UBSAN_TRAP under COMPILE_TEST for wider build coverage.
Thanks!
-Kees
Kees Cook (4):
ubsan: Move cc-option tests into Kconfig
ubsan: Disable object-size sanitizer under GCC
ubsan: Force -Wno-maybe-uninitialized only for GCC
ubsan: Disable UBSAN_TRAP for all*config
lib/Kconfig.ubsan | 58 +++++++++++++++++++++++++++++++++++++++++-
scripts/Makefile.ubsan | 50 +++++++++++++-----------------------
2 files changed, 74 insertions(+), 34 deletions(-)
--
2.25.1
Powered by blists - more mailing lists