[roll] Roll fuchsia [starnix] Pass mmap/truncate tests

After this CL, we pass three tests that combine mmap and ftruncate.
Previously, we were not zeroing out the memory at the end of a file
correctly. Turns out zx_vmo_set_size will do this work for us.

Also, implement a trivial msync that is enough to pass the test. When
Zircon has a writeback pager, we'll be able to have a more complete
implementation that actually triggers a writeback for paged memory.

Test: MMapFileTest.*Truncate*
Original-Bug: 79301
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/562908
Original-Revision: 770618eb406ba08f5367953e9ef36b7ddfcecdc6
GitOrigin-RevId: 15363d1570bec89909569fe714fd75194ebcbe7f
Change-Id: I9027b4a15f3bd7ff42380b6a80ae4eb8b57ed5f5
1 file changed
tree: 07339f668677bf7dfeccd9631fbaa15a8d1d7a0b
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.