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

Missing support for svm_flags #29

Open
james-callahan opened this issue Jul 5, 2023 · 5 comments
Open

Missing support for svm_flags #29

james-callahan opened this issue Jul 5, 2023 · 5 comments

Comments

@james-callahan
Copy link

See https://lkml.org/lkml/2020/12/11/249

@james-callahan
Copy link
Author

We are having issues using AWS nitro enclaves with newer kernels, I've tracked it down to newer kernels requiring that svm_flags is set to VMADDR_FLAG_TO_HOST (i.e. 0x01) to talk to an enclave.

@qwandor
Copy link
Contributor

qwandor commented Nov 27, 2023

It looks like sockaddr_vm comes from libc, so you'll need to get svm_flags added there first, then feel free to send a PR.

@james-callahan
Copy link
Author

It looks like sockaddr_vm comes from libc, so you'll need to get svm_flags added there first,

Was added via rust-lang/libc#3478

@emostov
Copy link

emostov commented Jun 18, 2024

@qwandor any updates here?

@qwandor
Copy link
Contributor

qwandor commented Jun 19, 2024

Not that I'm aware of, you're welcome to send a PR.

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

No branches or pull requests

3 participants