-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm linux 4.19 'could not link map to queue' #67
Comments
I also tried HEAD e25c913 but I got a build error: make[3]: Entering directory '/build/hana/tmp/portage/dev-util/ply-2.1.1-r1/work/ply-2.1.1/src/ply' |
This is also not working on an AMD chromebook with kernel 5.10, so the problem is probably either in the ebuild or the chromeos build environment. Any clues would be appreciated, I will try to keep digging. |
I got kprobe working with a simple test case, and tried the same in ply. Now I get a segfault in libply.so:
|
Not really sure what to make of the first issue. I do not have easy access to a 4.19/ Re: the second issue: |
Hi ,I meet the same problem,it may be caused by "using system default linux/bpf.h" whitch not linux 4.19.
"KERNEL_DIR" is your kernel tree location and "TARGET_KERNEL_INSTALL_HEADER" is where you install kernel headers. |
I am having some trouble getting ply going on an arm chromebook.
Linux localhost 4.19.184 #29 SMP PREEMPT Mon Apr 12 17:19:19 AEST 2021 aarch64 GNU/Linux
I compiled using the gentoo ebuild: https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-util/ply
Which uses ply-2.1.1 + an arm patch: https://github.com/iovisor/ply/commit/1bc183af8703023e377f92716ecd3f339ffffd11.patch
Which looks like this issue: #48
I am not sure the best testcase to run, nothing works that I can see.
Here is the strace snippet:
Let me know what else I can try
config.txt
The text was updated successfully, but these errors were encountered: