|
@@ -3760,8 +3760,14 @@
|
|
slab_nomerge [MM]
|
|
slab_nomerge [MM]
|
|
Disable merging of slabs with similar size. May be
|
|
Disable merging of slabs with similar size. May be
|
|
necessary if there is some reason to distinguish
|
|
necessary if there is some reason to distinguish
|
|
- allocs to different slabs. Debug options disable
|
|
|
|
- merging on their own.
|
|
|
|
|
|
+ allocs to different slabs, especially in hardened
|
|
|
|
+ environments where the risk of heap overflows and
|
|
|
|
+ layout control by attackers can usually be
|
|
|
|
+ frustrated by disabling merging. This will reduce
|
|
|
|
+ most of the exposure of a heap attack to a single
|
|
|
|
+ cache (risks via metadata attacks are mostly
|
|
|
|
+ unchanged). Debug options disable merging on their
|
|
|
|
+ own.
|
|
For more information see Documentation/vm/slub.txt.
|
|
For more information see Documentation/vm/slub.txt.
|
|
|
|
|
|
slab_max_order= [MM, SLAB]
|
|
slab_max_order= [MM, SLAB]
|