gvisor/pkg/sentry/platform
Andrei Vagin ec906e46c0 kvm: fix race between machine.Put and machine.Get
m.available.Signal() has to be called under m.mu.RLock, otherwise it can
race with machine.Get:

m.Get			| m.Put
-------------------------------------
m.mu.Lock()		|
Seatching available vcpu|
			| m.available.Signal()
m.available.Wait	|

PiperOrigin-RevId: 259394051
2019-07-22 13:28:16 -07:00
..
interrupt
kvm kvm: fix race between machine.Put and machine.Get 2019-07-22 13:28:16 -07:00
ptrace Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
ring0 tss: block userspace access to all I/O ports. 2019-07-09 22:21:56 -07:00
safecopy Update canonical repository. 2019-06-13 16:50:15 -07:00
BUILD Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
context.go
mmap_min_addr.go
platform.go Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00