[roll] Roll fuchsia [rfc] Kernel event for OOM reporting

This RFC proposes adding a new event type -
ZX_SYSTEM_EVENT_IMMINENT_OUT_OF_MEMORY, to the zx_system_get_event()
syscall. The new kernel event will be signaled prior to
ZX_SYSTEM_EVENT_OUT_OF_MEMORY, to facilitate capturing memory
diagnostics close to the point of OOM.

Original-Bug: 73872
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/514760
Original-Revision: 5b41306db3b4164a8c7910ea4c050cac517b012f
GitOrigin-RevId: 3e6c1e534c8e767dc1db9d58c7a4f4b532e98cab
Change-Id: I25420be6ecfdc0bd0642d91c79fb32afa9eea989
1 file changed
tree: f1dd5557757a7f42b021c703117855492a5c6ab7
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 via the IRC channel #fuchsia on Freenode.

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.