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

Deal with straight-line speculation and similar issues in assembly #2479

Open
briansmith opened this issue Mar 12, 2025 · 1 comment
Open

Comments

@briansmith
Copy link
Owner

Rust is adding a -Zharden-sls mitigation for straight-line speculation; see rust-lang/rust#136597.

This raises the question of what to about our external assembly code. Should we expect the assembler to inject these mitigations? If so, which versions of which assemblers will?

Should we modify (ideally upstream) the (Perl)asm source to insert these mitigations? If so, we should coordinate with them.

@briansmith
Copy link
Owner Author

briansmith commented Mar 12, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant