[go] runtime: add linkname back on `runtime.lastmoduledatap`

17 views
Skip to first unread message

Gerrit Bot (Gerrit)

unread,
Feb 11, 2025, 10:24:48 PMFeb 11
to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

Gerrit Bot has uploaded the change for review

Commit message

runtime: add linkname back on `runtime.lastmoduledatap`

Fixes #71672
Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
GitHub-Last-Rev: ab11b4abe3f83d7fac2c53d256c4776e26220f05
GitHub-Pull-Request: golang/go#71673

Change diff

diff --git a/src/runtime/symtab.go b/src/runtime/symtab.go
index c3bd510..0419fcc 100644
--- a/src/runtime/symtab.go
+++ b/src/runtime/symtab.go
@@ -480,7 +480,13 @@
// the relocated one.
var aixStaticDataBase uintptr // linker symbol

-var firstmoduledata moduledata // linker symbol
+var firstmoduledata moduledata // linker symbol
+
+// Do not remove or change the type signature.
+// See go.dev/issue/67401.
+// See go.dev/issues/71672.
+//
+//go:linkname lastmoduledatap runtime.lastmoduledatap
var lastmoduledatap *moduledata // linker symbol

var modulesSlice *[]*moduledata // see activeModules

Change information

Files:
  • M src/runtime/symtab.go
Change size: XS
Delta: 1 file changed, 7 insertions(+), 1 deletion(-)
Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement is not satisfiedCode-Review
  • requirement satisfiedNo-Unresolved-Comments
  • requirement is not satisfiedReview-Enforcement
  • requirement is not satisfiedTryBots-Pass
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newchange
Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
Gerrit-Change-Number: 648537
Gerrit-PatchSet: 1
Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
unsatisfied_requirement
satisfied_requirement
open
diffy

Gopher Robot (Gerrit)

unread,
Feb 11, 2025, 10:24:50 PMFeb 11
to Gerrit Bot, goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

Gopher Robot added 1 comment

Patchset-level comments
File-level comment, Patchset 1 (Latest):
Gopher Robot . unresolved

I spotted some possible problems.

These findings are based on simple heuristics. If a finding appears wrong, briefly reply here saying so. Otherwise, please address any problems and update the GitHub PR. When complete, mark this comment as 'Done' and click the [blue 'Reply' button](https://go.dev/wiki/GerritBot#i-left-a-reply-to-a-comment-in-gerrit-but-no-one-but-me-can-see-it) above.

Possible problems detected:
1. The commit message body is very brief. That can be OK if the change is trivial like correcting spelling or fixing a broken link, but usually the description should provide context for the change and explain what it does in complete sentences.

The commit title and commit message body come from the GitHub PR title and description, and must be edited in the GitHub web interface (not via git). For instructions, see [here](https://go.dev/wiki/GerritBot/#how-does-gerritbot-determine-the-final-commit-message). For guidelines on commit messages for the Go project, see [here](https://go.dev/doc/contribute#commit_messages).


(In general for Gerrit code reviews, the change author is expected to [log in to Gerrit](https://go-review.googlesource.com/login/) with a Gmail or other Google account and then close out each piece of feedback by marking it as 'Done' if implemented as suggested or otherwise reply to each review comment. See the [Review](https://go.dev/doc/contribute#review) section of the Contributing Guide for details.)

Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
    Gerrit-Change-Number: 648537
    Gerrit-PatchSet: 1
    Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-Comment-Date: Wed, 12 Feb 2025 03:24:45 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    unsatisfied_requirement
    open
    diffy

    Gopher Robot (Gerrit)

    unread,
    Feb 11, 2025, 10:26:17 PMFeb 11
    to Gerrit Bot, goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

    Message from Gopher Robot

    Congratulations on opening your first change. Thank you for your contribution!

    Next steps:
    A maintainer will review your change and provide feedback. See
    https://go.dev/doc/contribute#review for more info and tips to get your
    patch through code review.

    Most changes in the Go project go through a few rounds of revision. This can be
    surprising to people new to the project. The careful, iterative review process
    is our way of helping mentor contributors and ensuring that their contributions
    have a lasting impact.

    During May-July and Nov-Jan the Go project is in a code freeze, during which
    little code gets reviewed or merged. If a reviewer responds with a comment like
    R=go1.11 or adds a tag like "wait-release", it means that this CL will be
    reviewed as part of the next development cycle. See https://go.dev/s/release
    for more details.

    Open in Gerrit

    Related details

    Attention set is empty
    Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
    Gerrit-Change-Number: 648537
    Gerrit-PatchSet: 1
    Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-Comment-Date: Wed, 12 Feb 2025 03:26:12 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: No
    unsatisfied_requirement
    open
    diffy

    Jorropo (Gerrit)

    unread,
    Feb 11, 2025, 11:07:11 PMFeb 11
    to Gerrit Bot, goph...@pubsubhelper.golang.org, Keith Randall, Michael Knyszek, Michael Pratt, Gopher Robot, golang-co...@googlegroups.com
    Attention needed from Keith Randall, Michael Knyszek and Michael Pratt

    Jorropo added 1 comment

    File src/runtime/symtab.go
    Line 486, Patchset 1 (Latest):// See go.dev/issue/67401.
    Jorropo . unresolved

    This links to https://github.com/golang/go/issues/created_by/67401 which is wrong.(`s,issue,issues,g`)

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Keith Randall
    • Michael Knyszek
    • Michael Pratt
    Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
    Gerrit-Change-Number: 648537
    Gerrit-PatchSet: 1
    Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-Reviewer: Michael Knyszek <mkny...@google.com>
    Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-CC: Jorropo <jorro...@gmail.com>
    Gerrit-Attention: Michael Knyszek <mkny...@google.com>
    Gerrit-Attention: Michael Pratt <mpr...@google.com>
    Gerrit-Attention: Keith Randall <k...@golang.org>
    Gerrit-Comment-Date: Wed, 12 Feb 2025 04:07:03 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    unsatisfied_requirement
    open
    diffy

    Ian Lance Taylor (Gerrit)

    unread,
    Feb 12, 2025, 12:57:04 AMFeb 12
    to Gerrit Bot, goph...@pubsubhelper.golang.org, Ian Lance Taylor, Jorropo, Keith Randall, Michael Knyszek, Michael Pratt, Gopher Robot, golang-co...@googlegroups.com
    Attention needed from Keith Randall, Michael Knyszek and Michael Pratt

    Ian Lance Taylor added 1 comment

    File src/runtime/symtab.go
    Ian Lance Taylor . unresolved

    This needs the full "hall of shame" list of packages that need it. See what it used to look like in https://go.dev/cl/609918.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Keith Randall
    • Michael Knyszek
    • Michael Pratt
    Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
    Gerrit-Change-Number: 648537
    Gerrit-PatchSet: 1
    Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-Reviewer: Michael Knyszek <mkny...@google.com>
    Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-CC: Ian Lance Taylor <ia...@golang.org>
    Gerrit-CC: Jorropo <jorro...@gmail.com>
    Gerrit-Attention: Michael Knyszek <mkny...@google.com>
    Gerrit-Attention: Michael Pratt <mpr...@google.com>
    Gerrit-Attention: Keith Randall <k...@golang.org>
    Gerrit-Comment-Date: Wed, 12 Feb 2025 05:56:58 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    unsatisfied_requirement
    open
    diffy

    Gerrit Bot (Gerrit)

    unread,
    Feb 12, 2025, 2:08:32 AMFeb 12
    to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
    Attention needed from Keith Randall, Michael Knyszek and Michael Pratt

    Gerrit Bot uploaded new patchset

    Gerrit Bot uploaded patch set #2 to this change.
    Open in Gerrit

    Related details

    Attention is currently required from:
    • Keith Randall
    • Michael Knyszek
    • Michael Pratt
    Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: newpatchset
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
    Gerrit-Change-Number: 648537
    Gerrit-PatchSet: 2
    unsatisfied_requirement
    open
    diffy

    Gerrit Bot (Gerrit)

    unread,
    Feb 12, 2025, 2:25:30 AMFeb 12
    to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
    Attention needed from Keith Randall, Michael Knyszek and Michael Pratt

    Gerrit Bot uploaded new patchset

    Gerrit Bot uploaded patch set #3 to this change.
    Open in Gerrit

    Related details

    Attention is currently required from:
    • Keith Randall
    • Michael Knyszek
    • Michael Pratt
    Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: newpatchset
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
    Gerrit-Change-Number: 648537
    Gerrit-PatchSet: 3
    unsatisfied_requirement
    open
    diffy

    Gerrit Bot (Gerrit)

    unread,
    Feb 12, 2025, 3:09:04 AMFeb 12
    to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
    Attention needed from Keith Randall, Michael Knyszek and Michael Pratt

    Gerrit Bot uploaded new patchset

    Gerrit Bot uploaded patch set #4 to this change.
    Open in Gerrit

    Related details

    Attention is currently required from:
    • Keith Randall
    • Michael Knyszek
    • Michael Pratt
    Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: newpatchset
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
    Gerrit-Change-Number: 648537
    Gerrit-PatchSet: 4
    unsatisfied_requirement
    open
    diffy

    Yi Duan (Gerrit)

    unread,
    Feb 12, 2025, 7:36:14 AMFeb 12
    to Gerrit Bot, goph...@pubsubhelper.golang.org, Ian Lance Taylor, Jorropo, Keith Randall, Michael Knyszek, Michael Pratt, Gopher Robot, golang-co...@googlegroups.com
    Attention needed from Ian Lance Taylor, Jorropo, Keith Randall, Michael Knyszek and Michael Pratt

    Yi Duan added 3 comments

    Patchset-level comments
    File-level comment, Patchset 4 (Latest):
    Yi Duan . resolved

    comments resolved

    File src/runtime/symtab.go
    Line 486, Patchset 1:// See go.dev/issue/67401.
    Jorropo . resolved

    This links to https://github.com/golang/go/issues/created_by/67401 which is wrong.(`s,issue,issues,g`)

    Yi Duan

    Acknowledged

    Line 486, Patchset 1:// See go.dev/issue/67401.
    Ian Lance Taylor . resolved

    This needs the full "hall of shame" list of packages that need it. See what it used to look like in https://go.dev/cl/609918.

    Yi Duan

    Acknowledged

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Ian Lance Taylor
    • Jorropo
    • Keith Randall
    • Michael Knyszek
    • Michael Pratt
    Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
    Gerrit-Change-Number: 648537
    Gerrit-PatchSet: 4
    Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-Reviewer: Michael Knyszek <mkny...@google.com>
    Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-CC: Ian Lance Taylor <ia...@golang.org>
    Gerrit-CC: Jorropo <jorro...@gmail.com>
    Gerrit-CC: Yi Duan <joyboya...@gmail.com>
    Gerrit-Attention: Michael Knyszek <mkny...@google.com>
    Gerrit-Attention: Michael Pratt <mpr...@google.com>
    Gerrit-Attention: Ian Lance Taylor <ia...@golang.org>
    Gerrit-Attention: Keith Randall <k...@golang.org>
    Gerrit-Attention: Jorropo <jorro...@gmail.com>
    Gerrit-Comment-Date: Wed, 12 Feb 2025 12:36:05 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Ian Lance Taylor <ia...@golang.org>
    Comment-In-Reply-To: Jorropo <jorro...@gmail.com>
    unsatisfied_requirement
    open
    diffy

    Ian Lance Taylor (Gerrit)

    unread,
    Feb 12, 2025, 6:18:32 PMFeb 12
    to Gerrit Bot, goph...@pubsubhelper.golang.org, Ian Lance Taylor, Yi Duan, Jorropo, Keith Randall, Michael Knyszek, Michael Pratt, Gopher Robot, golang-co...@googlegroups.com
    Attention needed from Jorropo, Keith Randall, Michael Knyszek and Michael Pratt

    Ian Lance Taylor voted Commit-Queue+1

    Commit-Queue+1
    Open in Gerrit

    Related details

    Attention is currently required from:
    • Jorropo
    • Keith Randall
    • Michael Knyszek
    • Michael Pratt
    Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
    Gerrit-Change-Number: 648537
    Gerrit-PatchSet: 4
    Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
    Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-Reviewer: Michael Knyszek <mkny...@google.com>
    Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-CC: Jorropo <jorro...@gmail.com>
    Gerrit-CC: Yi Duan <joyboya...@gmail.com>
    Gerrit-Attention: Michael Knyszek <mkny...@google.com>
    Gerrit-Attention: Michael Pratt <mpr...@google.com>
    Gerrit-Attention: Keith Randall <k...@golang.org>
    Gerrit-Attention: Jorropo <jorro...@gmail.com>
    Gerrit-Comment-Date: Wed, 12 Feb 2025 23:18:27 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    unsatisfied_requirement
    open
    diffy

    Yi Duan (Gerrit)

    unread,
    Feb 12, 2025, 10:11:29 PMFeb 12
    to Gerrit Bot, goph...@pubsubhelper.golang.org, Go LUCI, Ian Lance Taylor, Jorropo, Keith Randall, Michael Knyszek, Michael Pratt, Gopher Robot, golang-co...@googlegroups.com
    Attention needed from Jorropo, Keith Randall, Michael Knyszek and Michael Pratt

    Yi Duan added 2 comments

    Patchset-level comments
    File-level comment, Patchset 1:
    Gopher Robot . resolved

    I spotted some possible problems.

    These findings are based on simple heuristics. If a finding appears wrong, briefly reply here saying so. Otherwise, please address any problems and update the GitHub PR. When complete, mark this comment as 'Done' and click the [blue 'Reply' button](https://go.dev/wiki/GerritBot#i-left-a-reply-to-a-comment-in-gerrit-but-no-one-but-me-can-see-it) above.

    Possible problems detected:
    1. The commit message body is very brief. That can be OK if the change is trivial like correcting spelling or fixing a broken link, but usually the description should provide context for the change and explain what it does in complete sentences.

    The commit title and commit message body come from the GitHub PR title and description, and must be edited in the GitHub web interface (not via git). For instructions, see [here](https://go.dev/wiki/GerritBot/#how-does-gerritbot-determine-the-final-commit-message). For guidelines on commit messages for the Go project, see [here](https://go.dev/doc/contribute#commit_messages).


    (In general for Gerrit code reviews, the change author is expected to [log in to Gerrit](https://go-review.googlesource.com/login/) with a Gmail or other Google account and then close out each piece of feedback by marking it as 'Done' if implemented as suggested or otherwise reply to each review comment. See the [Review](https://go.dev/doc/contribute#review) section of the Contributing Guide for details.)

    Yi Duan

    Acknowledged

    File src/runtime/symtab.go
    Jorropo . resolved

    This links to https://github.com/golang/go/issues/created_by/67401 which is wrong.(`s,issue,issues,g`)

    Yi Duan

    Acknowledged

    Yi Duan

    resolved

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Jorropo
    • Keith Randall
    • Michael Knyszek
    • Michael Pratt
    Submit Requirements:
      • requirement is not satisfiedCode-Review
      • requirement satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      • requirement satisfiedTryBots-Pass
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: go
      Gerrit-Branch: master
      Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
      Gerrit-Change-Number: 648537
      Gerrit-PatchSet: 4
      Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
      Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
      Gerrit-Reviewer: Keith Randall <k...@golang.org>
      Gerrit-Reviewer: Michael Knyszek <mkny...@google.com>
      Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
      Gerrit-CC: Gopher Robot <go...@golang.org>
      Gerrit-CC: Jorropo <jorro...@gmail.com>
      Gerrit-CC: Yi Duan <joyboya...@gmail.com>
      Gerrit-Attention: Michael Knyszek <mkny...@google.com>
      Gerrit-Attention: Michael Pratt <mpr...@google.com>
      Gerrit-Attention: Keith Randall <k...@golang.org>
      Gerrit-Attention: Jorropo <jorro...@gmail.com>
      Gerrit-Comment-Date: Thu, 13 Feb 2025 03:11:20 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      Comment-In-Reply-To: Gopher Robot <go...@golang.org>
      Comment-In-Reply-To: Yi Duan <joyboya...@gmail.com>
      Comment-In-Reply-To: Jorropo <jorro...@gmail.com>
      unsatisfied_requirement
      satisfied_requirement
      open
      diffy

      Gerrit Bot (Gerrit)

      unread,
      Feb 12, 2025, 10:35:33 PMFeb 12
      to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
      Attention needed from Ian Lance Taylor, Jorropo, Keith Randall, Michael Knyszek and Michael Pratt

      Gerrit Bot uploaded new patchset

      Gerrit Bot uploaded patch set #5 to this change.
      Following approvals got outdated and were removed:
      • TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI
      Open in Gerrit

      Related details

      Attention is currently required from:
      • Ian Lance Taylor
      • Jorropo
      • Keith Randall
      • Michael Knyszek
      • Michael Pratt
        Submit Requirements:
          • requirement is not satisfiedCode-Review
          • requirement satisfiedNo-Unresolved-Comments
          • requirement is not satisfiedReview-Enforcement
          • requirement is not satisfiedTryBots-Pass
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: newpatchset
          Gerrit-Project: go
          Gerrit-Branch: master
          Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
          Gerrit-Change-Number: 648537
          Gerrit-PatchSet: 5
          Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
          Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
          Gerrit-Reviewer: Keith Randall <k...@golang.org>
          Gerrit-Reviewer: Michael Knyszek <mkny...@google.com>
          Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
          Gerrit-CC: Gopher Robot <go...@golang.org>
          Gerrit-CC: Jorropo <jorro...@gmail.com>
          Gerrit-CC: Yi Duan <joyboya...@gmail.com>
          Gerrit-Attention: Michael Knyszek <mkny...@google.com>
          Gerrit-Attention: Michael Pratt <mpr...@google.com>
          Gerrit-Attention: Ian Lance Taylor <ia...@golang.org>
          unsatisfied_requirement
          satisfied_requirement
          open
          diffy

          Gerrit Bot (Gerrit)

          unread,
          Feb 12, 2025, 10:43:58 PMFeb 12
          to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
          Attention needed from Ian Lance Taylor, Jorropo, Keith Randall, Michael Knyszek and Michael Pratt

          Gerrit Bot uploaded new patchset

          Gerrit Bot uploaded patch set #6 to this change.
          Open in Gerrit

          Related details

          Attention is currently required from:
          • Ian Lance Taylor
          • Jorropo
          • Keith Randall
          • Michael Knyszek
          • Michael Pratt
          Submit Requirements:
          • requirement is not satisfiedCode-Review
          • requirement satisfiedNo-Unresolved-Comments
          • requirement is not satisfiedReview-Enforcement
          • requirement is not satisfiedTryBots-Pass
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: newpatchset
          Gerrit-Project: go
          Gerrit-Branch: master
          Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
          Gerrit-Change-Number: 648537
          Gerrit-PatchSet: 6
          unsatisfied_requirement
          satisfied_requirement
          open
          diffy

          Michael Pratt (Gerrit)

          unread,
          Feb 13, 2025, 4:00:56 PMFeb 13
          to Gerrit Bot, goph...@pubsubhelper.golang.org, Go LUCI, Ian Lance Taylor, Yi Duan, Jorropo, Michael Pratt, Gopher Robot, golang-co...@googlegroups.com
          Attention needed from Ian Lance Taylor and Jorropo

          Michael Pratt added 4 comments

          File src/plugin/plugin_dlopen.go
          Line 147, Patchset 6 (Latest): //go:linkname pluginsMu plugin.pluginsMu
          Michael Pratt . unresolved

          We never had a linkname on pluginsMu. Does sonic need this? If so, how did sonic work with 1.23?

          File src/runtime/stubs.go
          Line 324, Patchset 6 (Latest)://go:linkname morestack_noctxt runtime.morestack_noctxt
          Michael Pratt . unresolved

          The target name is not necessary.

          ```suggestion
          //go:linkname morestack_noctxt
          ```

          File src/runtime/symtab.go
          Line 494, Patchset 6 (Latest)://go:linkname lastmoduledatap runtime.lastmoduledatap
          Michael Pratt . unresolved

          ```suggestion
          //go:linkname lastmoduledatap
          ```

          Line 614, Patchset 6 (Latest)://go:linkname moduledataverify1 runtime.moduledataverify1
          Michael Pratt . unresolved

          ```suggestion
          //go:linkname moduledataverify1
          ```

          Open in Gerrit

          Related details

          Attention is currently required from:
          • Ian Lance Taylor
          • Jorropo
          Submit Requirements:
            • requirement is not satisfiedCode-Review
            • requirement is not satisfiedNo-Unresolved-Comments
            • requirement is not satisfiedReview-Enforcement
            • requirement is not satisfiedTryBots-Pass
            Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
            Gerrit-MessageType: comment
            Gerrit-Project: go
            Gerrit-Branch: master
            Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
            Gerrit-Change-Number: 648537
            Gerrit-PatchSet: 6
            Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
            Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
            Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
            Gerrit-CC: Gopher Robot <go...@golang.org>
            Gerrit-CC: Jorropo <jorro...@gmail.com>
            Gerrit-CC: Yi Duan <joyboya...@gmail.com>
            Gerrit-Attention: Ian Lance Taylor <ia...@golang.org>
            Gerrit-Attention: Jorropo <jorro...@gmail.com>
            Gerrit-Comment-Date: Thu, 13 Feb 2025 21:00:49 +0000
            Gerrit-HasComments: Yes
            Gerrit-Has-Labels: No
            unsatisfied_requirement
            open
            diffy

            Michael Pratt (Gerrit)

            unread,
            Feb 13, 2025, 4:00:59 PMFeb 13
            to Gerrit Bot, goph...@pubsubhelper.golang.org, Michael Pratt, Go LUCI, Ian Lance Taylor, Yi Duan, Jorropo, Gopher Robot, golang-co...@googlegroups.com
            Attention needed from Ian Lance Taylor and Jorropo

            Michael Pratt voted Commit-Queue+1

            Commit-Queue+1
            Gerrit-Comment-Date: Thu, 13 Feb 2025 21:00:54 +0000
            Gerrit-HasComments: No
            Gerrit-Has-Labels: Yes
            unsatisfied_requirement
            open
            diffy

            Gerrit Bot (Gerrit)

            unread,
            Feb 13, 2025, 10:38:15 PMFeb 13
            to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
            Attention needed from Ian Lance Taylor, Jorropo and Michael Pratt

            Gerrit Bot uploaded new patchset

            Gerrit Bot uploaded patch set #7 to this change.
            Following approvals got outdated and were removed:
            • TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI
            Open in Gerrit

            Related details

            Attention is currently required from:
            • Ian Lance Taylor
            • Jorropo
            • Michael Pratt
            Submit Requirements:
            • requirement is not satisfiedCode-Review
            • requirement is not satisfiedNo-Unresolved-Comments
            • requirement is not satisfiedReview-Enforcement
            • requirement is not satisfiedTryBots-Pass
            Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
            Gerrit-MessageType: newpatchset
            Gerrit-Project: go
            Gerrit-Branch: master
            Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
            Gerrit-Change-Number: 648537
            Gerrit-PatchSet: 7
            Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
            Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
            Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
            Gerrit-CC: Gopher Robot <go...@golang.org>
            Gerrit-CC: Jorropo <jorro...@gmail.com>
            Gerrit-CC: Yi Duan <joyboya...@gmail.com>
            Gerrit-Attention: Michael Pratt <mpr...@google.com>
            unsatisfied_requirement
            open
            diffy

            Yi Duan (Gerrit)

            unread,
            Feb 14, 2025, 5:14:21 AMFeb 14
            to Gerrit Bot, goph...@pubsubhelper.golang.org, Go LUCI, Michael Pratt, Ian Lance Taylor, Jorropo, Gopher Robot, golang-co...@googlegroups.com
            Attention needed from Ian Lance Taylor, Jorropo and Michael Pratt

            Yi Duan added 4 comments

            File src/plugin/plugin_dlopen.go
            Line 147, Patchset 6: //go:linkname pluginsMu plugin.pluginsMu
            Michael Pratt . unresolved

            We never had a linkname on pluginsMu. Does sonic need this? If so, how did sonic work with 1.23?

            Yi Duan

            It can work before. But we found it may cause data-race when using go/pluing and sonic together recently...That's why we want to use this lock to avoid the concurrently-register-moduledata problem

            File src/runtime/stubs.go
            Line 324, Patchset 6://go:linkname morestack_noctxt runtime.morestack_noctxt
            Michael Pratt . resolved

            The target name is not necessary.

            ```suggestion
            //go:linkname morestack_noctxt
            ```

            Yi Duan

            Acknowledged

            File src/runtime/symtab.go
            Line 494, Patchset 6://go:linkname lastmoduledatap runtime.lastmoduledatap
            Michael Pratt . resolved

            ```suggestion
            //go:linkname lastmoduledatap
            ```

            Yi Duan

            Acknowledged

            Line 614, Patchset 6://go:linkname moduledataverify1 runtime.moduledataverify1
            Michael Pratt . resolved

            ```suggestion
            //go:linkname moduledataverify1
            ```

            Yi Duan

            Acknowledged

            Open in Gerrit

            Related details

            Attention is currently required from:
            • Ian Lance Taylor
            • Jorropo
            • Michael Pratt
            Submit Requirements:
            • requirement is not satisfiedCode-Review
            • requirement is not satisfiedNo-Unresolved-Comments
            • requirement is not satisfiedReview-Enforcement
            • requirement is not satisfiedTryBots-Pass
            Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
            Gerrit-MessageType: comment
            Gerrit-Project: go
            Gerrit-Branch: master
            Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
            Gerrit-Change-Number: 648537
            Gerrit-PatchSet: 7
            Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
            Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
            Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
            Gerrit-CC: Gopher Robot <go...@golang.org>
            Gerrit-CC: Jorropo <jorro...@gmail.com>
            Gerrit-CC: Yi Duan <joyboya...@gmail.com>
            Gerrit-Attention: Michael Pratt <mpr...@google.com>
            Gerrit-Attention: Ian Lance Taylor <ia...@golang.org>
            Gerrit-Attention: Jorropo <jorro...@gmail.com>
            Gerrit-Comment-Date: Fri, 14 Feb 2025 10:14:15 +0000
            Gerrit-HasComments: Yes
            Gerrit-Has-Labels: No
            Comment-In-Reply-To: Michael Pratt <mpr...@google.com>
            unsatisfied_requirement
            open
            diffy

            Yi Duan (Gerrit)

            unread,
            Feb 14, 2025, 5:14:55 AMFeb 14
            to Gerrit Bot, goph...@pubsubhelper.golang.org, Go LUCI, Michael Pratt, Ian Lance Taylor, Jorropo, Gopher Robot, golang-co...@googlegroups.com
            Attention needed from Ian Lance Taylor, Jorropo and Michael Pratt

            Yi Duan added 1 comment

            File src/plugin/plugin_dlopen.go
            Line 147, Patchset 6: //go:linkname pluginsMu plugin.pluginsMu
            Michael Pratt . resolved

            We never had a linkname on pluginsMu. Does sonic need this? If so, how did sonic work with 1.23?

            Yi Duan

            It can work before. But we found it may cause data-race when using go/pluing and sonic together recently...That's why we want to use this lock to avoid the concurrently-register-moduledata problem

            Yi Duan

            Done

            Open in Gerrit

            Related details

            Attention is currently required from:
            • Ian Lance Taylor
            • Jorropo
            • Michael Pratt
            Submit Requirements:
              • requirement is not satisfiedCode-Review
              • requirement satisfiedNo-Unresolved-Comments
              • requirement is not satisfiedReview-Enforcement
              • requirement is not satisfiedTryBots-Pass
              Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
              Gerrit-MessageType: comment
              Gerrit-Project: go
              Gerrit-Branch: master
              Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
              Gerrit-Change-Number: 648537
              Gerrit-PatchSet: 7
              Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
              Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
              Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
              Gerrit-CC: Gopher Robot <go...@golang.org>
              Gerrit-CC: Jorropo <jorro...@gmail.com>
              Gerrit-CC: Yi Duan <joyboya...@gmail.com>
              Gerrit-Attention: Michael Pratt <mpr...@google.com>
              Gerrit-Attention: Ian Lance Taylor <ia...@golang.org>
              Gerrit-Attention: Jorropo <jorro...@gmail.com>
              Gerrit-Comment-Date: Fri, 14 Feb 2025 10:14:48 +0000
              Gerrit-HasComments: Yes
              Gerrit-Has-Labels: No
              Comment-In-Reply-To: Michael Pratt <mpr...@google.com>
              Comment-In-Reply-To: Yi Duan <joyboya...@gmail.com>
              unsatisfied_requirement
              satisfied_requirement
              open
              diffy

              Gerrit Bot (Gerrit)

              unread,
              Feb 14, 2025, 6:36:16 AMFeb 14
              to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
              Attention needed from Ian Lance Taylor, Jorropo and Michael Pratt

              Gerrit Bot uploaded new patchset

              Gerrit Bot uploaded patch set #8 to this change.
              Open in Gerrit

              Related details

              Attention is currently required from:
              • Ian Lance Taylor
              • Jorropo
              • Michael Pratt
              Submit Requirements:
              • requirement is not satisfiedCode-Review
              • requirement satisfiedNo-Unresolved-Comments
              • requirement is not satisfiedReview-Enforcement
              • requirement is not satisfiedTryBots-Pass
              Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
              Gerrit-MessageType: newpatchset
              Gerrit-Project: go
              Gerrit-Branch: master
              Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
              Gerrit-Change-Number: 648537
              Gerrit-PatchSet: 8
              unsatisfied_requirement
              satisfied_requirement
              open
              diffy

              Michael Pratt (Gerrit)

              unread,
              Feb 14, 2025, 11:50:31 AMFeb 14
              to Gerrit Bot, goph...@pubsubhelper.golang.org, Go LUCI, Michael Pratt, Ian Lance Taylor, Yi Duan, Jorropo, Gopher Robot, golang-co...@googlegroups.com
              Attention needed from Ian Lance Taylor and Jorropo

              Michael Pratt added 1 comment

              File src/plugin/plugin_dlopen.go
              Line 147, Patchset 6: //go:linkname pluginsMu plugin.pluginsMu
              Michael Pratt . unresolved

              We never had a linkname on pluginsMu. Does sonic need this? If so, how did sonic work with 1.23?

              Yi Duan

              It can work before. But we found it may cause data-race when using go/pluing and sonic together recently...That's why we want to use this lock to avoid the concurrently-register-moduledata problem

              Yi Duan

              Done

              Michael Pratt

              Please open a new issue to discuss this and remove from this CL. Since this is a completely new linkname it is out of scope for this CL, which is just restoring linknames that existed previously.

              Open in Gerrit

              Related details

              Attention is currently required from:
              • Ian Lance Taylor
              • Jorropo
              Submit Requirements:
                • requirement is not satisfiedCode-Review
                • requirement is not satisfiedNo-Unresolved-Comments
                • requirement is not satisfiedReview-Enforcement
                • requirement is not satisfiedTryBots-Pass
                Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
                Gerrit-MessageType: comment
                Gerrit-Project: go
                Gerrit-Branch: master
                Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
                Gerrit-Change-Number: 648537
                Gerrit-PatchSet: 8
                Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
                Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
                Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
                Gerrit-CC: Gopher Robot <go...@golang.org>
                Gerrit-CC: Jorropo <jorro...@gmail.com>
                Gerrit-CC: Yi Duan <joyboya...@gmail.com>
                Gerrit-Attention: Ian Lance Taylor <ia...@golang.org>
                Gerrit-Attention: Jorropo <jorro...@gmail.com>
                Gerrit-Comment-Date: Fri, 14 Feb 2025 16:50:25 +0000
                unsatisfied_requirement
                open
                diffy

                Gerrit Bot (Gerrit)

                unread,
                Feb 16, 2025, 10:54:44 AMFeb 16
                to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
                Attention needed from Ian Lance Taylor, Jorropo and Michael Pratt

                Gerrit Bot uploaded new patchset

                Gerrit Bot uploaded patch set #9 to this change.
                Open in Gerrit

                Related details

                Attention is currently required from:
                • Ian Lance Taylor
                • Jorropo
                • Michael Pratt
                Submit Requirements:
                • requirement is not satisfiedCode-Review
                • requirement is not satisfiedNo-Unresolved-Comments
                • requirement is not satisfiedReview-Enforcement
                • requirement is not satisfiedTryBots-Pass
                Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
                Gerrit-MessageType: newpatchset
                Gerrit-Project: go
                Gerrit-Branch: master
                Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
                Gerrit-Change-Number: 648537
                Gerrit-PatchSet: 9
                Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
                Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
                Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
                Gerrit-CC: Gopher Robot <go...@golang.org>
                Gerrit-CC: Jorropo <jorro...@gmail.com>
                Gerrit-CC: Yi Duan <joyboya...@gmail.com>
                Gerrit-Attention: Michael Pratt <mpr...@google.com>
                unsatisfied_requirement
                open
                diffy

                Yi Duan (Gerrit)

                unread,
                Feb 16, 2025, 11:21:53 AMFeb 16
                to Gerrit Bot, goph...@pubsubhelper.golang.org, Go LUCI, Michael Pratt, Ian Lance Taylor, Jorropo, Gopher Robot, golang-co...@googlegroups.com
                Attention needed from Ian Lance Taylor, Jorropo and Michael Pratt

                Yi Duan added 1 comment

                File src/plugin/plugin_dlopen.go
                Line 147, Patchset 6: //go:linkname pluginsMu plugin.pluginsMu
                Michael Pratt . resolved

                We never had a linkname on pluginsMu. Does sonic need this? If so, how did sonic work with 1.23?

                Yi Duan

                It can work before. But we found it may cause data-race when using go/pluing and sonic together recently...That's why we want to use this lock to avoid the concurrently-register-moduledata problem

                Yi Duan

                Done

                Michael Pratt

                Please open a new issue to discuss this and remove from this CL. Since this is a completely new linkname it is out of scope for this CL, which is just restoring linknames that existed previously.

                Yi Duan

                Acknowledged

                Open in Gerrit

                Related details

                Attention is currently required from:
                • Ian Lance Taylor
                • Jorropo
                • Michael Pratt
                Submit Requirements:
                  • requirement is not satisfiedCode-Review
                  • requirement satisfiedNo-Unresolved-Comments
                  • requirement is not satisfiedReview-Enforcement
                  • requirement is not satisfiedTryBots-Pass
                  Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
                  Gerrit-MessageType: comment
                  Gerrit-Project: go
                  Gerrit-Branch: master
                  Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
                  Gerrit-Change-Number: 648537
                  Gerrit-PatchSet: 9
                  Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
                  Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
                  Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
                  Gerrit-CC: Gopher Robot <go...@golang.org>
                  Gerrit-CC: Jorropo <jorro...@gmail.com>
                  Gerrit-CC: Yi Duan <joyboya...@gmail.com>
                  Gerrit-Attention: Michael Pratt <mpr...@google.com>
                  Gerrit-Attention: Ian Lance Taylor <ia...@golang.org>
                  Gerrit-Attention: Jorropo <jorro...@gmail.com>
                  Gerrit-Comment-Date: Sun, 16 Feb 2025 16:21:45 +0000
                  unsatisfied_requirement
                  satisfied_requirement
                  open
                  diffy

                  Michael Pratt (Gerrit)

                  unread,
                  Feb 18, 2025, 11:04:20 AMFeb 18
                  to Gerrit Bot, goph...@pubsubhelper.golang.org, Michael Pratt, Go LUCI, Ian Lance Taylor, Yi Duan, Jorropo, Gopher Robot, golang-co...@googlegroups.com
                  Attention needed from Ian Lance Taylor and Jorropo

                  Michael Pratt voted Code-Review+2

                  Code-Review+2
                  Open in Gerrit

                  Related details

                  Attention is currently required from:
                  • Ian Lance Taylor
                  • Jorropo
                  Submit Requirements:
                  • requirement satisfiedCode-Review
                  • requirement satisfiedNo-Unresolved-Comments
                  • requirement is not satisfiedReview-Enforcement
                  • requirement is not satisfiedTryBots-Pass
                  Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
                  Gerrit-MessageType: comment
                  Gerrit-Project: go
                  Gerrit-Branch: master
                  Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
                  Gerrit-Change-Number: 648537
                  Gerrit-PatchSet: 9
                  Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
                  Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
                  Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
                  Gerrit-CC: Gopher Robot <go...@golang.org>
                  Gerrit-CC: Jorropo <jorro...@gmail.com>
                  Gerrit-CC: Yi Duan <joyboya...@gmail.com>
                  Gerrit-Attention: Ian Lance Taylor <ia...@golang.org>
                  Gerrit-Attention: Jorropo <jorro...@gmail.com>
                  Gerrit-Comment-Date: Tue, 18 Feb 2025 16:04:16 +0000
                  Gerrit-HasComments: No
                  Gerrit-Has-Labels: Yes
                  satisfied_requirement
                  unsatisfied_requirement
                  open
                  diffy

                  Ian Lance Taylor (Gerrit)

                  unread,
                  Feb 18, 2025, 12:46:03 PMFeb 18
                  to Gerrit Bot, goph...@pubsubhelper.golang.org, Michael Pratt, Go LUCI, Ian Lance Taylor, Yi Duan, Jorropo, Gopher Robot, golang-co...@googlegroups.com
                  Attention needed from Ian Lance Taylor and Jorropo

                  Ian Lance Taylor voted and added 1 comment

                  Votes added by Ian Lance Taylor

                  Auto-Submit+1
                  Code-Review+2
                  Commit-Queue+1

                  1 comment

                  Patchset-level comments
                  Ian Lance Taylor . resolved

                  Related details

                  Attention is currently required from:
                  • Ian Lance Taylor
                  • Jorropo
                  Submit Requirements:
                    • requirement satisfiedCode-Review
                    • requirement satisfiedNo-Unresolved-Comments
                    • requirement satisfiedReview-Enforcement
                    • requirement is not satisfiedTryBots-Pass
                    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
                    Gerrit-MessageType: comment
                    Gerrit-Project: go
                    Gerrit-Branch: master
                    Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
                    Gerrit-Change-Number: 648537
                    Gerrit-PatchSet: 9
                    Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
                    Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
                    Gerrit-Reviewer: Ian Lance Taylor <ia...@google.com>
                    Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
                    Gerrit-CC: Gopher Robot <go...@golang.org>
                    Gerrit-CC: Jorropo <jorro...@gmail.com>
                    Gerrit-CC: Yi Duan <joyboya...@gmail.com>
                    Gerrit-Attention: Ian Lance Taylor <ia...@golang.org>
                    Gerrit-Attention: Jorropo <jorro...@gmail.com>
                    Gerrit-Comment-Date: Tue, 18 Feb 2025 17:45:58 +0000
                    Gerrit-HasComments: Yes
                    Gerrit-Has-Labels: Yes
                    satisfied_requirement
                    unsatisfied_requirement
                    open
                    diffy

                    Gopher Robot (Gerrit)

                    unread,
                    Feb 18, 2025, 1:24:04 PMFeb 18
                    to Gerrit Bot, goph...@pubsubhelper.golang.org, golang-...@googlegroups.com, Go LUCI, Michael Pratt, Ian Lance Taylor, Yi Duan, Jorropo, golang-co...@googlegroups.com

                    Gopher Robot submitted the change

                    Unreviewed changes

                    9 is the latest approved patch-set.
                    No files were changed between the latest approved patch-set and the submitted one.

                    Change information

                    Commit message:
                    runtime: add some linknames back for `github.com/bytedance/sonic`

                    Add some linknames back, therefore sonic (github.com/bytedance/sonic) can work correctly.

                    Fixes #71672
                    Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
                    GitHub-Last-Rev: 4de0a4871766f9e7763394fdcdcaa9d683e97987
                    GitHub-Pull-Request: golang/go#71673
                    Reviewed-by: Michael Pratt <mpr...@google.com>
                    Auto-Submit: Ian Lance Taylor <ia...@google.com>
                    Reviewed-by: Ian Lance Taylor <ia...@google.com>
                    Files:
                    • M src/runtime/stubs.go
                    • M src/runtime/symtab.go
                    Change size: S
                    Delta: 2 files changed, 32 insertions(+), 1 deletion(-)
                    Branch: refs/heads/master
                    Submit Requirements:
                    • requirement satisfiedCode-Review: +2 by Ian Lance Taylor, +2 by Michael Pratt
                    • requirement satisfiedTryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI
                    Open in Gerrit
                    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
                    Gerrit-MessageType: merged
                    Gerrit-Project: go
                    Gerrit-Branch: master
                    Gerrit-Change-Id: Iae86c837d8a714855106a26766aa08b128e17e58
                    Gerrit-Change-Number: 648537
                    Gerrit-PatchSet: 11
                    Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
                    Gerrit-Reviewer: Gopher Robot <go...@golang.org>
                    Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
                    Gerrit-Reviewer: Ian Lance Taylor <ia...@google.com>
                    Gerrit-Reviewer: Michael Pratt <mpr...@google.com>
                    open
                    diffy
                    satisfied_requirement
                    Reply all
                    Reply to author
                    Forward
                    0 new messages