From 1a5aaa7a0fb2c236cb053d98558c623917e5c87c Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 20 Aug 2022 11:42:50 +0300 Subject: [PATCH] Drop the comment about slub_debug=FZ These are very slow debugging features --- kconfig_hardened_check/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kconfig_hardened_check/__init__.py b/kconfig_hardened_check/__init__.py index 27362cc..14807fa 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -12,7 +12,6 @@ # # N.B Hardening command line parameters: # iommu=force (does it help against DMA attacks?) -# slub_debug=FZ (slow) # loadpin.enforce=1 # # Mitigations of CPU vulnerabilities: -- 2.31.1