Hello:
This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Mon, 3 Nov 2025 14:31:06 +0800 you wrote:
This small patchset is about avoid verifier bug warning when conditional jumps on same register when the register holds a scalar with range.
v4:
- make code better. (Alexei)
v3: https://lore.kernel.org/bpf/20251031154107.403054-1-kafai.wan@linux.dev/
- Enhance is_scalar_branch_taken() to handle scalar case. (Eduard)
- Update the selftest to cover all conditional jump opcodes. (Eduard)
[...]
Here is the summary with links: - [bpf-next,v4,1/2] bpf: Skip bounds adjustment for conditional jumps on same scalar register https://git.kernel.org/bpf/bpf-next/c/d43ad9da8052 - [bpf-next,v4,2/2] selftests/bpf: Add test for conditional jumps on same scalar register (no matching commit)
You are awesome, thank you!