去年下半年爆出meltdown和spectre,各大公司都加班加点打补丁。我用的ubuntu 16.04也要打补丁。以下是打补丁过程中参考的链接:
硬件检查:
https://github.com/speed47/spectre-meltdown-checker.git
ubuntu更新linux kernel:
https://linuxhint.com/check-patch-spectre-meltdown-ubuntu/
核心是:
sudo apt-get update
sudo apt-get upgrade
这个quora post比较详细解释了如果ubuntu还没有提供最新的kernel如何手动安装:
quora post