File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -443,9 +443,14 @@ pti=on
443443# To prevent against L1TF, at the cost of losing hyper threading (slow).
444444nosmt
445445
446- # Enable SLUB redzoning and sanity checking (slow; requires CONFIG_SLUB_DEBUG=y above).
446+ # Enable SLUB redzoning and sanity checking (`**`slow`**`; requires CONFIG_SLUB_DEBUG=y above).
447+ # From v5.14 through v6.16, this disables pointer hashing (see below). From v6.17 on, using
448+ # `hash_pointers=always` will avoid this.
447449slub_debug=ZF
448450
451+ # Since v6.17, force exposed pointers to be hashed.
452+ hash_pointers=always
453+
449454# (Before v5.3 without "init_on_free=1") Enable slub/slab allocator free poisoning (requires CONFIG_SLUB_DEBUG=y above).
450455slub_debug=P
451456
You can’t perform that action at this time.
0 commit comments