hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragment
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 8 Feb 2024 09:10:44 +0000 (10:10 +0100)
committerKees Cook <keescook@chromium.org>
Wed, 21 Feb 2024 04:47:32 +0000 (20:47 -0800)
commit006eac3fe20f03ea70765cb02a823dbb8737ec00
tree3f542c6a955814f97a03324169e397dfaa60531d
parent1e06589843632afc78d2f8e9735dac3146b97988
hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragment

Commit 7a628f818499 ("ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL") removes the
config UBSAN_SANITIZE_ALL, but one reference to that config is left in the
hardening.config fragment.

Drop this reference in hardening.config fragment.

Note that CONFIG_UBSAN is still enabled in the hardening.config fragment,
so the functionality when using this fragment remains the same.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20240208091045.9219-2-lukas.bulwahn@gmail.com
Signed-off-by: Kees Cook <keescook@chromium.org>
kernel/configs/hardening.config