[roll] Roll fuchsia [kernel][iob] Clarify OUT_OF_RANGE return value

zx_iob_create_shared_region returns ZX_ERR_OUT_OF_RANGE when the
requested size is greater than the maximum VMO size.

Add a test for this.

Update the syscall docs with this error.

This possibility of this return value was discovered when investigating
the linked bug.

Original-Original-Bug: 506675604
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1620494
Original-Original-Revision: 1c8e866f7b56d0126b89d33ce16076bafb65af13
GitOrigin-RevId: bd00398b7d7138b742a0ddc6b7b11ef9175e5279
Change-Id: Ie337ea5498708c3d98a4643cd548485b4b119812
1 file changed
tree: 1dc7018447cdbe5b2e4262c43d9d64d58aa08d85
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.