projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e34574
)
MIPS: asm: thread_info: Add _TIF_SECCOMP flag
author
Markos Chandras
<
[email protected]
>
Wed, 22 Jan 2014 14:40:00 +0000
(14:40 +0000)
committer
Ralf Baechle
<
[email protected]
>
Wed, 26 Mar 2014 22:09:08 +0000
(23:09 +0100)
Add _TIF_SECCOMP flag to _TIF_WORK_SYSCALL_ENTRY to indicate
that the system call needs to be checked against a seccomp filter.
Signed-off-by: Markos Chandras <
[email protected]
>
Reviewed-by: Paul Burton <
[email protected]
>
Reviewed-by: James Hogan <
[email protected]
>
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/6405/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/include/asm/thread_info.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/thread_info.h
b/arch/mips/include/asm/thread_info.h
index 24846f9053fe9af196996a43e7d77ab929f1d0ef..e80ae50cae80c916700b789a707ab9b2dad65be7 100644
(file)
--- a/
arch/mips/include/asm/thread_info.h
+++ b/
arch/mips/include/asm/thread_info.h
@@
-136,7
+136,8
@@
static inline struct thread_info *current_thread_info(void)
#define _TIF_SYSCALL_TRACEPOINT (1<<TIF_SYSCALL_TRACEPOINT)
#define _TIF_WORK_SYSCALL_ENTRY (_TIF_NOHZ | _TIF_SYSCALL_TRACE | \
- _TIF_SYSCALL_AUDIT | _TIF_SYSCALL_TRACEPOINT)
+ _TIF_SYSCALL_AUDIT | \
+ _TIF_SYSCALL_TRACEPOINT | _TIF_SECCOMP)
/* work to do in syscall_trace_leave() */
#define _TIF_WORK_SYSCALL_EXIT (_TIF_NOHZ | _TIF_SYSCALL_TRACE | \