- 28 Apr, 2022 1 commit
-
-
Fix for kconfig_hardened_check/__init__.py:125:68: E1101: Instance of 'OptCheck' has no 'type' member (no-member)
Alexander Popov authored
-
- 22 Apr, 2022 6 commits
-
-
Thanks to @izh1979 for the idea.
Alexander Popov authored -
It is moved to kernel self protection. Thanks to @izh1979 for the idea.
Alexander Popov authored -
Thanks to @izh1979 for the idea. Combining these checks with OR is not correct.
Alexander Popov authored -
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
- 20 Apr, 2022 8 commits
-
-
Before the fix: CONFIG_EFI_DISABLE_PCI_DMA | kconfig | y | clipos | self_protection | OK: not found After the fix: CONFIG_EFI_DISABLE_PCI_DMA | kconfig | y | clipos | self_protection | OK: CONFIG_EFI not found Also added the assertions preventing similar bugs in future.
Alexander Popov authored -
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
- 08 Apr, 2022 2 commits
-
-
Alexander Popov authored
-
Alexander Popov authored
-
- 07 Apr, 2022 1 commit
-
-
Alexander Popov authored
-
- 28 Mar, 2022 1 commit
-
-
Alexander Popov authored
-
- 26 Mar, 2022 1 commit
-
-
ARCH_HAS_UBSAN_SANITIZE_ALL is not selected for arm arch, which prevents selectiong of CONFIG_UBSAN_SANITIZE_ALL https://github.com/torvalds/linux/blob/master/arch/arm/Kconfig https://github.com/torvalds/linux/blob/master/lib/Kconfig.ubsan
Martin Rowe authored
-
- 20 Mar, 2022 2 commits
-
-
Alexander Popov authored
-
Alexander Popov authored
-
- 18 Mar, 2022 2 commits
-
-
Alexander Popov authored
-
Refers to #59. Thanks @cyanidium
Alexander Popov authored
-
- 15 Mar, 2022 1 commit
-
-
Both EFI_DISABLE_PCI_DMA and RESET_ATTACK_MITIGATION depend on EFI, but if EFI is not set, neither config is required. Useful on embedded devices that use u-boot or similar instead of EFI.
Martin Rowe authored
-
- 13 Mar, 2022 4 commits
-
-
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
- 05 Mar, 2022 2 commits
-
-
Alexander Popov authored
-
It has more preparations for solving #46.
Alexander Popov authored
-
- 14 Feb, 2022 8 commits
-
-
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
Alexander Popov authored
-
Don't miss options behind the second level of ComplexOptCheck
Alexander Popov authored -
Alexander Popov authored
-
- 11 Feb, 2022 1 commit
-
-
It has preparations for solving #46.
Alexander Popov authored
-