summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/states.c
AgeCommit message (Collapse)AuthorLines
2026-04-12bpf: Move state equivalence logic to states.cAlexei Starovoitov-0/+1563
verifier.c is huge. Move is_state_visited() to states.c, so that all state equivalence logic is in one file. Mechanical move. No functional changes. Acked-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/r/20260412152936.54262-5-alexei.starovoitov@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>