Skip to content

Commit 7fcae14

Browse files
committed
add new kernel flag CONFIG_RISCV_ISA_V
1 parent fbcb431 commit 7fcae14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/homepage/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +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.
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.
3030
{{< /accordion >}}
3131

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

0 commit comments

Comments
 (0)