]> git.ipfire.org Git - thirdparty/linux.git/commit
bpf: remove {update,get}_loop_entry functions
authorEduard Zingerman <eddyz87@gmail.com>
Wed, 11 Jun 2025 20:08:34 +0000 (13:08 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 12 Jun 2025 23:52:43 +0000 (16:52 -0700)
commit0e0da5f901f582b97bfeefbf1f36a27e9d427ff4
treed6447e23bb8dddc0d4958e418e4ca0b6b4f3b26c
parentc9e31900b54cadf5398dfb838c0a63effa1defec
bpf: remove {update,get}_loop_entry functions

The previous patch switched read and precision tracking for
iterator-based loops from state-graph-based loop tracking to
control-flow-graph-based loop tracking.

This patch removes the now-unused `update_loop_entry()` and
`get_loop_entry()` functions, which were part of the state-graph-based
logic.

Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Link: https://lore.kernel.org/r/20250611200836.4135542-9-eddyz87@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
include/linux/bpf_verifier.h
kernel/bpf/verifier.c