-
- Downloads
MIPS: backport seccomp filter support & dependencies
This patch contains the following commits backported from upstream and squashed : 22feadbe MIPS: asm: syscall: Add the syscall_rollback function 51d139b1 MIPS: Enable entries for SIGSYS in struct siginfo. 490b004f MIPS: Select HAVE_ARCH_SECCOMP_FILTER 4c21b8fd MIPS: seccomp: Handle indirect system calls (o32) 1225eb82 MIPS: ptrace: Move away from secure_computing_strict 6e345746 MIPS: asm: syscall: Define syscall_get_arch 1d7bf993 MIPS: ftrace: Add support for syscall tracepoints. bec9b2b2 MIPS: Move audit_arch() helper function to __syscall_get_arch(). 0dfa95aa MIPS: ptrace: Switch syscall reporting to tracehook_report_syscall_entry(). bc3d22c1 MIPS: ptrace: Use tracehook helpers. 7aeb753b MIPS: Implement task_user_regset_view. f925725d mips: unobfuscate _TIF..._MASK e7f3b48a MIPS: Cleanup flags in syscall flags handlers. 9d37c405 MIPS: kernel: scalls: Skip the syscall if denied by the seccomp filter c0ff3c53 MIPS: Enable HAVE_ARCH_TRACEHOOK. 6a9c001b MIPS: Switch ELF core dumper to use regsets. 19e2e172 MIPS: Provide arch_syscall_addr. Change-Id: Idd8030f6136c28d41d9a45a0a5b4e76587a302bc Signed-off-by:Miodrag Dinic <miodrag.dinic@imgtec.com>
Showing
- arch/mips/Kconfig 3 additions, 0 deletionsarch/mips/Kconfig
- arch/mips/include/asm/elf.h 1 addition, 0 deletionsarch/mips/include/asm/elf.h
- arch/mips/include/asm/ptrace.h 14 additions, 1 deletionarch/mips/include/asm/ptrace.h
- arch/mips/include/asm/siginfo.h 9 additions, 0 deletionsarch/mips/include/asm/siginfo.h
- arch/mips/include/asm/syscall.h 142 additions, 0 deletionsarch/mips/include/asm/syscall.h
- arch/mips/include/asm/thread_info.h 12 additions, 4 deletionsarch/mips/include/asm/thread_info.h
- arch/mips/include/asm/unistd.h 8 additions, 0 deletionsarch/mips/include/asm/unistd.h
- arch/mips/kernel/Makefile 1 addition, 0 deletionsarch/mips/kernel/Makefile
- arch/mips/kernel/ftrace.c 33 additions, 0 deletionsarch/mips/kernel/ftrace.c
- arch/mips/kernel/ptrace.c 155 additions, 58 deletionsarch/mips/kernel/ptrace.c
- arch/mips/kernel/scall32-o32.S 14 additions, 3 deletionsarch/mips/kernel/scall32-o32.S
- arch/mips/kernel/scall64-64.S 5 additions, 2 deletionsarch/mips/kernel/scall64-64.S
- arch/mips/kernel/scall64-n32.S 5 additions, 2 deletionsarch/mips/kernel/scall64-n32.S
- arch/mips/kernel/scall64-o32.S 16 additions, 3 deletionsarch/mips/kernel/scall64-o32.S
Loading
Please register or sign in to comment