insmod failed, debug kmod source, error is from shared/misssing.h, syscall(__NR_finit_module, fd, uargs, flags);

200 Views Asked by At

Compile is native on armv7l linux, kernel version is same. Compile ko file success, but insmod failed. Download kmod source and debug, error is from file shared/misssing.h, code syscall(__NR_finit_module, fd, uargs, flags); return -1, errno = -8. readelf show ko file is okay.

0

There are 0 best solutions below