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

Revert mmap_rnd bits back to default value in CI #520

Merged
merged 1 commit into from
May 20, 2024

Conversation

enjoy-binbin
Copy link
Member

In 3f725b8, we introduced a change back in march to reduce the
entropy of ASLR, because ASAN didn't support it. Now the vm.mmap_rnd_bits
was reverted in actions/runner-images#9491 so can remove this changes.

Closes #519.

In 3f725b8, we introduced a change back in march to reduce the
entropy of ASLR, because ASAN didn't support it. Now the vm.mmap_rnd_bits
was reverted in actions/runner-images#9491 so can remove this changes.

Closes valkey-io#519.

Signed-off-by: Binbin <binloveplay1314@qq.com>
@enjoy-binbin
Copy link
Member Author

I have tested when actions/runner-images#9491 (comment), it was passed.

new sanitizer CI: https://github.com/valkey-io/valkey/actions/runs/9154544134

Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.83%. Comparing base (d52c8f3) to head (3a4ba2b).

Additional details and impacted files
@@            Coverage Diff            @@
##           unstable     #520   +/-   ##
=========================================
  Coverage     69.83%   69.83%           
=========================================
  Files           109      109           
  Lines         61801    61801           
=========================================
+ Hits          43158    43159    +1     
+ Misses        18643    18642    -1     

see 16 files with indirect coverage changes

@madolson madolson merged commit e7e5a10 into valkey-io:unstable May 20, 2024
17 checks passed
@enjoy-binbin enjoy-binbin deleted the revert_13150 branch May 21, 2024 03:22
adetunjii pushed a commit to adetunjii/valkey that referenced this pull request May 22, 2024
In 3f725b8, we introduced a change back in march to reduce the
entropy of ASLR, because ASAN didn't support it. Now the
vm.mmap_rnd_bits
was reverted in actions/runner-images#9491 so can remove this changes.

Closes valkey-io#519.

Signed-off-by: Binbin <binloveplay1314@qq.com>
Signed-off-by: Samuel Adetunji <adetunjithomas1@outlook.com>
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

Successfully merging this pull request may close these issues.

Revert mmap_rnd bits back to default value
2 participants