diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-06-29 00:51:41 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-06-29 00:51:41 +0300 |
commit | 61587c92425ecdcabb82a6c81cff698a23ffb049 (patch) | |
tree | 85b20d85e019b88bdb5be9dcb66b0052aa55c90c | |
parent | 3e1848ee0ff3b01461a9d2f772bde27a4101f3d9 (diff) | |
download | upstream-61587c92425ecdcabb82a6c81cff698a23ffb049.tar.gz upstream-61587c92425ecdcabb82a6c81cff698a23ffb049.tar.bz2 upstream-61587c92425ecdcabb82a6c81cff698a23ffb049.zip |
qoriq: enable HARDENED_USERCOPY
The random crashes observed with HARDENED_USERCOPY enabled no longer
seem to occur. Enable HARDENED_USERCOPY to improve security.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
-rw-r--r-- | target/linux/qoriq/config-5.10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/qoriq/config-5.10 b/target/linux/qoriq/config-5.10 index a20f00b545..835a90470a 100644 --- a/target/linux/qoriq/config-5.10 +++ b/target/linux/qoriq/config-5.10 @@ -163,7 +163,6 @@ CONFIG_GPIO_GENERIC=y CONFIG_GPIO_MPC8XXX=y CONFIG_GRO_CELLS=y # CONFIG_HANGCHECK_TIMER is not set -# CONFIG_HARDENED_USERCOPY is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT_MAP=y |