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

sgx driver should honer the address with MAP_FIXED #113

Closed
yamahata opened this issue May 1, 2020 · 1 comment
Closed

sgx driver should honer the address with MAP_FIXED #113

yamahata opened this issue May 1, 2020 · 1 comment

Comments

@yamahata
Copy link

yamahata commented May 1, 2020

Currently mmap(addr=0, flags=MAP_FIXED) requires sysctl vm.mmap_addr_min=0 as system-wide configuration.
As MAP_FIXED is supplied, it should be honored.

@haitaohuang
Copy link
Contributor

I'll close this one as we no longer add new features. The upstream and FLC drivers are already supporting this. So please use those drivers. Also I believe this change is not the only change needed for what you are doing.

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