Is there any way to fix this . with this command : cat /proc/cpuinfo
i got this : bugs: cpu_meltdown spectre_v1 spectre_v2 mds msbds_only
Any ideas what i should do?
Udaba wrote:Is there any way to fix this . with this command : cat /proc/cpuinfo
i got this : bugs: cpu_meltdown spectre_v1 spectre_v2 mds msbds_onlyAny ideas what i should do?
…one flew east, one flew west,
One flew over the cuckoo’s nest.
Udaba wrote:it is
grep -R . /sys/devices/system/cpu/vulnerabilities
Head_on_a_Stick wrote:Udaba wrote:it is
Is not:
- Code: Select all
grep -R . /sys/devices/system/cpu/vulnerabilities
But it's probably worth noting that Intel's rubbish processors will doubtless be vulnerable to other side-channel attacks thanks to their laughable SMT implementation. The kernel devs are in Intel's pocket and so won't disable hyperthreading by default (unlike the OpenBSD devs) so you should probably do that yourself by adding the nosmt kernel command line parameter.
EDIT: actually your processor doesn't seem to support hyperthreading but I'll leave that note here for others who are not so fortunate.
Users browsing this forum: No registered users and 6 guests