[roll] Roll fuchsia [kernel][vm] zx_vmo_create_physical requires page-aligned size

zx_vmo_create_physical now requires page aligned and non-zero size.

This change aligns the implementation of zx_vmo_create_physical with the
behavior described in RFC-0238.

Adds core tests and updates the relevant documentation.

Run-All-Tests: true
Original-Bug: 460506492
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1422604
Original-Revision: 0bd8c2e632622329a015877c69e89c131aea05c1
GitOrigin-RevId: a57cf229538474f4621fb93ae2db20ba28470daa
Change-Id: I032c7cff323ed5846b734f60e6aee083e52c5ba4
1 file changed
tree: 8db1391df70d22d134e5ef3f10b514db1ca8c6de
  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.