diff options
author | Kees Cook <keescook@chromium.org> | 2016-07-07 20:38:39 +0200 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2016-07-26 23:41:52 +0200 |
commit | 97433ea4fda62349bfa42089455593cbcb57e06c (patch) | |
tree | 308fd5074718b4dfa06d399c4dbf32cdde5956a3 /arch/s390/Kconfig | |
parent | sparc/uaccess: Enable hardened usercopy (diff) | |
download | linux-97433ea4fda62349bfa42089455593cbcb57e06c.tar.xz linux-97433ea4fda62349bfa42089455593cbcb57e06c.zip |
s390/uaccess: Enable hardened usercopy
Enables CONFIG_HARDENED_USERCOPY checks on s390.
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index a8c259059adf..9f694311c9ed 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -122,6 +122,7 @@ config S390 select HAVE_ALIGNED_STRUCT_PAGE if SLUB select HAVE_ARCH_AUDITSYSCALL select HAVE_ARCH_EARLY_PFN_TO_NID + select HAVE_ARCH_HARDENED_USERCOPY select HAVE_ARCH_JUMP_LABEL select CPU_NO_EFFICIENT_FFS if !HAVE_MARCH_Z9_109_FEATURES select HAVE_ARCH_SECCOMP_FILTER |