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
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
精彩评论