[roll] Roll fuchsia [drivers][pci] Round physical VMO size before creation

Anticipates a future change to zx_vmo_create_physical where this
syscall may begin returning ZX_ERR_INVALID_ARGS on non-page-aligned
initial sizes.

The VMO size RFC, RFC-0238, specifies that zx_vmo_create_physical
should require a page-aligned size.

Currently, zx_vmo_create_physical silently rounds up the requested
size to a multiple of a page size before it is used.

Original-Bug: 460506492
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1451243
Original-Revision: 9f55eea1846fd8ab586d5f47ba0831bdac059eea
GitOrigin-RevId: d23609fdfeac3755857ddc4fcdcb1131ea026e65
Change-Id: I4bf1ea00a10dda621b50b0ba9c35269e632e5a73
1 file changed
tree: 1a316ab87fb8ca8fbb0d3bf16fb1bc5fdab2f8e7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.