Skip to content

Commit 77d1ab7

Browse files
committed
Recommended_Settings: adjust order
Signed-off-by: Kees Cook <[email protected]>
1 parent 05fb5c0 commit 77d1ab7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Recommended_Settings.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -443,14 +443,14 @@ pti=on
443443
# To prevent against L1TF, at the cost of losing hyper threading (slow).
444444
nosmt
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.
452447
hash_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).
455455
slub_debug=P
456456

0 commit comments

Comments
 (0)