]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 Feb 2020 18:01:02 +0000 (13:01 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 29 May 2020 20:11:49 +0000 (16:11 -0400)
commit05301dfc66b74fd6311da5324c3d726f19a58c30
treeda070d513882510df04191e3c3bda35473fcd328
parente3091c1ea48228ade628509811bea96de1e6c8a6
parisc: turn csum_partial_copy_from_user() into csum_and_copy_from_user()

Already has the right semantics.  Incidentally. failing copy_from_user()
zeroes the tail of destination - no need to repeat that manually

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/parisc/include/asm/checksum.h
arch/parisc/lib/checksum.c