]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove usercopy_warn()
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 22 Mar 2022 21:47:46 +0000 (14:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Mar 2022 22:57:11 +0000 (15:57 -0700)
commit1c96c9ef9c300dabf7e88c0ac5c4b1149d34212b
treed01799b985c5c97922113a119368409999da102e
parentba8764cbf0c78f31136334fac0cb7570b6f0870a
mm: remove usercopy_warn()

Users of usercopy_warn() were removed by commit 8dc42706f477 ("mm:
remove HARDENED_USERCOPY_FALLBACK")

Remove it.

Link: https://lkml.kernel.org/r/5f26643fc70b05f8455b60b99c30c17d635fa640.1644231910.git.christophe.leroy@csgroup.eu
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Stephen Kitt <steve@sk2.org>
Reviewed-by: Muchun Song <songmuchun@bytedance.com>
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/uaccess.h
mm/usercopy.c