X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=arch%2FKconfig;h=4c0a1d03ae0d82940ac6328ebbd8fba3c32c3d67;hb=3460ea59c67f92c0e873e00e2508c88fb1955988;hp=a4429bcd609ec8a3761e064d200d0646c3cae5f1;hpb=df91ed6d46a79bb8d3227939c0a84a78e7cf4e8e;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/arch/Kconfig b/arch/Kconfig index a4429bcd609e..4c0a1d03ae0d 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -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