x86/signal: Add ABI prefixes to frame setup functions
authorBrian Gerst <brgerst@gmail.com>
Mon, 6 Jun 2022 20:38:00 +0000 (16:38 -0400)
committerBorislav Petkov <bp@suse.de>
Wed, 19 Oct 2022 07:58:49 +0000 (09:58 +0200)
commitc461ae39373a1ae21952dbb6e2668a693d9f761d
tree875446337e5a372ac4104194095942272d9ce25b
parent9c36e592b3f899c90b9d0d46ae29fcc065051b96
x86/signal: Add ABI prefixes to frame setup functions

Add ABI prefixes to the frame setup functions that didn't already have
them.  To avoid compiler warnings and prepare for moving these functions
to separate files, make them non-static.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Link: https://lore.kernel.org/r/20220606203802.158958-7-brgerst@gmail.com
Signed-off-by: Borislav Petkov <bp@suse.de>
arch/x86/include/asm/fpu/signal.h
arch/x86/include/asm/sighandling.h
arch/x86/kernel/signal.c