On Thu, Jan 17, 2019 at 04:34:45PM +0100, Daniel Borkmann wrote: > During review I noticed that inner meta map setup for map in > map is buggy in that it does not propagate all needed data > from the reference map which the verifier is later accessing. > > In particular one such case is index masking to prevent out of > bounds access under speculative execution due to missing the > map's unpriv_array/index_mask field propagation. Fix this such > that the verifier is generating the correct code for inlined > lookups in case of unpriviledged use. > > > Fixes: b2157399cc98 ("bpf: prevent out-of-bounds speculation") > Signed-off-by: Daniel Borkmann <dan...@iogearbox.net>
Applied, Thanks