On Thu, Nov 01, 2018 at 12:05:53AM +0100, Daniel Borkmann wrote: > In the verifier there is no such semantics where registers with > PTR_TO_MAP_VALUE type have an id assigned to them. This is only > used in PTR_TO_MAP_VALUE_OR_NULL and later on nullified once the > test against NULL has been pattern matched and type transformed > into PTR_TO_MAP_VALUE. > > Fixes: 3e6a4b3e0289 ("bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE") > Signed-off-by: Daniel Borkmann <dan...@iogearbox.net> > Cc: Roman Gushchin <g...@fb.com> > Acked-by: Alexei Starovoitov <a...@kernel.org>
Looks good to me. Acked-by: Roman Gushchin <g...@fb.com> Thanks!