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

options/internal: ensure FutexLockImpl alignment to 4 bytes #1155

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

netbsduser
Copy link
Contributor

On m68k the default alignment of 2 bytes for a uint32_t may result in futex calls failing under some conditions, as a futex must be 4-byte aligned.

On m68k the default alignment of 2 bytes for a uint32_t will
result in futex calls failing, as a futex must be 4-byte aligned.
Copy link
Member

@no92 no92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@no92 no92 merged commit 643b038 into managarm:master Oct 14, 2024
35 checks passed
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.

2 participants