[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250521212707.1767879-2-Jason@zx2c4.com>
Date: Wed, 21 May 2025 23:27:03 +0200
From: "Jason A. Donenfeld" <Jason@...c4.com>
To: netdev@...r.kernel.org,
kuba@...nel.org
Cc: WangYuli <wangyuli@...ontech.com>,
Simon Horman <horms@...nel.org>,
"Jason A. Donenfeld" <Jason@...c4.com>
Subject: [PATCH net-next 1/5] wireguard: selftests: cleanup CONFIG_UBSAN_SANITIZE_ALL
From: WangYuli <wangyuli@...ontech.com>
Commit 918327e9b7ff ("ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL")
removed the CONFIG_UBSAN_SANITIZE_ALL configuration option.
Eliminate invalid configurations to improve code readability.
Reviewed-by: Simon Horman <horms@...nel.org>
Signed-off-by: WangYuli <wangyuli@...ontech.com>
Signed-off-by: Jason A. Donenfeld <Jason@...c4.com>
---
tools/testing/selftests/wireguard/qemu/debug.config | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/testing/selftests/wireguard/qemu/debug.config b/tools/testing/selftests/wireguard/qemu/debug.config
index c305d2f613f0..5d39f43dd667 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
--
2.48.1
Powered by blists - more mailing lists