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
Hi,
My PC env is Ubuntu 18.04 and the pahole version is v1.21.
The linux kernel source code version is 5.10.120. When I compiled an kernel image for ARM64 , I found that there is no percpu DATASEC in the btf information of vmlinux.
I debugged the source code of pahole and made the following modifications:
After applying the above modification, vmlinux has percpu DATASEC.
The text was updated successfully, but these errors were encountered:
Hi,
My PC env is Ubuntu 18.04 and the pahole version is v1.21.
The linux kernel source code version is 5.10.120. When I compiled an kernel image for ARM64 , I found that there is no percpu DATASEC in the btf information of vmlinux.
I debugged the source code of pahole and made the following modifications:
After applying the above modification, vmlinux has percpu DATASEC.
The text was updated successfully, but these errors were encountered: