summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2021-09-08 15:29:37 +0200
committerBorislav Petkov <bp@suse.de>2021-09-14 21:10:03 +0200
commitf3305be5feecae62adfa5a6a1441a76493fe7412 (patch)
tree9f045390304bfd785cd8cedfd3e5809d8e865b17 /arch/x86/kernel/signal.c
parentee4ecdfbd28954086a09740dc931c10c93e39370 (diff)
downloadlinux-stable-f3305be5feecae62adfa5a6a1441a76493fe7412.tar.gz
linux-stable-f3305be5feecae62adfa5a6a1441a76493fe7412.tar.bz2
linux-stable-f3305be5feecae62adfa5a6a1441a76493fe7412.zip
x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
None of the call sites cares about the error code. All they need to know is whether the function succeeded or not. Suggested-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20210908132525.909065931@linutronix.de
Diffstat (limited to 'arch/x86/kernel/signal.c')
-rw-r--r--arch/x86/kernel/signal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c
index 140b7b2dbafe..02ee68e68184 100644
--- a/arch/x86/kernel/signal.c
+++ b/arch/x86/kernel/signal.c
@@ -136,8 +136,8 @@ static bool restore_sigcontext(struct pt_regs *regs,
force_valid_ss(regs);
#endif
- return !fpu__restore_sig((void __user *)sc.fpstate,
- IS_ENABLED(CONFIG_X86_32));
+ return fpu__restore_sig((void __user *)sc.fpstate,
+ IS_ENABLED(CONFIG_X86_32));
}
static __always_inline int