From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH bpf-next] selftests/bpf: fix a typo in map in map test Date: Fri, 3 Aug 2018 10:17:41 +0200 Message-ID: <610e4b0e-3d6a-7541-7e01-25ceab4edfbe@iogearbox.net> References: <20180802224710.29662-1-guro@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, kernel-team@fb.com, Martin KaFai Lau , Arthur Fabre , Alexei Starovoitov To: Roman Gushchin , netdev@vger.kernel.org Return-path: In-Reply-To: <20180802224710.29662-1-guro@fb.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 08/03/2018 12:47 AM, Roman Gushchin wrote: > Commit fbeb1603bf4e ("bpf: verifier: MOV64 don't mark dst reg unbounded") > revealed a typo in commit fb30d4b71214 ("bpf: Add tests for map-in-map"): > BPF_MOV64_REG(BPF_REG_0, 0) was used instead of > BPF_MOV64_IMM(BPF_REG_0, 0). > > I've noticed the problem by running bpf kselftests. > > Fixes: fb30d4b71214 ("bpf: Add tests for map-in-map") > Signed-off-by: Roman Gushchin > Cc: Martin KaFai Lau > Cc: Arthur Fabre > Cc: Daniel Borkmann > Cc: Alexei Starovoitov Applied to bpf-next, thanks Roman!