On 01.10.23 18:00, Lorenzo Stoakes wrote:
access_remote_vm() passes through parameters to __access_remote_vm() directly, so remove the __access_remote_vm() function from mm.h aand use access_remote_vm() in the one caller that needs it (ptrace_access_vm()).
Wondering why we even still have __access_remote_vm() in the first place, if it really should just be access_remote_vm() directly.
Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> -- Cheers, David / dhildenb