Skip to content

Commit

Permalink
Have the kernel conditionally disable SMT if vulnerable
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert authored and dustymabe committed May 17, 2019
1 parent b4ebc04 commit 4a8e334
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion image.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# This replaces image.ks
# size is the target disk size in GB.
# Currently, it is the only supported key.
size: 8

extra-kargs:
# Disable SMT on systems vulnerable to MDS or any similar future issue.
- mitigations=auto,nosmt

# After this, we plan to add support for the Ignition
# storage/filesystems sections. (Although one can do
# that on boot as well)
Expand Down

0 comments on commit 4a8e334

Please sign in to comment.