Hi guys,
I would like to test the Spectre/Meltdown patch deployment via kcare.
I have successfully deployed all available patches against kernel:
# kcare-uname -a
Linux hostname 3.10.0-693.17.1.el7 #1 SMP Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
# uname -a
Linux hostname 3.10.0-514.21.2.el7.x86_64 #1 SMP Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Then according to the CloudLinux blog posting:
"
To deploy them: edit /etc/sysconfig/kcare/kcare.conf
Add: PREFIX=test
Run: kcarectl --update
"
When I add PREFIX=test kcarectl --update returns:
# kcarectl --update
Unknown Kernel (CentOS Linux 3.10.0-514.21.2.el7.x86_64)
(if I remove the PREFIX setting I get expected "Kernel is safe" message and can see the many patches already aplied via #kcarectl --patch-info )
This is the blog entry Im following:
Are there any updates to applying the Meltdown/Spectre patches?
I would like to test the Spectre/Meltdown patch deployment via kcare.
I have successfully deployed all available patches against kernel:
# kcare-uname -a
Linux hostname 3.10.0-693.17.1.el7 #1 SMP Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
# uname -a
Linux hostname 3.10.0-514.21.2.el7.x86_64 #1 SMP Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Then according to the CloudLinux blog posting:
"
To deploy them: edit /etc/sysconfig/kcare/kcare.conf
Add: PREFIX=test
Run: kcarectl --update
"
When I add PREFIX=test kcarectl --update returns:
# kcarectl --update
Unknown Kernel (CentOS Linux 3.10.0-514.21.2.el7.x86_64)
(if I remove the PREFIX setting I get expected "Kernel is safe" message and can see the many patches already aplied via #kcarectl --patch-info )
This is the blog entry Im following:
Are there any updates to applying the Meltdown/Spectre patches?
Comment