Merge 08cd5e1d (automated)

This commit is contained in:
gVisor bot 2019-08-08 02:22:22 +00:00
commit 58f3a4cdde
3 changed files with 5 additions and 3 deletions

View File

@ -2,10 +2,11 @@ package kernel
import (
"fmt"
"gvisor.dev/gvisor/third_party/gvsync"
"reflect"
"strings"
"unsafe"
"gvisor.dev/gvisor/third_party/gvsync"
)
// SeqAtomicLoad returns a copy of *ptr, ensuring that the read does not race

View File

@ -2,13 +2,13 @@ package ring0
import (
"gvisor.dev/gvisor/pkg/cpuid"
"io"
"reflect"
"syscall"
"fmt"
"gvisor.dev/gvisor/pkg/sentry/platform/ring0/pagetables"
"gvisor.dev/gvisor/pkg/sentry/usermem"
"io"
)
var (

View File

@ -2,10 +2,11 @@ package time
import (
"fmt"
"gvisor.dev/gvisor/third_party/gvsync"
"reflect"
"strings"
"unsafe"
"gvisor.dev/gvisor/third_party/gvsync"
)
// SeqAtomicLoad returns a copy of *ptr, ensuring that the read does not race