File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -443,14 +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).
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.
449- slub_debug=ZF
450-
451446# Since v6.17, force exposed pointers to be hashed.
452447hash_pointers=always
453448
449+ # Enable SLUB redzoning and sanity checking (*slow*; requires CONFIG_SLUB_DEBUG=y above).
450+ # From v5.14 through v6.16, this disables pointer hashing (see above). From v6.17 on, using
451+ # `hash_pointers=always` will avoid this.
452+ slub_debug=ZF
453+
454454# (Before v5.3 without "init_on_free=1") Enable slub/slab allocator free poisoning (requires CONFIG_SLUB_DEBUG=y above).
455455slub_debug=P
456456
You can’t perform that action at this time.
0 commit comments