[PATCH bpf-next 0/2] bpf: Skip bounds adjustment for conditional jumps on same register

KaFai Wan posted 2 patches 3 months, 2 weeks ago
There is a newer version of this series
kernel/bpf/verifier.c                           |  4 ++++
.../selftests/bpf/progs/verifier_bounds.c       | 17 +++++++++++++++++
2 files changed, 21 insertions(+)
[PATCH bpf-next 0/2] bpf: Skip bounds adjustment for conditional jumps on same register
Posted by KaFai Wan 3 months, 2 weeks ago
This small patchset is about avoid verifier bug warning when conditional
 jumps on same register when the register holds a scalar with range.

---
KaFai Wan (2):
  bpf: Skip bounds adjustment for conditional jumps on same register
  selftests/bpf: Add test for conditional jumps on same register

 kernel/bpf/verifier.c                           |  4 ++++
 .../selftests/bpf/progs/verifier_bounds.c       | 17 +++++++++++++++++
 2 files changed, 21 insertions(+)

-- 
2.43.0