Skip to content

Instantly share code, notes, and snippets.

@valugi
Created January 31, 2018 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valugi/d067edac8a883289be989a3330638ceb to your computer and use it in GitHub Desktop.
Save valugi/d067edac8a883289be989a3330638ceb to your computer and use it in GitHub Desktop.
Centos 6 kernel patch for Intel flaw for spectre/meltdown
sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
sudo rpm -Uvh http://www.elrepo.org/elrepo-release-6-8.el6.elrepo.noarch.rpm
sudo yum repolist
sudo yum --enablerepo=elrepo-kernel install kernel-ml
sudo yum repolist all
# check the groub entries for the latest Kernel 4.xx
sudo vim /etc/grub.conf
# change the default=1 line to default=0 when the first entry is the 4.xx kernel
sudo reboot
# upon reboot you should get the latest kernel
uname -r
4.15.0-1.el7.elrepo.x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment