diff options
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 + |