From: Alexander Popov Date: Sat, 19 Jun 2021 11:46:07 +0000 (+0300) Subject: More info on init_on_free and init_on_alloc X-Git-Tag: v0.5.10~9 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=495d4374f240000440798a81bffda7f9e411e1d5;p=kconfig-hardened-check.git More info on init_on_free and init_on_alloc --- diff --git a/kconfig_hardened_check/__init__.py b/kconfig_hardened_check/__init__.py index 28ab04e..813261a 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -15,9 +15,8 @@ # page_alloc.shuffle=1 # iommu=force (does it help against DMA attacks?) # slub_debug=FZ (slow) -# page_poison=1 (if enabled) -# init_on_alloc=1 -# init_on_free=1 +# init_on_alloc=1 (since v5.3) +# init_on_free=1 (since v5.3, otherwise slub_debug=P and page_poison=1) # loadpin.enforce=1 # debugfs=no-mount (or off if possible) #