From 78c5a47fc9443f60d8bc75aff40dbdb4d9d32dc6 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 9 Sep 2021 14:19:21 +0200 Subject: vendor mpb@v7.1.4 Fixes a race condition leading to a deadlock. Thanks to @mtrmac and @vbauerster for fixing the issue! Signed-off-by: Valentin Rothberg --- vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go') diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go index 3df31e0d4..3a67a9c85 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go @@ -306,6 +306,7 @@ const ( SO_MARK = 0x24 SO_MAX_PACING_RATE = 0x2f SO_MEMINFO = 0x37 + SO_NETNS_COOKIE = 0x47 SO_NOFCS = 0x2b SO_OOBINLINE = 0xa SO_PASSCRED = 0x10 -- cgit v1.2.3-54-g00ecf