Skip to content

Clone grant using fmap

Jacob Lorentzon requested to merge 4lDO2/kernel:clone_grant_using_fmap into master

This implements the logic where the kernel keeps track of fmapped grants and acquires new mappings for forked processes (that don't share the same memory).

Merge request reports