projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103bbe9
)
Add TODO about SLUB_DEBUG_ON
author
Alexander Popov
<alex.popov@linux.com>
Fri, 16 Oct 2020 15:51:01 +0000
(18:51 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Fri, 16 Oct 2020 15:51:01 +0000
(18:51 +0300)
kconfig_hardened_check/__init__.py
patch
|
blob
|
history
diff --git
a/kconfig_hardened_check/__init__.py
b/kconfig_hardened_check/__init__.py
index 937b3a0c6a72107e2f06d694369c68ff813dd696..aa08c12c50c8f3a2a80655ade23ce2af29d3179d 100644
(file)
--- a/
kconfig_hardened_check/__init__.py
+++ b/
kconfig_hardened_check/__init__.py
@@
-379,7
+379,7
@@
def construct_checklist(l, arch):
iommu_support_is_set)]
# 'self_protection', 'my'
- l += [OptCheck('self_protection', 'my', 'SLUB_DEBUG_ON', 'y')]
+ l += [OptCheck('self_protection', 'my', 'SLUB_DEBUG_ON', 'y')]
# TODO: is it better to set that via kernel cmd?
l += [OptCheck('self_protection', 'my', 'RESET_ATTACK_MITIGATION', 'y')] # needs userspace support (systemd)
if arch == 'X86_64':
l += [AND(OptCheck('self_protection', 'my', 'AMD_IOMMU_V2', 'y'),