Merge 888e8790 (automated)

This commit is contained in:
gVisor bot 2019-08-30 22:11:38 +00:00
commit ef6c5ec785
3 changed files with 7 additions and 6 deletions

View File

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

View File

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

View File

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