| commit | ff9fe1dcb730a64f77bf5ceab80c6af778f77143 | [log] [tgz] |
|---|---|---|
| author | Elie Kheirallah <khei@google.com> | Thu Jun 12 17:00:59 2025 +0000 |
| committer | Elie Kheirallah <khei@google.com> | Thu Jun 12 18:26:49 2025 +0000 |
| tree | 5f9825e2300ef8c89297fbb4222f64858068378b | |
| parent | a5cd457bd6d03231576bfa1c7cce89510466c5c3 [diff] |
Restart psi_monitor on failure and try on EINTR Linux can EINTR epoll.wait, which was causing the psi_monitor thread to return an Error resulting in the VM shutting down. Instead, check if the error is EINTR and wait again. If the psi_monitor thread fails, start it again, until the VM is asked ot shut down resulting in the epoll receiving the kill event. Bug: b/424302767 Test: boot VM, interrupt epoll thread. Flag: EXEMPT ... Change-Id: I46eea96a7a3b989b630d089f3619d3c9b2f781f2
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: