mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
82ca67321f
The config RANDOMIZE_SLAB does not exist, the authors probably intended to
refer to the config RANDOMIZE_BASE, which provides kernel address-space
randomization. They probably just confused SLAB with BASE (these two
four-letter words coincidentally share three common letters), as they also
point out the config SLAB_FREELIST_RANDOM as further randomization within
the same sentence.
Fix the reference of the config for kernel address-space randomization to
the config that provides that.
Fixes:
|
||
---|---|---|
.. | ||
core-scheduling.rst | ||
index.rst | ||
l1d_flush.rst | ||
l1tf.rst | ||
mds.rst | ||
multihit.rst | ||
special-register-buffer-data-sampling.rst | ||
spectre.rst | ||
tsx_async_abort.rst |