[roll] Roll fuchsia [kernel][vm] Correctly harvest PTs on inactive

Corrects the previous 'one more scan' logic for when an aspace
transitions to inactive to explicitly require two page table
recalamation scans. This is required since the first scan will remove
accessed information, and the second scan actually reclaim the page
tables. Any non pt reclamation scans can still always be ignored once
the aspace becomes inactive.

Original-Bug: 85512
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/588604
Original-Revision: be37a6a0b429680fdc33327b2674628993b3c3f4
GitOrigin-RevId: 1b03b3be9e8238a0d4532185fc79669cc478e728
Change-Id: Ie9f82993e9e9e22a1d895b79141e5aadf5c5f4e2
1 file changed
tree: 9d39ee046e78c38565cd3a8eb08574ddc3fe870c
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.