From 13cbd3126014650be7b823b89f0e0736290c4635 Mon Sep 17 00:00:00 2001 From: "bot-for-go[bot]" <199222863+bot-for-go[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:04:40 +0000 Subject: [PATCH 1/2] Update submodule to latest master (d2b991c8): simd: for 1.27, changed StorePart to return the length stored --- go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go b/go index 0252b4be03..d2b991c840 160000 --- a/go +++ b/go @@ -1 +1 @@ -Subproject commit 0252b4be0300559f6ff0032636d84aa0acb71e83 +Subproject commit d2b991c840e103c7df08e02833ed95c455c1fb8c From 23d43d984c7f3055a33898e0c96690b374166556 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:21:47 +0000 Subject: [PATCH 2/2] Fix crypto backend patch conflict --- patches/0002-Add-crypto-backends.patch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/patches/0002-Add-crypto-backends.patch b/patches/0002-Add-crypto-backends.patch index 1a3b072ef9..885cd26357 100644 --- a/patches/0002-Add-crypto-backends.patch +++ b/patches/0002-Add-crypto-backends.patch @@ -5516,16 +5516,15 @@ diff --git a/src/crypto/internal/fips140test/acvp_test.go b/src/crypto/internal/ index 90e152e1484d5d..b0d4dfc77c6225 100644 --- a/src/crypto/internal/fips140test/acvp_test.go +++ b/src/crypto/internal/fips140test/acvp_test.go -@@ -22,6 +22,8 @@ import ( +@@ -22,5 +22,7 @@ import ( "bufio" "bytes" "crypto/elliptic" + boring "crypto/internal/backend" + bfips140 "crypto/internal/backend/fips140" "crypto/internal/cryptotest" - entropy "crypto/internal/entropy/v1.0.0" "crypto/internal/fips140" -@@ -2105,6 +2107,10 @@ func cmdKtsIfcResponderAft(h func() hash.Hash) command { +@@ -2105,5 +2107,9 @@ func cmdKtsIfcResponderAft(h func() hash.Hash) command { func TestACVP(t *testing.T) { testenv.SkipIfShortAndSlow(t) @@ -5535,7 +5534,6 @@ index 90e152e1484d5d..b0d4dfc77c6225 100644 + const ( bsslModule = "boringssl.googlesource.com/boringssl.git" - bsslVersion = "v0.0.0-20251111011041-baaf868e6e8f" diff --git a/src/crypto/internal/fips140test/cast_test.go b/src/crypto/internal/fips140test/cast_test.go index 817dcb9a35a793..8efc547d0d52fc 100644 --- a/src/crypto/internal/fips140test/cast_test.go