[roll] Roll fuchsia [kernel][vm] IOBuffers use delayed allocations

Use the PMM_ALLOC_FLAG_CAN_WAIT when committing pages in the IOBuffer
VMOs to prevent the creation of large IOBuffers from being able to
bottom out memory and potentially cause an OOM.

Original-Bug: 504688332
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1582354
Original-Revision: 98194d117a0bfacb7ce7a30317a7d62d600462a9
GitOrigin-RevId: 80720639160d38d44639b4579e4b655839444728
Change-Id: Ic2482f7f65366958754fa421f2ba674bca0ffcb1
1 file changed
tree: 2e2d20c52830369d32a19da055349e164a21e417
  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.