Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] Generic: Move __user cast into probe_kernel_address
Caller of probe_kernel_address shouldn't need to know that pka is internally implemented with __get_user. So move the __user cast into pka. Signed-off-by: Andi Kleen <ak@suse.de>
- Loading branch information