[roll] Roll fuchsia [kernel][vm] Warn on missed lru event

Adds a timeout to waiting on the lru_event_ to detect any scenarios
where we might have failed to receive (or generate) the event. It
also allows to conclude, by absence of the generated warning, that if
the mru thread is waiting on the lru thread that the lru thread is busy
and/or blocked somewhere in LRU processing.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1174213
Original-Revision: c99a859878eda5ef654d272eb6042940f0661c8c
GitOrigin-RevId: 3fb3f2163110454e2675da9693c652c21aa16e45
Change-Id: Ib42f75bb455cd7b888b5bd050aef44e0c2de3091
1 file changed
tree: 7bd4b1d3ba260a19fc44eb4c069647df651ea477
  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.