From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: BPF relocation 'perf test' entries failing was: Re: [GIT PULL 00/27] perf/core improvements and fixes Date: Thu, 26 Jul 2018 16:14:35 -0300 Message-ID: <20180726191435.GB20438@kernel.org> References: <20180726131534.GD17940@kernel.org> <2fbfac01-e103-8daf-6187-b94d1725dbd0@linux.ibm.com> <20180726185805.GA20438@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180726185805.GA20438@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Sandipan Das Cc: Alexei Starovoitov , Daniel Borkmann , Ingo Molnar , Martin KaFai Lau , Clark Williams , linux-perf-users@vger.kernel.org, Adrian Hunter , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Wang Nan , linux-kernel@vger.kernel.org, "Naveen N. Rao" , Heiko Carstens , Hendrik Brueckner , Martin Schwidefsky , Ravi Bangoria , Thomas Richter List-Id: linux-perf-users.vger.kernel.org Em Thu, Jul 26, 2018 at 03:58:05PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Thu, Jul 26, 2018 at 11:04:08PM +0530, Sandipan Das escreveu: > > I came across the same problem. Does the following patch fix it? > > https://lkml.org/lkml/2018/7/26/669 > Oh my, that one was subtle... Checking... Right, when it said it was running: 40.3: BPF prologue generation In fact it was running: 40.4: BPF relocation checker That error message in the 'perf test -v' output: libbpf: Program 'func=sys_write' contains non-map related relo data pointing to section 65522 Was the _expected_ one for "40.4: BPF relocation checker", then it failed when it couldn't run the off by one "last" subtest, duh. Thomas, this was a problem introduced by a patch from you, just for reference, this one: Fixes: 9ef0112442bd ("perf test: Fix subtest number when showing results") I should have caught this by running 'perf test' before/after applying that patch, I'll now make sure this is done before sending pull reqs upstream. In fact I did after, and thought, hey, some BPF related regression, I must've updated clang/llvm and something new appeared on the radar, so I went that direction and went nowhere, well, now I have an uptodate llvm/clang combo to play with BTF, pahole, etc 8-) Thanks! - Arnaldo