Commit 29700a52 by Alexander Popov

Add SHADOW_CALL_STACK for ARM64

parent 1ce2fdcf
......@@ -404,6 +404,8 @@ def construct_checklist(l, arch):
if arch == 'X86_64':
l += [AND(OptCheck('self_protection', 'my', 'AMD_IOMMU_V2', 'y'),
iommu_support_is_set)]
if arch == 'ARM64':
l += [OptCheck('self_protection', 'my', 'SHADOW_CALL_STACK', 'y')]
# 'security_policy'
if arch in ('X86_64', 'ARM64', 'X86_32'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment