[roll] Roll fuchsia [kernel][vm] Refactor loaned page replacement

Moves the loaned page replacement in ProtectRangeFromReclamationLocked
to be outside the main lock acquisition. This is necessary since the
loaned page is being replaced on a potentially different VMO to what is
otherwise being operated on and so will need a different lock
acquisition and DeferredOps.

Original-Bug: 338300943
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1242585
Original-Revision: b2b2a849113650fd74c36d6d5eb6acce2fe06c30
GitOrigin-RevId: 9029b3a95116bc6b6bde4caacc4ab96e519b3069
Change-Id: I0a8b8f2eb7324c75ade084b223a3c89e4747a7f4
1 file changed
tree: 925a4cb6e32118a812f6887be230f37238eda323
  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.