[Bug 1194501] Unable to boot TW 5.15.12: BPF verification failed for all modules
https://bugzilla.suse.com/show_bug.cgi?id=1194501 https://bugzilla.suse.com/show_bug.cgi?id=1194501#c36 --- Comment #36 from Shung-Hsi Yu <shung-hsi.yu@suse.com> --- Created attachment 855483 --> https://bugzilla.suse.com/attachment.cgi?id=855483&action=edit Python-base BPF Type Format parser Here the script I used to dump raw BTF (which took me too long to make it work) For parsing BTF of the kernel (or grab vmlinuz from boot, extract it, and give it path, maybe runtime BTF ended up being different from BTF inside .BTF section of vmlinux) ./parse_btf.py /sys/kernel/btf/vmlinux For parsing BTF on kernel module do this ./parse_btf.py --base-btf=/sys/kernel/btf/vmlinux ./ipheth.ko -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com