import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / Kconfig
index a4429bcd609ec8a3761e064d200d0646c3cae5f1..4c0a1d03ae0d82940ac6328ebbd8fba3c32c3d67 100644 (file)
@@ -331,6 +331,7 @@ config HAVE_ARCH_SECCOMP_FILTER
          - secure_computing is called from a ptrace_event()-safe context
          - secure_computing return value is checked and a return value of -1
            results in the system call being skipped immediately.
+         - seccomp syscall wired up
 
 config SECCOMP_FILTER
        def_bool y
@@ -404,6 +405,12 @@ config CLONE_BACKWARDS2
        help
          Architecture has the first two arguments of clone(2) swapped.
 
+config CLONE_BACKWARDS3
+       bool
+       help
+         Architecture has tls passed as the 3rd argument of clone(2),
+         not the 5th one.
+
 config ODD_RT_SIGACTION
        bool
        help