commit | 828cafc8f4f97240338d06d0e77c62383b64fdf1 | [log] [tgz] |
---|---|---|
author | Rasha Eqbal <rashaeqbal@fuchsia.infra.roller.google.com> | Wed Nov 13 20:38:02 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 13 12:39:35 2024 -0800 |
tree | 0711f95ceedeb0612c1008241be555d252a66e00 | |
parent | 123a3e621f9a23b2ec3d5b061e7f2321ce1bbd8c [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.