[openwrt/openwrt] qoriq: enable HARDENED_USERCOPY

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 1 03:39:52 PDT 2022


stintel pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/e222660bc8cefe39c63a1d558c35481eeb2deb92

commit e222660bc8cefe39c63a1d558c35481eeb2deb92
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Wed Jun 29 00:51:41 2022 +0300

    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 at linux-ipv6.be>
    (cherry picked from commit 61587c92425ecdcabb82a6c81cff698a23ffb049)
---
 target/linux/qoriq/config-5.10 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/qoriq/config-5.10 b/target/linux/qoriq/config-5.10
index a6ca389838..6bdcd63b14 100644
--- a/target/linux/qoriq/config-5.10
+++ b/target/linux/qoriq/config-5.10
@@ -166,7 +166,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




More information about the lede-commits mailing list