From 491d5ac6dd31a7107360fb8421359e6d3c5dd103 Mon Sep 17 00:00:00 2001
From: Mikaela Suomalainen tail command. To mitigate this, disable hyper-threading from the UEFI/BIOS. You can also take the following mitigation steps below if your system/distribution uses GRUB and supports /etc/default/grub.d/:
The following steps can be took to enable the full mitigation assuming your system/distribution uses grub and supports /etc/default/grub.d/:
sudo mkdir /etc/default/grub.d/ to create a directory for additional grub configurationecho GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT mds=full,nosmt" | sudo tee /etc/default/grub.d/mds.conf to create a new grub config file source with the echoed content