Commit Graph

1 Commits

Author SHA1 Message Date
brody-qq
1ac1db5cf8 Tests/Kernel: Add new tests for anonymous mmaps
This adds the following tests:
* test that writes to a MAP_SHARED | MAP_ANONYMOUS mmap region are
  visible in processes sharing the region.
* test that writes to a MAP_PRIVATE | MAP_ANONYMOUS mmap region are not
  visible in processes sharing the region.
* test that multi-region mmaps backed by cow pages work correctly.
2024-07-12 08:52:06 -04:00