We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47eaa22 commit fbcb431Copy full SHA for fbcb431
content/homepage/faq.md
@@ -26,6 +26,7 @@ The only mitigation is to disable the vector extension in the CPU, which unfortu
26
{{< accordion title="How to mitigate GhostWrite? How do I protect devices against this vulnerability?" >}}
27
Luckily, the vulnerable instructions lie in the vector extension, which can be disabled by the operating system.
28
This fully mitigates GhostWrite, but also fully disables vector instructions on the CPU.
29
+Linux can be compiled with `CONFIG_VECTOR=n`, which disables all vector-related code paths and thereby keeps the vector extension disabled.
30
{{< /accordion >}}
31
32
{{< accordion title="What should cloud service providers do to protect their users?" >}}
0 commit comments