commit | 9cec5496d3b01da4b6120f8498ac84fcd3877b32 | [log] [tgz] |
---|---|---|
author | Bipin Ravi <bipin.ravi@arm.com> | Thu Sep 28 13:17:24 2023 -0500 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Mon Jan 29 13:03:42 2024 +0000 |
tree | 2f6789ff15b07c99b595771b4d25af85408f928f | |
parent | d36d167516432566918892e38569e4d1ac534fb8 [diff] |
feat(security): add support for SLS mitigation This patch enables support for the gcc compiler option "-mharden-sls", the default is not to use this option. Setting HARDEN_SLS=1 sets "-mharden-sls=all" that enables all hardening against straight line speculation. Signed-off-by: Bipin Ravi <bipin.ravi@arm.com> Change-Id: I59f5963c22431571f5aebe7e0c5642b32362f4c9