usercopy: Enhance and rename report_usercopy()
commitb394d468e7d75637e682a9be4a1181b27186c593
authorKees Cook <keescook@chromium.org>
Wed, 10 Jan 2018 22:22:38 +0000 (10 14:22 -0800)
committerKees Cook <keescook@chromium.org>
Mon, 15 Jan 2018 20:07:44 +0000 (15 12:07 -0800)
tree1c0894b3aafc06a4ee6bfc6facc81d192781de66
parent4f5e838605c264fcf16c3ff9495bd83da99acc6a
usercopy: Enhance and rename report_usercopy()

In preparation for refactoring the usercopy checks to pass offset to
the hardened usercopy report, this renames report_usercopy() to the
more accurate usercopy_abort(), marks it as noreturn because it is,
adds a hopefully helpful comment for anyone investigating such reports,
makes the function available to the slab allocators, and adds new "detail"
and "offset" arguments.

Signed-off-by: Kees Cook <keescook@chromium.org>
include/linux/uaccess.h
mm/usercopy.c
tools/objtool/check.c