From a6572f4c57199d89bf1a627dfdea2c9ec7ef0893 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 12 Jun 2014 14:06:18 -0700 Subject: [PATCH] 3.14-stable patches added patches: mips-asm-thread_info-add-_tif_seccomp-flag.patch --- ...sm-thread_info-add-_tif_seccomp-flag.patch | 37 +++++++++++++++++++ queue-3.14/series | 1 + 2 files changed, 38 insertions(+) create mode 100644 queue-3.14/mips-asm-thread_info-add-_tif_seccomp-flag.patch diff --git a/queue-3.14/mips-asm-thread_info-add-_tif_seccomp-flag.patch b/queue-3.14/mips-asm-thread_info-add-_tif_seccomp-flag.patch new file mode 100644 index 00000000000..8be14d1a821 --- /dev/null +++ b/queue-3.14/mips-asm-thread_info-add-_tif_seccomp-flag.patch @@ -0,0 +1,37 @@ +From 137f7df8cead00688524c82360930845396b8a21 Mon Sep 17 00:00:00 2001 +From: Markos Chandras +Date: Wed, 22 Jan 2014 14:40:00 +0000 +Subject: MIPS: asm: thread_info: Add _TIF_SECCOMP flag + +From: Markos Chandras + +commit 137f7df8cead00688524c82360930845396b8a21 upstream. + +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 +Reviewed-by: Paul Burton +Reviewed-by: James Hogan +Cc: linux-mips@linux-mips.org +Patchwork: https://patchwork.linux-mips.org/patch/6405/ +Signed-off-by: Ralf Baechle +Cc: Ben Hutchings +Signed-off-by: Greg Kroah-Hartman + +--- + arch/mips/include/asm/thread_info.h | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +--- 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 *curren + #define _TIF_SYSCALL_TRACEPOINT (1<