Loading arch/x86/include/asm/sighandling.h +5 −0 Original line number Diff line number Diff line Loading @@ -16,4 +16,9 @@ void signal_fault(struct pt_regs *regs, void __user *frame, char *where); int restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, unsigned long *pax); int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, struct pt_regs *regs, unsigned long mask); #endif /* _ASM_X86_SIGHANDLING_H */ arch/x86/kernel/signal.c +4 −6 Original line number Diff line number Diff line Loading @@ -60,8 +60,7 @@ regs->seg = GET_SEG(seg) | 3; \ } while (0) static int restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, int restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, unsigned long *pax) { void __user *buf; Loading Loading @@ -117,8 +116,7 @@ restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, return err; } static int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, struct pt_regs *regs, unsigned long mask) { int err = 0; Loading Loading
arch/x86/include/asm/sighandling.h +5 −0 Original line number Diff line number Diff line Loading @@ -16,4 +16,9 @@ void signal_fault(struct pt_regs *regs, void __user *frame, char *where); int restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, unsigned long *pax); int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, struct pt_regs *regs, unsigned long mask); #endif /* _ASM_X86_SIGHANDLING_H */
arch/x86/kernel/signal.c +4 −6 Original line number Diff line number Diff line Loading @@ -60,8 +60,7 @@ regs->seg = GET_SEG(seg) | 3; \ } while (0) static int restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, int restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, unsigned long *pax) { void __user *buf; Loading Loading @@ -117,8 +116,7 @@ restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc, return err; } static int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, int setup_sigcontext(struct sigcontext __user *sc, void __user *fpstate, struct pt_regs *regs, unsigned long mask) { int err = 0; Loading