aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWangYuli <wangyuli@uniontech.com>2025-05-21 23:27:03 +0200
committerPaolo Abeni <pabeni@redhat.com>2025-05-27 09:06:19 +0200
commite74e9ee2c80080f7492dd188da6794b45578ea41 (patch)
tree4ef967839ce7bc0810254f2095ad04b51688b439
parentMerge branch 'net-convert-dev_set_mac_address-to-struct-sockaddr_storage' (diff)
downloadwireguard-linux-e74e9ee2c80080f7492dd188da6794b45578ea41.tar.xz
wireguard-linux-e74e9ee2c80080f7492dd188da6794b45578ea41.zip
wireguard: selftests: cleanup CONFIG_UBSAN_SANITIZE_ALL
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@kernel.org> Signed-off-by: WangYuli <wangyuli@uniontech.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Link: https://patch.msgid.link/20250521212707.1767879-2-Jason@zx2c4.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-rw-r--r--tools/testing/selftests/wireguard/qemu/debug.config1
1 files changed, 0 insertions, 1 deletions
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