-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime/cgo: provide backward compatibility with old glibc for cgo #67328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: 70c56b5) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/585019. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from li Fubang: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from li Fubang: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
70c56b5
to
c8f6049
Compare
This PR (HEAD: c8f6049) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/585019. Important tips:
|
Message from Cherry Mui: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from Ian Lance Taylor: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from Michael Pratt: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from li Fubang: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from li Fubang: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from li Fubang: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
c8f6049
to
ec1a751
Compare
This PR (HEAD: ec1a751) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/585019. Important tips:
|
Message from li Fubang: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from li Fubang: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from li Fubang: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from Ian Lance Taylor: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from li Fubang: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from li Fubang: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from Ian Lance Taylor: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from li Fubang: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from Ian Lance Taylor: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
ec1a751
to
282553a
Compare
Message from li Fubang: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
This PR (HEAD: 282553a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/585019. Important tips:
|
282553a
to
bc9b87d
Compare
This PR (HEAD: bc9b87d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/585019. Important tips:
|
Message from li Fubang: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from Ian Lance Taylor: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
bc9b87d
to
27655c7
Compare
This PR (HEAD: 27655c7) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/585019. Important tips:
|
Fixes: golang#65625 Before go1.22, the example in golang#65625 can be run successfully, though the core issue is in old version glibc, but it will be better to provide this backward compatibility to let people can upgrade to go 1.22+. Signed-off-by: lifubang <[email protected]>
27655c7
to
3942e29
Compare
Message from li Fubang: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
This PR (HEAD: 3942e29) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/585019. Important tips:
|
Message from Cherry Mui: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Message from li Fubang: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/585019. |
Fixes: #65625