:orphan: .. title:: CONFIG_ENABLE_EXTENDED_IBRS .. kconfig:: CONFIG_ENABLE_EXTENDED_IBRS CONFIG_ENABLE_EXTENDED_IBRS ########################### *Enable Extended IBRS* Type: ``bool`` Help ==== .. code-block:: none This option will enable the Extended Indirect Branch Restricted Speculation 'always on' feature. This mitigates Indirect Branch Control vulnerabilities (aka Spectre V2). Direct dependencies =================== \ :kconfig:`USERSPACE ` && \ :kconfig:`X86 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :kconfig:`X86_NO_SPECTRE_V2 ` Kconfig definition ================== At ``/x86/Kconfig:452`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → X86 Architecture Options .. code-block:: kconfig config ENABLE_EXTENDED_IBRS bool "Enable Extended IBRS" default y if !X86_NO_SPECTRE_V2 depends on USERSPACE && X86 help This option will enable the Extended Indirect Branch Restricted Speculation 'always on' feature. This mitigates Indirect Branch Control vulnerabilities (aka Spectre V2). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*