go

如何从内核模块中标记进程?

英文: How can I flag a process from a kernel module? 问题 我有一个内核模块(用C编写),它正在工作,并希望实现以下功能: 接受用户输入的进程号 将该进...