Get rid of 'kernel_version' global variable
[kconfig-hardened-check.git] / kconfig_hardened_check / __init__.py
2020-07-13 Alexander PopovGet rid of 'kernel_version' global variable
2020-07-13 Alexander PopovBig rework of the report modes
2020-07-10 Alexander PopovAdd ARM64_PAN
2020-07-09 Alexander PopovUse += instead of append() for checklist
2020-07-09 Alexander PopovReorder some checking rules for better looking code
2020-07-09 Alexander PopovChange the order of arguments in OptCheck constructor
2020-07-09 Alexander PopovDrop unused 'state' property from ComplexOptCheck
2020-07-09 Alexander PopovDon't return self.result in check() method -- it's...
2020-07-06 Alexander PopovARM64_PTR_AUTH is now supported for the kernel (from...
2020-04-09 Alexander PopovMerge branch 'evbug'
2020-04-09 Alexander PopovMerge branch 'pylint'
2020-04-09 HacKurxAdd CONFIG_INPUT_EVBUG
2020-04-08 shamilbipylint some code 40/head
2020-04-06 Alexander PopovImprove versioning
2020-04-03 Alexander PopovAdd DRM_LEGACY, FB, and VT checks
2020-03-31 Alexander PopovImplement PresenceCheck and use it for LDISC_AUTOLOAD
2020-03-31 Alexander PopovFix ComplexOptCheck result printing
2020-03-31 Alexander PopovNewline should be printed by print_checklist() that...
2020-03-31 Alexander PopovCreate polymorphism for printing, add table_print(...
2020-03-31 Alexander PopovRevisit special behavior in checking and printing that...
2020-03-30 Alexander PopovRevisit return values
2020-03-26 Alexander PopovCall it a tool
2020-03-26 Alexander PopovUh, setuptools doesn't like package names that contain...