commit | 24f9aa928c3cc88bae573b39b6976844968f80a0 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 18 14:19:54 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri May 29 16:11:49 2020 -0400 |
tree | e4092ee465fb2be7f19930a9e36d2217852dc2b4 | |
parent | 7fe8970a78a1934545d53267281f1737eefea3bb [diff] |
arm: switch to csum_and_copy_from_user() Note that csum_partial_copy_from_user() is in assembler here, so I'm leaving it alone and just providing the wrapper for it. When/if we go for switching arm to user_access_{begin,end}() (doing domain switches in those), somebody well need to look into that one. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>