diff options
author | Nathan Chancellor <nathan@kernel.org> | 2025-08-21 14:15:49 -0700 |
---|---|---|
committer | Nathan Chancellor <nathan@kernel.org> | 2025-08-28 16:58:46 -0700 |
commit | 5ff8c11775c744dc5076ce126eb1b3adce0a70ae (patch) | |
tree | b2b5ae6402208a6816e500824b805b44d8572c78 /drivers/gpu/drm/omapdrm/omap_drv.c | |
parent | 573ad421cc551eb45d9ac9008395f93c070789b8 (diff) |
KMSAN: Remove tautological checks
Now that the minimum supported version of LLVM for building the kernel
has been bumped to 15.0.0, two KMSAN checks can be cleaned up.
CONFIG_HAVE_KMSAN_COMPILER will always be true when using clang so
remove the cc-option test and use a simple check for CONFIG_CC_IS_CLANG.
CONFIG_HAVE_KMSAN_PARAM_RETVAL will always be true so it can be removed
outright.
Acked-by: Marco Elver <elver@google.com>
Reviewed-by: Kees Cook <kees@kernel.org>
Link: https://lore.kernel.org/r/20250821-bump-min-llvm-ver-15-v2-12-635f3294e5f0@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.c')
0 files changed, 0 insertions, 0 deletions