X-Git-Url: https://git.stricted.de/?p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git;a=blobdiff_plain;f=arch%2FKconfig;h=4c0a1d03ae0d82940ac6328ebbd8fba3c32c3d67;hp=a4429bcd609ec8a3761e064d200d0646c3cae5f1;hb=6fa3eb70c07b7ce2061fd6602159ac2d45a7dc3d;hpb=80ce5f6f25bea86f4fbfb9c19c09e43ccac90bfd 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