This small patchset is about avoid verifier bug warning when tnum_overlap() is called with zero mask intersection.
v2: - fix runtime error v1: https://lore.kernel.org/all/[email protected]/ --- KaFai Wan (2): bpf: Fix tnum_overlap to check for zero mask intersection selftests/bpf: Range analysis test case for JEQ kernel/bpf/tnum.c | 2 ++ .../selftests/bpf/progs/verifier_bounds.c | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+) -- 2.43.0

