public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next v7 0/2] Skip callback tests if jit is disabled in test_verifier
@ 2024-01-23  9:03 Tiezhu Yang
  2024-01-23  9:03 ` [PATCH bpf-next v7 1/2] selftests/bpf: Move is_jit_enabled() into testing_helpers Tiezhu Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tiezhu Yang @ 2024-01-23  9:03 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko
  Cc: Eduard Zingerman, John Fastabend, Jiri Olsa, Hou Tao, Song Liu,
	bpf, linux-kernel

Thanks very much for the feedbacks from Eduard, John, Jiri, Daniel,
Hou Tao, Song Liu and Andrii.

v7:
  -- Add an explicit flag F_NEEDS_JIT_ENABLED for checking,
     thanks Andrii. 

v6:
  -- Copy insn_is_pseudo_func() into testing_helpers,
     thanks Andrii.

v5:
  -- Reuse is_ldimm64_insn() and insn_is_pseudo_func(),
     thanks Song Liu.

v4:
  -- Move the not-allowed-checking into "if (expected_ret ...)"
     block, thanks Hou Tao.
  -- Do some small changes to avoid checkpatch warning
     about "line length exceeds 100 columns".

v3:
  -- Rebase on the latest bpf-next tree.
  -- Address the review comments by Hou Tao,
     remove the second argument "0" of open(),
     check only once whether jit is disabled,
     check fd_prog, saved_errno and jit_disabled to skip.

Tiezhu Yang (2):
  selftests/bpf: Move is_jit_enabled() into testing_helpers
  selftests/bpf: Skip callback tests if jit is disabled in test_verifier

 tools/testing/selftests/bpf/test_progs.c       | 18 ------------------
 tools/testing/selftests/bpf/test_verifier.c    | 11 +++++++++++
 tools/testing/selftests/bpf/testing_helpers.c  | 18 ++++++++++++++++++
 tools/testing/selftests/bpf/testing_helpers.h  |  1 +
 .../selftests/bpf/verifier/bpf_loop_inline.c   |  6 ++++++
 5 files changed, 36 insertions(+), 18 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2024-01-24  4:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-23  9:03 [PATCH bpf-next v7 0/2] Skip callback tests if jit is disabled in test_verifier Tiezhu Yang
2024-01-23  9:03 ` [PATCH bpf-next v7 1/2] selftests/bpf: Move is_jit_enabled() into testing_helpers Tiezhu Yang
2024-01-23  9:03 ` [PATCH bpf-next v7 2/2] selftests/bpf: Skip callback tests if jit is disabled in test_verifier Tiezhu Yang
2024-01-23 19:51   ` Andrii Nakryiko
2024-01-24  4:50 ` [PATCH bpf-next v7 0/2] " patchwork-bot+netdevbpf

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