Skip to content

vdso: correct data types for ELF hash table sizes #2619

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

Merged
merged 1 commit into from
Mar 17, 2025

Conversation

avagin
Copy link
Member

@avagin avagin commented Mar 12, 2025

Let's change the data types of nbucket and nchain to uint32.

This should fix the following compile-time error on arm32:
/criu/criu/pie/util-vdso.c:336: undefined reference to `__aeabi_uldivmod'

@avagin avagin force-pushed the arm32-vdso-comp-error branch from 9494937 to b45b5e4 Compare March 12, 2025 23:51
Let's change the data types of `nbucket` and `nchain` to uint32.

This should fix the following compile-time error on arm32:
/criu/criu/pie/util-vdso.c:336: undefined reference to `__aeabi_uldivmod'

Signed-off-by: Andrei Vagin <[email protected]>
@avagin avagin force-pushed the arm32-vdso-comp-error branch from b45b5e4 to 35e3f9b Compare March 14, 2025 22:19
@avagin avagin merged commit 12bb0de into checkpoint-restore:criu-dev Mar 17, 2025
34 of 41 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.

1 participant