Index: head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go =================================================================== --- head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go (revision 566491) +++ head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go (revision 566492) @@ -1,11 +1,11 @@ ---- vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/bluepill_unsafe.go.orig 2020-08-27 10:13:09 UTC +--- vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/bluepill_unsafe.go.orig 2020-01-31 23:11:21 UTC +++ vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/bluepill_unsafe.go @@ -13,7 +13,7 @@ // limitations under the License. // +build go1.12 -// +build !go1.15 -+// +build !go1.16 ++// +build !go1.17 // Check go:linkname function signatures when updating Go version. Index: head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go =================================================================== --- head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go (revision 566491) +++ head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go (revision 566492) @@ -1,11 +1,11 @@ ---- vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/machine_unsafe.go.orig 2020-08-27 10:11:57 UTC +--- vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/machine_unsafe.go.orig 2020-01-31 23:11:21 UTC +++ vendor/gvisor.dev/gvisor/pkg/sentry/platform/kvm/machine_unsafe.go @@ -13,7 +13,7 @@ // limitations under the License. // +build go1.12 -// +build !go1.15 -+// +build !go1.16 ++// +build !go1.17 // Check go:linkname function signatures when updating Go version. Index: head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go =================================================================== --- head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go (revision 566491) +++ head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go (revision 566492) @@ -1,11 +1,11 @@ ---- vendor/gvisor.dev/gvisor/pkg/sentry/platform/ptrace/subprocess_unsafe.go.orig 2020-08-27 10:10:47 UTC +--- vendor/gvisor.dev/gvisor/pkg/sentry/platform/ptrace/subprocess_unsafe.go.orig 2020-01-31 23:11:21 UTC +++ vendor/gvisor.dev/gvisor/pkg/sentry/platform/ptrace/subprocess_unsafe.go @@ -13,7 +13,7 @@ // limitations under the License. // +build go1.12 -// +build !go1.15 -+// +build !go1.16 ++// +build !go1.17 // Check go:linkname function signatures when updating Go version. Index: head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go =================================================================== --- head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go (revision 566491) +++ head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go (revision 566492) @@ -1,11 +1,11 @@ ---- vendor/gvisor.dev/gvisor/pkg/sentry/vfs/mount_unsafe.go.orig 2020-08-27 10:09:46 UTC +--- vendor/gvisor.dev/gvisor/pkg/sentry/vfs/mount_unsafe.go.orig 2020-01-31 23:11:21 UTC +++ vendor/gvisor.dev/gvisor/pkg/sentry/vfs/mount_unsafe.go @@ -13,7 +13,7 @@ // limitations under the License. // +build go1.12 -// +build !go1.15 -+// +build !go1.16 ++// +build !go1.17 // Check go:linkname function signatures when updating Go version. Index: head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go =================================================================== --- head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go (revision 566491) +++ head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go (revision 566492) @@ -1,11 +1,11 @@ ---- vendor/gvisor.dev/gvisor/pkg/sleep/sleep_unsafe.go.orig 2020-08-27 10:03:23 UTC +--- vendor/gvisor.dev/gvisor/pkg/sleep/sleep_unsafe.go.orig 2020-01-31 23:11:21 UTC +++ vendor/gvisor.dev/gvisor/pkg/sleep/sleep_unsafe.go @@ -13,7 +13,7 @@ // limitations under the License. // +build go1.11 -// +build !go1.15 -+// +build !go1.16 ++// +build !go1.17 // Check go:linkname function signatures when updating Go version. Index: head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go =================================================================== --- head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go (revision 566491) +++ head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go (revision 566492) @@ -1,11 +1,11 @@ ---- vendor/gvisor.dev/gvisor/pkg/sync/downgradable_rwmutex_unsafe.go.orig 2020-08-27 10:03:50 UTC +--- vendor/gvisor.dev/gvisor/pkg/sync/downgradable_rwmutex_unsafe.go.orig 2020-01-31 23:11:21 UTC +++ vendor/gvisor.dev/gvisor/pkg/sync/downgradable_rwmutex_unsafe.go @@ -4,7 +4,7 @@ // license that can be found in the LICENSE file. // +build go1.13 -// +build !go1.15 -+// +build !go1.16 ++// +build !go1.17 // Check go:linkname function signatures when updating Go version. Index: head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go =================================================================== --- head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go (revision 566491) +++ head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go (revision 566492) @@ -1,11 +1,11 @@ ---- vendor/gvisor.dev/gvisor/pkg/sync/memmove_unsafe.go.orig 2020-08-27 10:04:54 UTC +--- vendor/gvisor.dev/gvisor/pkg/sync/memmove_unsafe.go.orig 2020-01-31 23:11:21 UTC +++ vendor/gvisor.dev/gvisor/pkg/sync/memmove_unsafe.go @@ -4,7 +4,7 @@ // license that can be found in the LICENSE file. // +build go1.12 -// +build !go1.15 -+// +build !go1.16 ++// +build !go1.17 // Check go:linkname function signatures when updating Go version. Index: head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go =================================================================== --- head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go (revision 566491) +++ head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go (revision 566492) @@ -1,11 +1,11 @@ ---- vendor/gvisor.dev/gvisor/pkg/sync/tmutex_unsafe.go.orig 2020-08-27 10:06:40 UTC +--- vendor/gvisor.dev/gvisor/pkg/sync/tmutex_unsafe.go.orig 2020-01-31 23:11:21 UTC +++ vendor/gvisor.dev/gvisor/pkg/sync/tmutex_unsafe.go @@ -4,7 +4,7 @@ // license that can be found in the LICENSE file. // +build go1.13 -// +build !go1.15 -+// +build !go1.16 ++// +build !go1.17 // When updating the build constraint (above), check that syncMutex matches the // standard library sync.Mutex definition. Index: head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go =================================================================== --- head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go (revision 566491) +++ head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go (revision 566492) @@ -1,11 +1,11 @@ ---- vendor/gvisor.dev/gvisor/pkg/tcpip/link/rawfile/blockingpoll_yield_unsafe.go.orig 2020-08-27 10:08:00 UTC +--- vendor/gvisor.dev/gvisor/pkg/tcpip/link/rawfile/blockingpoll_yield_unsafe.go.orig 2020-01-31 23:11:21 UTC +++ vendor/gvisor.dev/gvisor/pkg/tcpip/link/rawfile/blockingpoll_yield_unsafe.go @@ -14,7 +14,7 @@ // +build linux,amd64 linux,arm64 // +build go1.12 -// +build !go1.15 -+// +build !go1.16 ++// +build !go1.17 // Check go:linkname function signatures when updating Go version. Index: head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go =================================================================== --- head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go (revision 566491) +++ head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go (revision 566492) @@ -1,11 +1,11 @@ ---- vendor/gvisor.dev/gvisor/pkg/tcpip/time_unsafe.go.orig 2020-08-27 10:08:55 UTC +--- vendor/gvisor.dev/gvisor/pkg/tcpip/time_unsafe.go.orig 2020-01-31 23:11:21 UTC +++ vendor/gvisor.dev/gvisor/pkg/tcpip/time_unsafe.go @@ -13,7 +13,7 @@ // limitations under the License. // +build go1.9 -// +build !go1.15 -+// +build !go1.16 ++// +build !go1.17 // Check go:linkname function signatures when updating Go version.