On Tue, 2023-11-21 at 17:16 -0800, Andrii Nakryiko wrote: > Given verifier checks actual value, r0 has to be precise, so we need to > propagate precision properly. r0 also has to be marked as read, > otherwise subsequent state comparisons will ignore such register as > unimportant and precision won't really help here. > > Fixes: 69c087ba6225 ("bpf: Add bpf_for_each_map_elem() helper") > Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]