开发者

memcpy from user space to kernel space

开发者 https://www.devze.com 2023-03-26 15:06 出处:网络
Is it possible to copy data from a user space address to kernel space? If so, who will handle translating VMA so there are no page fau开发者_如何学编程lts? Would memcpy guarantee this to be safe?copy_

Is it possible to copy data from a user space address to kernel space? If so, who will handle translating VMA so there are no page fau开发者_如何学编程lts? Would memcpy guarantee this to be safe?


copy_from_user

should do what you want

0

精彩评论

暂无评论...
验证码 换一张
取 消