[roll] Roll fuchsia Revert "[starnix] Add support for memory pressure events"

This reverts commit 0e5ad4c6693fccdbb9e84d7878462d6ca3d58871.

Reason for revert: failing pse_test.cm in CI

Original change's description:
> [starnix] Add support for memory pressure events
>
> NOTE: This CL is heavily based on lindkvist@'s fxrev.dev/1200804.
>
> This adds support for observing memory pressure events by writing to
> /proc/pressure/memory.
>
> The pressure events from Zircon are reported as POLLPRI events on the
> file.
>
> A kthread controls the pace at which such events are reported.
> In particular, in accordance with the PSI interface, it rate-limits
> them to once per window.
>
> Original-Fixed: 319649348
> Change-Id: I7214edf6b40ccb5c8b3e72d5539feb17d70a2d10
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1209224
> API-Review: Kevin Lindkvist <lindkvist@google.com>
> Reviewed-by: Adam Perry <adamperry@google.com>
> Reviewed-by: Kevin Lindkvist <lindkvist@google.com>
> Commit-Queue: Kevin Lindkvist <lindkvist@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1210285
Original-Revision: a427870e38bc17ef29444f256800532675093410
GitOrigin-RevId: 4cd2366ebea699bf3b55e40d9fd00638881abac9
Change-Id: I78d4f165f970bfe98d0c7c670080edeb917a17d8
1 file changed
tree: 38ab46c742f8a3cd681ccdea69a918b0fdc47b28
  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.