* [PATCH] wireguard: selftests: Cleanup CONFIG_UBSAN_SANITIZE_ALL
@ 2025-01-23 4:49 WangYuli
2025-01-23 10:57 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: WangYuli @ 2025-01-23 4:49 UTC (permalink / raw)
To: Jason, shuah
Cc: wireguard, netdev, linux-kselftest, linux-kernel, wangyuli, tglx,
jstultz, zhanjun, guanwentao, chenlinxuan
Commit 918327e9b7ff ("ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL")
removed the CONFIG_UBSAN_SANITIZE_ALL configuration option.
Eliminate invalid configurations to improve code readability.
Signed-off-by: WangYuli <wangyuli@uniontech.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 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
--
2.45.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] wireguard: selftests: Cleanup CONFIG_UBSAN_SANITIZE_ALL
2025-01-23 4:49 [PATCH] wireguard: selftests: Cleanup CONFIG_UBSAN_SANITIZE_ALL WangYuli
@ 2025-01-23 10:57 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2025-01-23 10:57 UTC (permalink / raw)
To: WangYuli
Cc: Jason, shuah, wireguard, netdev, linux-kselftest, linux-kernel,
tglx, jstultz, zhanjun, guanwentao, chenlinxuan
On Thu, Jan 23, 2025 at 12:49:23PM +0800, WangYuli wrote:
> Commit 918327e9b7ff ("ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL")
> removed the CONFIG_UBSAN_SANITIZE_ALL configuration option.
> Eliminate invalid configurations to improve code readability.
>
> Signed-off-by: WangYuli <wangyuli@uniontech.com>
This looks good to me.
Reviewed-by: Simon Horman <horms@kernel.org>
And I see you also posted an patch to remove the only other in-tree
references from Documentation/translations/zh_CN/dev-tools/ubsan.rst [1].
Thanks.
[1] https://lore.kernel.org/all/6F05157E5E157493+20250123043258.149643-1-wangyuli@uniontech.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-21 17:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-23 4:49 [PATCH] wireguard: selftests: Cleanup CONFIG_UBSAN_SANITIZE_ALL WangYuli
2025-01-23 10:57 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).