| commit | 3b28f0c9f59453edddb16a2034c0ff7ffd032d1b | [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> | Thu Mar 26 23:46:10 2020 -0400 |
| tree | ae264b9354213dfea480e730ae178ad506ba3f9a | |
| parent | ba7ac36729ca9c9158cd62d33ea5e72b6de86869 [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>