Files
gvisor/pkg/ring0
Konstantin BogomolovandgVisor bot 0760a3df59 kvm: reduce stack usage
Debug build functions use more stack space than normal, such that the
KVM-nosplit function call chain doesn't fit. This patch replaces calls into
unix.RawSyscall* functions with variants that do not grow the stack, and inlines
some functions in ring0/pagetables in order to reduce stack usage. Additionally
seccompMmapHandler is not used during debug builds anymore for making it fit
into the nosplit stack size requirements.

PiperOrigin-RevId: 679774881
2024-09-27 16:58:17 -07:00
..
2024-09-27 16:58:17 -07:00
2023-10-25 12:13:42 -07:00
2022-05-17 17:48:35 -07:00
2024-02-28 17:47:27 -08:00
2023-10-25 12:13:42 -07:00
2024-09-05 19:08:08 -07:00
2024-02-28 17:47:27 -08:00
2023-02-22 18:14:26 -08:00
2023-10-25 12:13:42 -07:00