On Tue, Nov 19, 2024 at 04:45:42PM +0000, Alan Maguire wrote: > On 18/11/2024 20:41, Arnaldo Carvalho de Melo wrote: > > From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> > > > > root@x1:/home/acme/git/pahole# pahole --running_kernel_vmlinux > > pahole: couldn't find a vmlinux that matches the running kernel > > HINT: Maybe you're inside a container or missing a debuginfo package? > > root@x1:/home/acme/git/pahole# tests/default_vmlinux_btf.sh > > Default BTF on a system without BTF: FAILED > > root@x1:/home/acme/git/pahole# pahole > > Segmentation fault (core dumped) > > root@x1:/home/acme/git/pahole# > > > > Now to fix this one as well. > > > > Reported-by: Matthias Schwarzott <zzam@xxxxxxxxxx> > > Cc: Alan Maguire <alan.maguire@xxxxxxxxxx> > > Cc: Andrii Nakryiko <andrii@xxxxxxxxxx> > > Cc: Eduard Zingerman <eddyz87@xxxxxxxxx> > > Cc: Jiri Olsa <jolsa@xxxxxxxxxx> > > Cc: Song Liu <song@xxxxxxxxxx> > > Cc: Yonghong Song <yonghong.song@xxxxxxxxx> > > Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> > > Reviewed-by: Alan Maguire <alan.maguire@xxxxxxxxxx> Thanks, added to the cset, - Arnaldo