[roll] Roll fuchsia [kernel][vm] Use prev_eviction_result for same page check

For IncorrectPage eviction failure, the page will either be moved out of
the Isolate list when the ownership change completes, or it will remain
in place when ownership changes due to clone creation/deletion. In the
latter case, eviction is going to be attempted on the page again, which
is not a bug. To correctly account for this, use the previous eviction
result for the same page check, and update the previous result even if
the failure reason is IncorrectPage.

Original-Bug: 434361683
Run-All-Tests: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1441521
Original-Revision: 1dc0006afa9be876c7ea4bb55407b1872a849e77
GitOrigin-RevId: 32a70f2176fc3c9505fc60528c8dfdc80192a5a7
Change-Id: Ibad93e82bebf59e90e388646c5c3dc8c5e6c5e25
1 file changed
tree: 982b186ada2d2304a1a9e8ac3691fc77e6ae5975
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.