mirror of https://gitee.com/openkylin/linux.git
unify default ptrace_signal_deliver
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
e80d6661c3
commit
4f4202fe5a
|
@ -164,9 +164,6 @@ struct sigstack {
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -35,5 +35,4 @@ struct k_sigaction {
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -37,6 +37,4 @@ struct k_sigaction {
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
#undef __HAVE_ARCH_SIG_BITOPS
|
#undef __HAVE_ARCH_SIG_BITOPS
|
||||||
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -152,12 +152,6 @@ typedef struct sigaltstack {
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
|
|
||||||
/* here we could define asm-optimized sigaddset, sigdelset etc. operations.
|
|
||||||
* if we don't, generic ones are used from linux/signal.h
|
|
||||||
*/
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif /* __KERNEL__ */
|
#endif /* __KERNEL__ */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -154,8 +154,6 @@ typedef struct sigaltstack {
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
#undef __HAVE_ARCH_SIG_BITOPS
|
#undef __HAVE_ARCH_SIG_BITOPS
|
||||||
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif /* __KERNEL__ */
|
#endif /* __KERNEL__ */
|
||||||
|
|
||||||
#endif /* _H8300_SIGNAL_H */
|
#endif /* _H8300_SIGNAL_H */
|
||||||
|
|
|
@ -38,7 +38,5 @@ struct k_sigaction {
|
||||||
|
|
||||||
# include <asm/sigcontext.h>
|
# include <asm/sigcontext.h>
|
||||||
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
# endif /* !__ASSEMBLY__ */
|
# endif /* !__ASSEMBLY__ */
|
||||||
#endif /* _ASM_IA64_SIGNAL_H */
|
#endif /* _ASM_IA64_SIGNAL_H */
|
||||||
|
|
|
@ -149,10 +149,6 @@ typedef struct sigaltstack {
|
||||||
|
|
||||||
#undef __HAVE_ARCH_SIG_BITOPS
|
#undef __HAVE_ARCH_SIG_BITOPS
|
||||||
|
|
||||||
struct pt_regs;
|
|
||||||
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif /* __KERNEL__ */
|
#endif /* __KERNEL__ */
|
||||||
|
|
||||||
#endif /* _ASM_M32R_SIGNAL_H */
|
#endif /* _ASM_M32R_SIGNAL_H */
|
||||||
|
|
|
@ -86,11 +86,10 @@ static inline int sigfindinword(unsigned long word)
|
||||||
|
|
||||||
#endif /* !CONFIG_CPU_HAS_NO_BITFIELDS */
|
#endif /* !CONFIG_CPU_HAS_NO_BITFIELDS */
|
||||||
|
|
||||||
#ifdef __uClinux__
|
#ifndef __uClinux__
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
#else
|
|
||||||
struct pt_regs;
|
struct pt_regs;
|
||||||
extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie);
|
extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie);
|
||||||
|
#define ptrace_signal_deliver ptrace_signal_deliver
|
||||||
#endif /* __uClinux__ */
|
#endif /* __uClinux__ */
|
||||||
|
|
||||||
#endif /* _M68K_SIGNAL_H */
|
#endif /* _M68K_SIGNAL_H */
|
||||||
|
|
|
@ -21,6 +21,4 @@
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
#include <asm/siginfo.h>
|
#include <asm/siginfo.h>
|
||||||
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif /* _ASM_SIGNAL_H */
|
#endif /* _ASM_SIGNAL_H */
|
||||||
|
|
|
@ -45,8 +45,4 @@ struct k_sigaction {
|
||||||
};
|
};
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
|
|
||||||
|
|
||||||
struct pt_regs;
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif /* _ASM_SIGNAL_H */
|
#endif /* _ASM_SIGNAL_H */
|
||||||
|
|
|
@ -34,8 +34,6 @@ struct k_sigaction {
|
||||||
struct sigaction sa;
|
struct sigaction sa;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
|
|
||||||
#endif /* !__ASSEMBLY */
|
#endif /* !__ASSEMBLY */
|
||||||
|
|
|
@ -3,6 +3,4 @@
|
||||||
|
|
||||||
#include <uapi/asm/signal.h>
|
#include <uapi/asm/signal.h>
|
||||||
|
|
||||||
struct pt_regs;
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
#endif /* _ASM_POWERPC_SIGNAL_H */
|
#endif /* _ASM_POWERPC_SIGNAL_H */
|
||||||
|
|
|
@ -39,6 +39,4 @@ struct k_sigaction {
|
||||||
struct sigaction sa;
|
struct sigaction sa;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -26,7 +26,5 @@ struct k_sigaction {
|
||||||
void __user *ka_restorer;
|
void __user *ka_restorer;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif /* !(__ASSEMBLY__) */
|
#endif /* !(__ASSEMBLY__) */
|
||||||
#endif /* !(__SPARC_SIGNAL_H) */
|
#endif /* !(__SPARC_SIGNAL_H) */
|
||||||
|
|
|
@ -260,8 +260,6 @@ struct pt_regs;
|
||||||
|
|
||||||
#endif /* !__i386__ */
|
#endif /* !__i386__ */
|
||||||
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif /* __KERNEL__ */
|
#endif /* __KERNEL__ */
|
||||||
#endif /* __ASSEMBLY__ */
|
#endif /* __ASSEMBLY__ */
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@ struct k_sigaction {
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif /* __ASSEMBLY__ */
|
#endif /* __ASSEMBLY__ */
|
||||||
#endif /* _XTENSA_SIGNAL_H */
|
#endif /* _XTENSA_SIGNAL_H */
|
||||||
|
|
|
@ -10,7 +10,5 @@
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
#undef __HAVE_ARCH_SIG_BITOPS
|
#undef __HAVE_ARCH_SIG_BITOPS
|
||||||
|
|
||||||
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
||||||
|
|
||||||
#endif /* __ASSEMBLY__ */
|
#endif /* __ASSEMBLY__ */
|
||||||
#endif /* _ASM_GENERIC_SIGNAL_H */
|
#endif /* _ASM_GENERIC_SIGNAL_H */
|
||||||
|
|
|
@ -329,6 +329,10 @@ static inline void user_single_step_siginfo(struct task_struct *tsk,
|
||||||
#define current_pt_regs() task_pt_regs(current)
|
#define current_pt_regs() task_pt_regs(current)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef ptrace_signal_deliver
|
||||||
|
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
||||||
|
#endif
|
||||||
|
|
||||||
extern int task_current_syscall(struct task_struct *target, long *callno,
|
extern int task_current_syscall(struct task_struct *target, long *callno,
|
||||||
unsigned long args[6], unsigned int maxargs,
|
unsigned long args[6], unsigned int maxargs,
|
||||||
unsigned long *sp, unsigned long *pc);
|
unsigned long *sp, unsigned long *pc);
|
||||||
|
|
Loading…
Reference in New Issue