发布于 2019-03-02 21:14:52
Linux内核中不建议使用jprobes,并且在提交9be95bd中删除了示例文件
commit 9be95bdc53c12ada23e39027237fd05e1393d893
Author: Masami Hiramatsu <mhiramat@kernel.org>
Date: Fri Oct 6 08:15:57 2017 +0900
kprobes: Remove the jprobes sample code
Remove the jprobes sample module because jprobes are deprecated.
[...]该提交在4.15-rc1中被合并。
-38 is -ENOSYS,无效系统调用号的错误代码。
https://stackoverflow.com/questions/54957900
复制相似问题