BPF List
 help / color / mirror / Atom feed
* [PATCH v2 bpf-next 0/3] Verify global subprogs lazily
@ 2023-11-24  3:59 Andrii Nakryiko
  2023-11-24  3:59 ` [PATCH v2 bpf-next 1/3] bpf: emit global subprog name in verifier logs Andrii Nakryiko
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrii Nakryiko @ 2023-11-24  3:59 UTC (permalink / raw)
  To: bpf, ast, daniel, martin.lau; +Cc: andrii, kernel-team

See patch #2 for justification. In few words, current eager verification of
global func prevents BPF CO-RE approaches to be applied to global functions.

Patch #1 is just a nicety to emit global subprog names in verifier logs.

Patch #3 adds selftests validating new lazy semantics.

v1->v2:
  - rebases on latest bpf-next resolving conflicts with bpf_loop fixes;
  - added acks from Eduard and Daniel.

Andrii Nakryiko (3):
  bpf: emit global subprog name in verifier logs
  bpf: validate global subprogs lazily
  selftests/bpf: add lazy global subprog validation tests

 include/linux/bpf.h                           |  2 +
 kernel/bpf/verifier.c                         | 83 +++++++++++++----
 .../selftests/bpf/prog_tests/verifier.c       |  2 +
 .../selftests/bpf/progs/test_global_func12.c  |  4 +-
 .../bpf/progs/verifier_global_subprogs.c      | 92 +++++++++++++++++++
 .../bpf/progs/verifier_subprog_precision.c    |  4 +-
 6 files changed, 166 insertions(+), 21 deletions(-)
 create mode 100644 tools/testing/selftests/bpf/progs/verifier_global_subprogs.c

-- 
2.34.1


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

end of thread, other threads:[~2023-11-24  9:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-24  3:59 [PATCH v2 bpf-next 0/3] Verify global subprogs lazily Andrii Nakryiko
2023-11-24  3:59 ` [PATCH v2 bpf-next 1/3] bpf: emit global subprog name in verifier logs Andrii Nakryiko
2023-11-24  3:59 ` [PATCH v2 bpf-next 2/3] bpf: validate global subprogs lazily Andrii Nakryiko
2023-11-24  3:59 ` [PATCH v2 bpf-next 3/3] selftests/bpf: add lazy global subprog validation tests Andrii Nakryiko
2023-11-24  9:50 ` [PATCH v2 bpf-next 0/3] Verify global subprogs lazily 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