selftests/bpf: Disable strict aliasing for verifier_nocsr.c
authorCupertino Miranda <cupertino.miranda@oracle.com>
Mon, 19 Aug 2024 15:11:27 +0000 (16:11 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 19 Aug 2024 22:30:06 +0000 (15:30 -0700)
commit2aa93695081d4bd62350b41d58684d802be4563f
treecbf7c7feca370a9c662fbc0ae17967ce365b5be4
parent955bba7e0a0ec7c13d3e9aa73c61f0d31e43fda8
selftests/bpf: Disable strict aliasing for verifier_nocsr.c

verfifier_nocsr.c fails to compile in GCC. The reason behind it was
initially explained in commit 27a90b14b93d3b2e1efd10764e456af7e2a42991.

"A few BPF selftests perform type punning and they may break strict
aliasing rules, which are exploited by both GCC and clang by default
while optimizing.  This can lead to broken compiled programs."

Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20240819151129.1366484-2-cupertino.miranda@oracle.com
tools/testing/selftests/bpf/Makefile