diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-02-04 22:49:52 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-04 22:49:52 +0000 |
commit | 02dbbe7666661b2d78fd7f13f8131f5fb65c8b8c (patch) | |
tree | 9698edaaed21f4815815f9b98430ecd191c17119 /runsc | |
parent | c6739ff2459aacf18caeead7c521a072ddce146b (diff) | |
parent | 95ce8bb4c7ecb23e47e68c60b1de0b99ad8a856d (diff) |
Merge release-20200127.0-65-g95ce8bb (automated)
Diffstat (limited to 'runsc')
-rwxr-xr-x | runsc/boot/boot_amd64_state_autogen.go | 6 | ||||
-rwxr-xr-x | runsc/boot/boot_arm64_state_autogen.go | 6 | ||||
-rwxr-xr-x | runsc/boot/filter/filter_amd64_state_autogen.go | 6 | ||||
-rwxr-xr-x | runsc/boot/filter/filter_arm64_state_autogen.go | 6 | ||||
-rwxr-xr-x | runsc/boot/filter/filter_state_autogen.go | 4 | ||||
-rwxr-xr-x | runsc/fsgofer/filter/filter_amd64_state_autogen.go | 6 | ||||
-rwxr-xr-x | runsc/fsgofer/filter/filter_arm64_state_autogen.go | 6 | ||||
-rwxr-xr-x | runsc/fsgofer/filter/filter_state_autogen.go | 4 | ||||
-rwxr-xr-x | runsc/fsgofer/fsgofer_amd64_unsafe_state_autogen.go | 6 | ||||
-rwxr-xr-x | runsc/fsgofer/fsgofer_arm64_unsafe_state_autogen.go | 6 |
10 files changed, 56 insertions, 0 deletions
diff --git a/runsc/boot/boot_amd64_state_autogen.go b/runsc/boot/boot_amd64_state_autogen.go new file mode 100755 index 000000000..5613ee8cf --- /dev/null +++ b/runsc/boot/boot_amd64_state_autogen.go @@ -0,0 +1,6 @@ +// automatically generated by stateify. + +// +build amd64 + +package boot + diff --git a/runsc/boot/boot_arm64_state_autogen.go b/runsc/boot/boot_arm64_state_autogen.go new file mode 100755 index 000000000..ba1ca06f5 --- /dev/null +++ b/runsc/boot/boot_arm64_state_autogen.go @@ -0,0 +1,6 @@ +// automatically generated by stateify. + +// +build arm64 + +package boot + diff --git a/runsc/boot/filter/filter_amd64_state_autogen.go b/runsc/boot/filter/filter_amd64_state_autogen.go new file mode 100755 index 000000000..eb004edcb --- /dev/null +++ b/runsc/boot/filter/filter_amd64_state_autogen.go @@ -0,0 +1,6 @@ +// automatically generated by stateify. + +// +build amd64 + +package filter + diff --git a/runsc/boot/filter/filter_arm64_state_autogen.go b/runsc/boot/filter/filter_arm64_state_autogen.go new file mode 100755 index 000000000..0fcdced99 --- /dev/null +++ b/runsc/boot/filter/filter_arm64_state_autogen.go @@ -0,0 +1,6 @@ +// automatically generated by stateify. + +// +build arm64 + +package filter + diff --git a/runsc/boot/filter/filter_state_autogen.go b/runsc/boot/filter/filter_state_autogen.go index 3b7fe0d28..b8f83d963 100755 --- a/runsc/boot/filter/filter_state_autogen.go +++ b/runsc/boot/filter/filter_state_autogen.go @@ -1,4 +1,8 @@ // automatically generated by stateify. +// +build !msan,!race +// +build msan +// +build race + package filter diff --git a/runsc/fsgofer/filter/filter_amd64_state_autogen.go b/runsc/fsgofer/filter/filter_amd64_state_autogen.go new file mode 100755 index 000000000..eb004edcb --- /dev/null +++ b/runsc/fsgofer/filter/filter_amd64_state_autogen.go @@ -0,0 +1,6 @@ +// automatically generated by stateify. + +// +build amd64 + +package filter + diff --git a/runsc/fsgofer/filter/filter_arm64_state_autogen.go b/runsc/fsgofer/filter/filter_arm64_state_autogen.go new file mode 100755 index 000000000..0fcdced99 --- /dev/null +++ b/runsc/fsgofer/filter/filter_arm64_state_autogen.go @@ -0,0 +1,6 @@ +// automatically generated by stateify. + +// +build arm64 + +package filter + diff --git a/runsc/fsgofer/filter/filter_state_autogen.go b/runsc/fsgofer/filter/filter_state_autogen.go index 3b7fe0d28..b8f83d963 100755 --- a/runsc/fsgofer/filter/filter_state_autogen.go +++ b/runsc/fsgofer/filter/filter_state_autogen.go @@ -1,4 +1,8 @@ // automatically generated by stateify. +// +build !msan,!race +// +build msan +// +build race + package filter diff --git a/runsc/fsgofer/fsgofer_amd64_unsafe_state_autogen.go b/runsc/fsgofer/fsgofer_amd64_unsafe_state_autogen.go new file mode 100755 index 000000000..dd6a88a93 --- /dev/null +++ b/runsc/fsgofer/fsgofer_amd64_unsafe_state_autogen.go @@ -0,0 +1,6 @@ +// automatically generated by stateify. + +// +build amd64 + +package fsgofer + diff --git a/runsc/fsgofer/fsgofer_arm64_unsafe_state_autogen.go b/runsc/fsgofer/fsgofer_arm64_unsafe_state_autogen.go new file mode 100755 index 000000000..7c5947311 --- /dev/null +++ b/runsc/fsgofer/fsgofer_arm64_unsafe_state_autogen.go @@ -0,0 +1,6 @@ +// automatically generated by stateify. + +// +build arm64 + +package fsgofer + |