aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-4.9
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-04-07 16:38:44 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-05-11 17:15:41 +0200
commit9b1239451d6598f39b3689c8c6e0d6147965e601 (patch)
treefab6a37ee8b84cdf8f4a3d44876ab3b491de8e53 /target/linux/generic/config-4.9
parentbdaaf66e28bd45837e420ac2300df108091ec97a (diff)
downloadupstream-9b1239451d6598f39b3689c8c6e0d6147965e601.tar.gz
upstream-9b1239451d6598f39b3689c8c6e0d6147965e601.tar.bz2
upstream-9b1239451d6598f39b3689c8c6e0d6147965e601.zip
Kernel: Activate CONFIG_HARDENED_USERCOPY
This adds additional checks to the copy_from_user() and copy_to_user() functions. The details are described in this article: https://lwn.net/Articles/695991/ This should only have a very small performance impact on system calls and should not affect routing performance. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/config-4.9')
-rw-r--r--target/linux/generic/config-4.93
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9
index 1ed16edf02..cf50b4919c 100644
--- a/target/linux/generic/config-4.9
+++ b/target/linux/generic/config-4.9
@@ -1439,7 +1439,8 @@ CONFIG_GENERIC_NET_UTILS=y
# CONFIG_HAMACHI is not set
# CONFIG_HAMRADIO is not set
# CONFIG_HAPPYMEAL is not set
-# CONFIG_HARDENED_USERCOPY is not set
+CONFIG_HARDENED_USERCOPY=y
+# CONFIG_HARDENED_USERCOPY_PAGESPAN is not set
# CONFIG_HARDLOCKUP_DETECTOR is not set
# CONFIG_HAVE_AOUT is not set
CONFIG_HAVE_ARCH_HARDENED_USERCOPY=y