Skip to content

Commit fbcb431

Browse files
committed
add config_vector ref
1 parent 47eaa22 commit fbcb431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/homepage/faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The only mitigation is to disable the vector extension in the CPU, which unfortu
2626
{{< accordion title="How to mitigate GhostWrite? How do I protect devices against this vulnerability?" >}}
2727
Luckily, the vulnerable instructions lie in the vector extension, which can be disabled by the operating system.
2828
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.
2930
{{< /accordion >}}
3031

3132
{{< accordion title="What should cloud service providers do to protect their users?" >}}

0 commit comments

Comments
 (0)