Skip to content

Fix "clone grant using fmap"

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

This fixes the earlier clone_grant_using_fmap MR by moving the grant obtained by fmap to the list of child process grants to move (from USER_TMP_GRANTS to USER_GRANTS). The scheme will be responsible for e.g. ensuring MAP_SHARED mappings are shared again, and that MAP_EXCLUSIVE mappings are not.

Edited by Jeremy Soller

Merge request reports