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

i#6451 AArch64: Fix large page support #6868

Merged
merged 5 commits into from
Jul 12, 2024

Conversation

jackgallagher-arm
Copy link
Collaborator

PR #5835 inadvertently broke support for large pages on AArch64 by introducing code that assumed a 4K page size.

The core options unit_tests were also failing on large page systems because a lot of options need to be overridden and the test was not accounting for extra options being set in the options string.

Issues: #1680, #6451
Fixes: #6451

PR #5835 inadvertently broke support for large pages on AArch64 by
introducing code that assumed a 4K page size.

The core options unit_tests were also failing on large page systems
because a lot of options need to be overridden and the test was not
accounting for extra options being set in the options string.

Issues: #1680, #6451
Fixes: #6451
@derekbruening
Copy link
Contributor

(OOO today; back tomorrow)

core/unix/os.c Outdated Show resolved Hide resolved
Copy link
Contributor

@derekbruening derekbruening left a comment

Choose a reason for hiding this comment

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

(Sorry for delay; was out yesterday.)

@jackgallagher-arm jackgallagher-arm merged commit b9974db into master Jul 12, 2024
17 checks passed
@jackgallagher-arm jackgallagher-arm deleted the i6451-aarch64-fix-large-page branch July 12, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants