Re: [PATCH v3 2/2] selftests/bpf: enable timed may_goto tests for riscv64
From: Björn Töpel
Date: Thu Jul 16 2026 - 03:59:41 EST
Feng Jiang <jiangfeng@xxxxxxxxxx> writes:
> Enable verifier_may_goto_1 (raw instruction tests), stream_cond_break
> (250ms timeout path), and the may_goto_interaction_arm64 fastcall test
> on riscv64 now that the JIT supports timed may_goto.
Really a nit, but now that may_goto_interaction_arm64() handles more
than just aarch64, maybe rename that function?
Björn