-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[beta] Beta 1.63 backports #98949
[beta] Beta 1.63 backports #98949
Conversation
ehuss
commented
Jul 5, 2022
- fix data race in thread::scope fix data race in thread::scope #98503
- Mitigate MMIO stale data vulnerability Mitigate MMIO stale data vulnerability #98126
- Cargo:
- [BETA-1.63] Fix zsh completions for add and locate-project ([BETA-1.63] Fix zsh completions for add and locate-project cargo#10811)
- [BETA-1.63] Bump cargo-util version. ([BETA-1.63] Bump cargo-util version. cargo#10805)
fix data race in thread::scope Puts the `ScopeData` into an `Arc` so it sticks around as long as we need it. This means one extra `Arc::clone` per spawned scoped thread, which I hope is fine. Fixes rust-lang#98498 r? `````@m-ou-se`````
…vulnerability, r=cuviper Mitigate MMIO stale data vulnerability Intel publicly disclosed the MMIO stale data vulnerability on June 14. To mitigate this vulnerability, compiler changes are required for the `x86_64-fortanix-unknown-sgx` target. cc: ````@jethrogb````
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
@bors r+ rollup=never |
📌 Commit 372fa7c has been approved by |
@bors r- |
There was a spurious error with the RLS test @bors r+ |
📌 Commit 372fa7c has been approved by |
@bors p=1 |
☀️ Test successful - checks-actions |