arm: switch to csum_and_copy_from_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 Feb 2020 19:19:54 +0000 (14:19 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 29 May 2020 20:11:49 +0000 (16:11 -0400)
commit24f9aa928c3cc88bae573b39b6976844968f80a0
treee4092ee465fb2be7f19930a9e36d2217852dc2b4
parent7fe8970a78a1934545d53267281f1737eefea3bb
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>
arch/arm/include/asm/checksum.h