我需要针对某个用例禁用 retpoline。我尝试添加noretpoline
启动参数,但似乎不起作用。添加 noretpoline 参数后的输出:
$ cat /sys/devices/system/cpu/vulnerabilities/spectre_v2
Mitigation: Full generic retpoline, STIBP: disabled, RSB filling
内核:4.18.0-58.el8.x86_64
答案1
要禁用 retpoline,您需要spectre_v2=off
在内核命令行上禁用 Spectre 变体 2 缓解措施。看内核的参数列表有关详细信息(该链接专门针对 4.18;对于其他版本,请根据需要替换 URL 中的“v4.18”)。