public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
* Some unpriv verifier tests failed due to bpf_jit_bypass_spec_v1
@ 2025-09-23  9:52 Hengqi Chen
  2025-10-03 19:59 ` Luis Gerhorst
  0 siblings, 1 reply; 7+ messages in thread
From: Hengqi Chen @ 2025-09-23  9:52 UTC (permalink / raw)
  To: Alexei Starovoitov, Andrii Nakryiko, Yonghong Song,
	Eduard Zingerman, luis.gerhorst, Tiezhu Yang
  Cc: bpf

Some unpriv verifier tests (e.g. bounds_map_value_variant_2) failed
on LoongArch which implements bpf_jit_bypass_spec_v1().

This is because some verifier paths do can_skip_alu_sanitation().
So for such cases, the priv/unpriv test cases will have the same
verifier error messages and the tests failed with unexpected error
messages.

How can we fix them?

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-01-09  0:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-23  9:52 Some unpriv verifier tests failed due to bpf_jit_bypass_spec_v1 Hengqi Chen
2025-10-03 19:59 ` Luis Gerhorst
2025-10-05 10:24   ` Luis Gerhorst
2025-10-05 10:35     ` [RFC 1/3] bpf: Fall back to nospec for sanitization-failures Luis Gerhorst
2025-10-05 10:41     ` [RFC 2/3] selftests/bpf: Fix SPEC_V1/V4 for other archs Luis Gerhorst
2025-10-05 10:45     ` [RFC 3/3] selftests/bpf: Add missing SPEC_V1-ifdefs Luis Gerhorst
2026-01-09  0:05       ` Alexei Starovoitov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox