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

Backport MSan ASLR compatibility improvements #86199

Closed
thurstond opened this issue Mar 21, 2024 · 5 comments
Closed

Backport MSan ASLR compatibility improvements #86199

thurstond opened this issue Mar 21, 2024 · 5 comments
Assignees

Comments

@thurstond
Copy link
Contributor

thurstond commented Mar 21, 2024

Some distros have been increasing ASLR entropy e.g., Arch Linux (google/sanitizers#1716 (comment)) and Ubuntu 22.04LTS (actions/runner-images#9491). The latter change recently caused sanitizers on Github runners to fail, because their LLVM did not have the fix.

Most of the fixes for the sanitizers are already in llvm 18.1.0 or earlier (google/sanitizers#1614 (comment)); MSan is the most important of the sanitizers for which the fix is not already in a release. We would therefore like to backport the fix to LLVM 18; this won't immediately fix the Ubuntu issues, but it will help close the gap faster.

@thurstond thurstond added this to the LLVM 18.X Release milestone Mar 21, 2024
@thurstond
Copy link
Contributor Author

/cherry-pick 58f7251 af2bf86

@llvmbot
Copy link
Collaborator

llvmbot commented Mar 21, 2024

Failed to cherry-pick: 58f7251

https://github.com/llvm/llvm-project/actions/runs/8381979658

Please manually backport the fix and push it to your github fork. Once this is done, please create a pull request

@thurstond
Copy link
Contributor Author

/cherry-pick af2bf86 58f7251

@llvmbot
Copy link
Collaborator

llvmbot commented Mar 21, 2024

Failed to cherry-pick: 58f7251

https://github.com/llvm/llvm-project/actions/runs/8382008073

Please manually backport the fix and push it to your github fork. Once this is done, please create a pull request

@llvmbot
Copy link
Collaborator

llvmbot commented Mar 21, 2024

/pull-request #86201

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

No branches or pull requests

3 participants