On Thu, Feb 25, 2021 at 9:16 PM Yonghong Song <yhs@xxxxxx> wrote: > > Later proposed bpf_for_each_map_elem() helper has callback > function as one of its arguments. This patch refactored > check_func_call() to permit callback function which sets > callee state. Different callback functions may have > different callee states. > There is no functionality change for this patch. > > Signed-off-by: Yonghong Song <yhs@xxxxxx> > --- yeah, I like this much better, thanks Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > kernel/bpf/verifier.c | 60 +++++++++++++++++++++++++++++++------------ > 1 file changed, 43 insertions(+), 17 deletions(-) > [...]