commit | 66c7251c5799090d4a6f6399fe3c224e1c71b613 | [log] [tgz] |
---|---|---|
author | Guocheng Wei <guochengwei@fuchsia.infra.roller.google.com> | Mon Dec 09 19:26:02 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 09 11:27:55 2024 -0800 |
tree | efa78ca3293c1b1ff8e5d3ee158456214a493bcb | |
parent | 86a2d78ba4a4cd3463b9f6eb8deccdaed96c5659 [diff] |
[roll] Roll fuchsia [starnix] Add a KernelSignal for cgroup freezer Regular signal mechanism should be unchanged. The new signal will be stored in another queue to ensure internal signals will never be ignored or masked. Higher priority ensures that no user signals jump the queue, e.g. ptrace, that will delay the delivery. This design is about implementation convenience than about observable behavior. Cgroup freezer uses the signal handling to ensure the thread exists the restricted mode and stays in a "safe point", where we know the thread is not holding any critical Starnix resources, for example internal mutex locks Original-Bug: b/333766695 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1161597 Original-Revision: eaed6c586a07f719f40ba2bb6da81be31953e4d6 GitOrigin-RevId: 793a384f71b554f8824e3e7aec6e103dcbdfd5ef Change-Id: Id08963eefb07860f7cb14d00348ff236dddfe1f7
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
.