x86/signal: Remove sigset_t parameter from frame setup functions
authorBrian Gerst <brgerst@gmail.com>
Mon, 6 Jun 2022 20:37:56 +0000 (16:37 -0400)
committerBorislav Petkov <bp@suse.de>
Wed, 19 Oct 2022 07:58:48 +0000 (09:58 +0200)
commitf544822ea587ce08932640d5ba3978261148cbc7
tree50958f4eac71b53b952c6b57c7b7ddf04c05f0ef
parent8bb2d28e2b92ef220e82369ff31a22f39831cf2f
x86/signal: Remove sigset_t parameter from frame setup functions

Push down the call to sigmask_to_save() into the frame setup functions.
Thus, remove the use of compat_sigset_t outside of the compat code.

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-3-brgerst@gmail.com
Signed-off-by: Borislav Petkov <bp@suse.de>
arch/x86/ia32/ia32_signal.c
arch/x86/include/asm/fpu/signal.h
arch/x86/include/asm/signal.h
arch/x86/kernel/signal.c