Re: [PATCH bpf-next v2 4/7] bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUE

2018-10-10 Thread Song Liu
On Wed, Oct 10, 2018 at 7:06 AM Mauricio Vasquez B wrote: > > ARG_PTR_TO_UNINIT_MAP_VALUE argument is a pointer to a memory zone > used to save the value of a map. Basically the same as > ARG_PTR_TO_UNINIT_MEM, but the size has not be passed as an extra > argument. > > This will be used in the

[PATCH bpf-next v2 4/7] bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUE

2018-10-10 Thread Mauricio Vasquez B
ARG_PTR_TO_UNINIT_MAP_VALUE argument is a pointer to a memory zone used to save the value of a map. Basically the same as ARG_PTR_TO_UNINIT_MEM, but the size has not be passed as an extra argument. This will be used in the following patch that implements some new helpers that receive a pointer