Commit 495d4374 by Alexander Popov

More info on init_on_free and init_on_alloc

parent 4c4f2527
...@@ -15,9 +15,8 @@ ...@@ -15,9 +15,8 @@
# page_alloc.shuffle=1 # page_alloc.shuffle=1
# iommu=force (does it help against DMA attacks?) # iommu=force (does it help against DMA attacks?)
# slub_debug=FZ (slow) # slub_debug=FZ (slow)
# page_poison=1 (if enabled) # init_on_alloc=1 (since v5.3)
# init_on_alloc=1 # init_on_free=1 (since v5.3, otherwise slub_debug=P and page_poison=1)
# init_on_free=1
# loadpin.enforce=1 # loadpin.enforce=1
# debugfs=no-mount (or off if possible) # debugfs=no-mount (or off if possible)
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment