View | Details | Raw Unified | Return to bug 248948 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 248948