gvisor/pkg/sync/atomicptr
Andrei Vagin 0bdd79ccd4 kvm: trap mmap syscalls to map new regions to the guest
We install seccomp rules so that the SIGSYS signal is generated for
each mmap system call. Then our signal handler executes the real mmap
syscall and if a new regions is created, it maps it to the guest.

Signed-off-by: Andrei Vagin <avagin@google.com>
2021-09-22 14:39:36 -07:00
..
BUILD Move sync generics to their own packages 2021-06-01 17:47:32 -07:00
atomicptr_test.go Move sync generics to their own packages 2021-06-01 17:47:32 -07:00
generic_atomicptr_unsafe.go kvm: trap mmap syscalls to map new regions to the guest 2021-09-22 14:39:36 -07:00