]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/nolibc: disable ubsan for smash_stack()
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 19 Apr 2025 10:46:23 +0000 (12:46 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Sat, 19 Apr 2025 12:18:11 +0000 (14:18 +0200)
commit6478251f95121ae4b66e987c98482e0d0b149e5d
tree4bbe759825e09bd535209f9a055d7d7068167326
parent4d231a7df1a85c7572b67a4666cb73adb977fbf6
selftests/nolibc: disable ubsan for smash_stack()

smash_stack() intentionally crashes.

Prevent UBSAN from tripping over it.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250419-nolibc-ubsan-v2-6-060b8a016917@weissschuh.net
tools/testing/selftests/nolibc/nolibc-test.c