[roll] Roll fuchsia [kernel][vm] Refactor CommitRangeInternal

Refactors the main loop in CommitRangeInternal such that the lock is
acquired during the loop, instead of acquired externally and then
needing to use CallUnlocked to wait on page requests. This refactor
will simplify adding a DeferredOps in future.

Original-Bug: 338300943
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1242593
Original-Revision: 91b716e6d426004524c3d43891f2374896d48ed0
GitOrigin-RevId: 99744c30abe8d15ae2b3859145f804cf74206108
Change-Id: If31ec0ee2d2af2a334e5e61a451d46d2f562f807
1 file changed
tree: fafa61211b90d34f08336b44cb7c3f6ee526fc8f
  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.