[roll] Roll fuchsia [fdf][mmio] Make the parameters to zx_vmar_unmap consistent with the original map.

The mmio_buffer_t struct holds the offset and size into the VMO, but the
mapping is page aligned. If either the original offset or size are not
page aligned the zx_vmar_unmap call will receive incorrect arguments.

Added two new tests to ensure the vmo gets unmapped when either offset
or size are unaligned. The first one failed on the existing codebase,
the second one was already passing (despite the documentation for
zx_vmar_unmap suggesting it should fail).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1254706
Original-Revision: 3356135cfda6092c7d007df3761789dcfd9c838c
GitOrigin-RevId: 8ffdbee8c2a464da228dd8b80e2918da4d5b4ecf
Change-Id: Ibef7837ae19eaf00c9e591f2781e260a908a3dc2
1 file changed
tree: ded52242c56ac24c553c67aea10ccd954ed7ed26
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 in one of the communication channels documented at get involved.

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.