Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bare-metal): mention ghostwrite attack on EM-RV1 #3582

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@ custom upgrade channel. Follow the steps below to update your kernel:

Although we do not recommend it, you can also enable support for vector
instructions with the `--enable-vector` flag. Be aware that this feature
implements an unratified version of RISC-V vector instructions (RVV 0.7.1)
which requires specific development efforts.
makes your system vulnerable to the
[GhostWrite](https://ghostwriteattack.com/) attack and implements an
unratified version of RISC-V vector instructions (RVV 0.7.1) which requires
specific development efforts.

For a comprehensive list of options, refer to `rv1 update-kernel --help`.
</Message>
Expand All @@ -133,7 +135,8 @@ custom upgrade channel. Follow the steps below to update your kernel:

<Message type="note">
If you are updating from kernel version `5.10.113-scw0` or lower, note that
newer kernels disable vector instructions by default. Refer to the process above if you still wish to keep them enabled.
newer kernels disable vector instructions by default. Refer to the process
above if you still wish to keep them enabled.
</Message>


Expand Down
Loading