Closed nikhilh-20 closed 1 year ago
Issue might indeed be related to kernel version. I don't see an error with kernel v5.15.58
# uname -r
5.15.58
# ply --version
ply (linux-version:331578~5.15.58)
# ply -T
[ 28.457920] process '/usr/sbin/ply' started with executable stack
WARN: Unable to verify kernel config
Ensuring that debugfs is mounted... OK
Verifying kprobe... OK
Verifying tracepoint... OK
Verifying special... OK
Verifying interval... OK
Hello,
I came across a self-test failure while I was setting up
ply
inside a Buildroot-generated x86-64 Linux image:Do you think it might be an issue related to the kernel version? At this point, it's the latest.
kprobe
seems to be okay.I added following options to x86-64 config file before building the Linux image via Buildroot:
I'm doing this kinda thing for the first time, so please let me know if you need more information. Thanks!