You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/homepage/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The only mitigation is to disable the vector extension in the CPU, which unfortu
26
26
{{< accordion title="How to mitigate GhostWrite? How do I protect devices against this vulnerability?" >}}
27
27
Luckily, the vulnerable instructions lie in the vector extension, which can be disabled by the operating system.
28
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.
29
+
Linux can be compiled with `CONFIG_VECTOR=n` or `CONFIG_RISCV_ISA_V=n` depending on the source tree, which disables all vector-related code paths and thereby keeps the vector extension disabled.
30
30
{{< /accordion >}}
31
31
32
32
{{< accordion title="What should cloud service providers do to protect their users?" >}}
0 commit comments