x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Feb 2020 21:50:00 +0000 (16:50 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 29 May 2020 20:11:48 +0000 (16:11 -0400)
commit0a5ea224b2fdf9dca9291ef7b5a12fd846a5dc34
tree1a4dac4be2cf16690a41bf9e80cb34d812df7c80
parent73e800ecb67bf24c0508c63350c1dc509f00b1ce
x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()

... rather than messing with the wrapper.  As a side effect,
32bit variant gets access_ok() into it and can be switched to
user_access_begin()/user_access_end()

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