X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2FKconfig;h=e1e540ffa9793d5279c68d9bca412e8a3ef115ae;hb=2d6bb6adb714b133db92ccd4bfc9c20f75f71f3f;hp=9d329608913e2d14392fb44328225a01075a92ba;hpb=c7a2c49ea6c9eebbe44ff2c08b663b2905ee2c13;p=linux-2.6-microblaze.git diff --git a/arch/Kconfig b/arch/Kconfig index 9d329608913e..e1e540ffa979 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -290,6 +290,13 @@ config HAVE_RSEQ This symbol should be selected by an architecture if it supports an implementation of restartable sequences. +config HAVE_FUNCTION_ARG_ACCESS_API + bool + help + This symbol should be selected by an architecure if it supports + the API needed to access function arguments from pt_regs, + declared in asm/ptrace.h + config HAVE_CLK bool help @@ -422,6 +429,13 @@ config SECCOMP_FILTER See Documentation/userspace-api/seccomp_filter.rst for details. +config HAVE_ARCH_STACKLEAK + bool + help + An architecture should select this if it has the code which + fills the used part of the kernel stack with the STACKLEAK_POISON + value before returning from system calls. + config HAVE_STACKPROTECTOR bool help