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

[GuestMemory] add guard pages to mmaped regions #1533

Closed
serban300 opened this issue Jan 20, 2020 · 4 comments
Closed

[GuestMemory] add guard pages to mmaped regions #1533

serban300 opened this issue Jan 20, 2020 · 4 comments
Assignees

Comments

@serban300
Copy link
Contributor

Add guard pages to mmaped regions in order to prevent read/write ops outside of the regions

We should implement this in rust-vmm/vm-memory if possible.

@andreeaflorescu
Copy link
Member

@serban300 can you please open an issue in vm-memory as well to check with the maintainers if this is something they want tot do?

@serban300
Copy link
Contributor Author

@serban300 can you please open an issue in vm-memory as well to check with the maintainers if this is something they want tot do?

I opened an issue in rust-vmm/vm-memory

@serban300
Copy link
Contributor Author

I created a draft PR in rust-vmm/vm-memory : rust-vmm/vm-memory#77

@serban300 serban300 assigned berciuliviu and unassigned serban300 Dec 18, 2020
This was referenced Dec 22, 2020
@berciuliviu
Copy link

berciuliviu commented Jan 7, 2021

Done in PR #2377.

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