[roll] Roll fuchsia [kernel][vm] PageRequest wait takes suspendable arg

Add a suspendable argument to page request waits, indicating whether the
waiting thread can return early because of a suspend signal. All
callsites pass in a value of true for now, checked with debug asserts,
so no change in behavior.

Original-Bug: 42084841
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1204747
Original-Revision: 53b7c56820355f97a6d0ef6598938476b7f598c2
GitOrigin-RevId: 0aa98958d549a18aac91c2befbcc7b8167fe34e8
Change-Id: If91cb088ab526c8565157ed7eb3661cab9d7fb3e
1 file changed
tree: f54760c4538ce7d69776031f3ce99bb497e31e6a
  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.