You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SP4 doesn't need it because it has BTF embedded, but at least SP1, SP2, and SP3 are affected. See acmel/dwarves#10
You will see no output from pahole --btf-encode-detached.
Even simple queries fail:
$ pahole -C task_struct vmlinux-5.14.21-150400.22.1-default
WARNING: DW_TAG_partial_unit used, some types will not be considered!
Probably this was optimized using a tool like 'dwz'
A future version of pahole will support this.
pahole: type'task_struct' not found
Even objdump doesn't understand it
$ objdump --dwarf=pubtypes vmlinux-5.14.21-150400.22.1-default
vmlinux-5.14.21-150400.22.1-default: file format elf64-x86-64
The text was updated successfully, but these errors were encountered:
I'm following acmel/dwarves#10 (comment), feel free to propose a new pahole static binary into tools/bin/arch directory if you think it is worth it (now that we will need a specific version, might be worth).
from the repo. TODO: make it agnostic (through a docker image building both bpftool and pahole ?) and then check if this issue is already fixed with the version being pointed by the pahole submodule.
SP4 doesn't need it because it has BTF embedded, but at least SP1, SP2, and SP3 are affected. See acmel/dwarves#10
You will see no output from
pahole --btf-encode-detached
.Even simple queries fail:
Even
objdump
doesn't understand itThe text was updated successfully, but these errors were encountered: