[roll] Roll fuchsia [kernel][vm] Separate target for synchronous eviction

For a synchronous eviction attempt, the eviction_target_ is set and
immediately consumed, but it overwrites any pre-existing eviction target
which is used by the eviction-thread. So instead of setting the shared
eviction_target_, simply use the specified target for the current
eviction attempt without touching the eviction_target_. This ensures
that a synchronous eviction (e.g. from the scanner k command) does not
interfere with asynchronous background eviction.

Run-All-Tests: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1148193
Original-Revision: 9c16d2dba5552f51174deb1a5913785d33b3a8c0
GitOrigin-RevId: 101ff3953e7fe48c559b896dce9b1732cd39af30
Change-Id: Ide868544948e5e59b15ad7d656c9fa0606985d3f
1 file changed
tree: 0711f95ceedeb0612c1008241be555d252a66e00
  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.