-
Notifications
You must be signed in to change notification settings - Fork 29
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
Allow deselection of ukmmap #52
Allow deselection of ukmmap #52
Conversation
Thanks, @marcrittinghaus, this works on my side. I'll approve it after @eduardvintila's review. |
@marcrittinghaus, would it make sense to prefix the commit message with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Marc. Looks good!
Reviewed-by: Eduard Vintilă eduard.vintila47@gmail.com
With posix-mmap we have an alternative implementation of the memory management functions such as mmap, mprotect, etc. To be able to select posix-mmap, we must deselect ukmmap. Thus, this commit removes the hard dependency. Signed-off-by: Marc Rittinghaus <marc.rittinghaus@unikraft.io>
49504e0
to
17da8b4
Compare
@razvand I updated the commit message. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved-by: Razvan Deaconescu razvand@unikraft.io
With posix-mmap we have an alternative implementation of the memory management functions such as mmap, mprotect, etc. To be able to select posix-mmap, we must deselect ukmmap. Thus, this commit removes the hard dependency.