[roll] Roll fuchsia [kernel][vm] Fake Evictor interface

Changes the Evictor to allow test code to provide two method overrides
for faking interactions with the pmm and page queues, instead of taking
a reference to a PmmNode.

Using these test fakes the unittests will be able to more precisely
test the logic of the Evictor, without needing to involve fake PMM
nodes that violate page ownership rules.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1100855
Original-Revision: f3d8b35f6066e3c7925a15bc2ed32636cd060a8c
GitOrigin-RevId: 939a03ba5214a7900e7ad7c4faa01bc2ea3aa793
Change-Id: I15614465a7171a09f3408ad1de9f0ce5410601c3
1 file changed
tree: 4846e76c6ea5e13774052e01f5f43bca79f80cc8
  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 via the IRC channel #fuchsia on Freenode.

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.