Skip to content

SYS_ftruncate is missing on Arm64 #1803

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

Closed
michael2012z opened this issue Jul 2, 2020 · 4 comments · Fixed by #1805
Closed

SYS_ftruncate is missing on Arm64 #1803

michael2012z opened this issue Jul 2, 2020 · 4 comments · Fixed by #1805

Comments

@michael2012z
Copy link

Hi,

In Cloud-hypervisor we reference the const definition SYS_ftruncate:
https://github.com/cloud-hypervisor/cloud-hypervisor/blob/v0.8.0/vmm/src/seccomp_filters.rs#L228

But problem is, SYS_ftruncate is only available on X86, it cannot be found on AArch64.

Was it missed? The version we are using is 0.2.71.

@JohnTitor
Copy link
Member

Thanks for the report! I've submitted #1805.

@michael2012z
Copy link
Author

Thanks a lot for fixing this.
By the way, when will the next release come around?

@JohnTitor
Copy link
Member

@michael2012z We have a PR for making a release #1807 but I'm holding it off since #1630 wants to be included.

@michael2012z
Copy link
Author

Thank you.

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 a pull request may close this issue.

2 participants