[roll] Roll fuchsia [kernel][vm] Free Loaned Pages Holder

Instead of moving loaned pages directly from a VMO->PMM they instead go
via a holding phase. While in this holding phase they are considered
immutable, and it is possible to wait for the page to cease being in
this temporary holding object.

An immutable holding object is necessary as the fine grained
VMO locking needs to be able to drop the lock to complete a range
change update, but a range change update must be completed before the
pages can be returned to the PMM.

Original-Bug: 338300943
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1216964
Original-Revision: d39d22d531262813aaa4b87a3abb912d99484302
GitOrigin-RevId: b9c2b33e9b34de695907d052c5383b8e95286947
Change-Id: Icf60b64f9466353189c5e0c1280a98a70ea1a26e
1 file changed
tree: 1c29c00e1a9a12ddff82a0aa1e17a01d1391046e
  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.