]> git.baikalelectronics.ru Git - kernel.git/commit
x86: get rid of small constant size cases in raw_copy_{to,from}_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 15 Feb 2020 16:46:30 +0000 (11:46 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 18 Mar 2020 19:53:25 +0000 (15:53 -0400)
commitc6dad7aba079ffcbbee5dc35212e4e461d1c7f1c
treef8ef35539d2ff303275d19182770732d4e053d0e
parent8ee31e81307725481c4b00765c789bdcfea11bb6
x86: get rid of small constant size cases in raw_copy_{to,from}_user()

Very few call sites where that would be triggered remain, and none
of those is anywhere near hot enough to bother.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/x86/include/asm/uaccess.h
arch/x86/include/asm/uaccess_32.h
arch/x86/include/asm/uaccess_64.h