KernelSU icon indicating copy to clipboard operation
KernelSU copied to clipboard

error: undefined symbol: ksu_vfs_read_hook

Open ucxl opened this issue 1 year ago • 3 comments

ld.lld: error: undefined symbol: ksu_vfs_read_hook

referenced by read_write.c:461 (../fs/read_write.c:461) vmlinux.o:(vfs_read) referenced by read_write.c:461 (../fs/read_write.c:461) vmlinux.o:(vfs_read)

ld.lld: error: undefined symbol: ksu_execveat_hook

referenced by exec.c:1935 (../fs/exec.c:1935) vmlinux.o:(do_execveat_common) referenced by exec.c:1935 (../fs/exec.c:1935) vmlinux.o:(do_execveat_common)

ucxl avatar Jan 22 '24 14:01 ucxl

ld.lld: error: undefined symbol: ksu_vfs_read_hook

referenced by read_write.c:461 (../fs/read_write.c:461) vmlinux.o:(vfs_read) referenced by read_write.c:461 (../fs/read_write.c:461) vmlinux.o:(vfs_read)

ld.lld: error: undefined symbol: ksu_execveat_hook

referenced by exec.c:1935 (../fs/exec.c:1935) vmlinux.o:(do_execveat_common) referenced by exec.c:1935 (../fs/exec.c:1935) vmlinux.o:(do_execveat_common)

@ucxl 内核版本?手机型号?又让我猜?

Bot-wxt1221 avatar Jan 22 '24 23:01 Bot-wxt1221

不好意思 三星SM-G9980 高通安卓14的 内核版本是5.4.233 禁用下面的可以编译通过,但是触摸失灵了 CONFIG_KPROBES
CONFIG_HAVE_KPROBES CONFIG_KPROBE_EVENTS CONFIG_KPROBES_QGKI

ucxl avatar Jan 23 '24 00:01 ucxl

内核问题与 KernelSU 无关

tiann avatar Jan 23 '24 03:01 tiann