x86/uaccess: Annotate local function
authorJiri Slaby <jslaby@suse.cz>
Fri, 11 Oct 2019 11:50:48 +0000 (13:50 +0200)
committerBorislav Petkov <bp@suse.de>
Fri, 18 Oct 2019 08:31:42 +0000 (10:31 +0200)
commitfa97220196fda2613a6226cc30b573bd8976e15b
treed2ffbe9df5a269c8806cd37579c69931e860c4f4
parentdeff8a24e1021fb39dddf5f6bc5832e0e3a632ea
x86/uaccess: Annotate local function

.Lcopy_user_handle_tail is a self-standing local function, annotate it
as such using SYM_CODE_START_LOCAL.

Again, no functional change, just documentation.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: linux-arch@vger.kernel.org
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/20191011115108.12392-9-jslaby@suse.cz
arch/x86/lib/copy_user_64.S