gvisor/pkg/sentry/platform
Adin Scannell dbbe9ec915 Protect PCIDs with a mutex.
Because the Drop method may be called across vCPUs, it is necessary to protect
the PCID database with a mutex to prevent concurrent modification. The PCID is
assigned prior to entersyscall, so it's safe to block.

PiperOrigin-RevId: 207992864
Change-Id: I8b36d55106981f51e30dcf03e12886330bb79d67
2018-08-08 21:29:19 -07:00
..
filemem Automated rollback of changelist 207037226 2018-08-02 10:42:48 -07:00
interrupt stateify: support explicit annotation mode; convert refs and stack packages. 2018-07-27 10:17:21 -07:00
kvm stateify: support explicit annotation mode; convert refs and stack packages. 2018-07-27 10:17:21 -07:00
procid stateify: support explicit annotation mode; convert refs and stack packages. 2018-07-27 10:17:21 -07:00
ptrace stateify: support explicit annotation mode; convert refs and stack packages. 2018-07-27 10:17:21 -07:00
ring0 Protect PCIDs with a mutex. 2018-08-08 21:29:19 -07:00
safecopy stateify: support explicit annotation mode; convert refs and stack packages. 2018-07-27 10:17:21 -07:00
BUILD Automated rollback of changelist 207037226 2018-08-02 10:42:48 -07:00
context.go Check in gVisor. 2018-04-28 01:44:26 -04:00
mmap_min_addr.go Check in gVisor. 2018-04-28 01:44:26 -04:00
platform.go Add CPUID faulting for ptrace and KVM. 2018-07-16 22:02:58 -07:00