Update HUGE_PAGE_SIZE for arm64 with 64k base page#39
Merged
d-tatianin merged 1 commit intoyandex-cloud:masterfrom Mar 17, 2026
Merged
Update HUGE_PAGE_SIZE for arm64 with 64k base page#39d-tatianin merged 1 commit intoyandex-cloud:masterfrom
d-tatianin merged 1 commit intoyandex-cloud:masterfrom
Conversation
See https://docs.kernel.org/arch/arm64/hugetlbpage.html Encountered issue while was trying to connect `qemu-system-aarch64` with memory backed by 16G hugepages to filestore-vhost ``` 2026-03-13T14:10:33.001718Z :NFS_VHOST ERROR: : map_memory:149: unable to remap memory region 0xf77900000000-0xf77d00000000: Invalid argument 2026-03-13T14:10:33.001754Z :NFS_VHOST ERROR: : map_region:193: can't mmap memory: Invalid argument 2026-03-13T14:10:33.001771Z :NFS_VHOST ERROR: : log_vhost_request_failed:1953: /tmp/virtiofsd-1.sock: ADD_MEM_REG (37) request failed: Invalid argument, request payload (40 bytes): 00 00 00 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 FFFFFF00 00 00 00 00 00 00 00 00 00 ``` Signed-off-By: Andrey Korzinev <ak@nebius.com>
a5e5b95 to
84c45c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See https://docs.kernel.org/arch/arm64/hugetlbpage.html
Encountered issue while was trying to connect
qemu-system-aarch64with memory backed by 16G hugepages to filestore-vhost