diff mbox series

[RESEND,v2] wireguard: selftests: Cleanup CONFIG_UBSAN_SANITIZE_ALL

Message ID 6945896DD80A71BD+20250224041238.45039-1-wangyuli@uniontech.com (mailing list archive)
State New
Headers show
Series [RESEND,v2] wireguard: selftests: Cleanup CONFIG_UBSAN_SANITIZE_ALL | expand

Commit Message

WangYuli Feb. 24, 2025, 4:12 a.m. UTC
Commit 918327e9b7ff ("ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL")
removed the CONFIG_UBSAN_SANITIZE_ALL configuration option.
Eliminate invalid configurations to improve code readability.

Link: https://lore.kernel.org/all/20250123105743.GO395043@kernel.org/
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
Changelog:
 *v1->v2: Add Simon Horman's "Reviewed-by" tag.
Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
 tools/testing/selftests/wireguard/qemu/debug.config | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/testing/selftests/wireguard/qemu/debug.config b/tools/testing/selftests/wireguard/qemu/debug.config
index 139fd9aa8b12..828f14300d0a 100644
--- a/tools/testing/selftests/wireguard/qemu/debug.config
+++ b/tools/testing/selftests/wireguard/qemu/debug.config
@@ -22,7 +22,6 @@  CONFIG_HAVE_ARCH_KASAN=y
 CONFIG_KASAN=y
 CONFIG_KASAN_INLINE=y
 CONFIG_UBSAN=y
-CONFIG_UBSAN_SANITIZE_ALL=y
 CONFIG_DEBUG_KMEMLEAK=y
 CONFIG_DEBUG_STACK_USAGE=y
 CONFIG_DEBUG_SHIRQ=y