全文検索:
- 2025.01.17 AMD Speculative Return Stack Overflow (SRSO)
- wing shows "Safe RET," the mitigation is active: <code> $ sudo cat /sys/devices/system/cpu/vulnerabiliti... ack_overflow Vulnerable: Safe RET, no microcode </code> ===== How to Disable ===== ==== Ubuntu ==== Add spec_rstack_overflow=off: <code|/etc/default/grub> GRUB_CMDLINE_LINUX="spec_rstack_overflow=off" </code> <code> sudo update-grub sudo reboot </code> ==