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 alignment in s390x and cross test #85

Merged
merged 1 commit into from
Jul 27, 2024
Merged

Fix alignment in s390x and cross test #85

merged 1 commit into from
Jul 27, 2024

Conversation

bluss
Copy link
Owner

@bluss bluss commented Jul 27, 2024

Requested 32-alignment for s390x but thread local storage does not
supply it. Lower requested align to 16 in general to avoid having this
problem pop up on other platforms too.

Dynamic code downstream updates alignment to kernel's requested alignment, which can be larger than the base (static) alignment request.

@bluss bluss force-pushed the cross-s390x branch 4 times, most recently from 34e7f6e to 3841139 Compare July 27, 2024 14:22
@bluss bluss changed the title Test s390x in cross tests Fix alignment in s390x and cross test Jul 27, 2024
Requested 32-alignment for s390x but thread local storage does not
supply it. Lower requested align to 16 in general to avoid having this
problem pop up on other platforms too.
@bluss bluss merged commit 77ed4e0 into master Jul 27, 2024
13 checks passed
@bluss bluss deleted the cross-s390x branch July 27, 2024 14:28
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.

1 participant