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

Build arm64 with 64K page size #59

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

brandond
Copy link
Member

@brandond brandond commented Apr 24, 2023

This should work on kernels with 64k pages, while also working on nodes with 4k or 16k page size.

The switch from buildroot 2021.02.7 to 2022.08.1 in #54 added a configurable page size; unfortunately the default of 4k produces binaries that segfault on nodes with larger page sizes.

Ref: k3s-io/k3s#7335

This should work on kernels with 64k pages, while also working on nodes with 4k or 16k page size.

Ref: k3s-io/k3s#7335

Signed-off-by: Brad Davidson <brad.davidson@rancher.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.

2 participants