-
Notifications
You must be signed in to change notification settings - Fork 18k
internal/msan: add new package #64637
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
Conversation
8896a09
to
e64fa83
Compare
This PR (HEAD: e64fa83) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/548676. Important tips:
|
The internal/msan package contains helper functions for manually instrumenting code for the memory sanitizer. It exports the private msan routines in runtime uncoditionally, making the functions a no-op if the build flag "msan" is not present. For golang#64611
e64fa83
to
c32930f
Compare
Message from [email protected]: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
This PR (HEAD: c32930f) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/548676. Important tips:
|
This PR (HEAD: ac00e16) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/548676. Important tips:
|
Message from Austin Clements: Patch Set 3: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Cherry Mui: Patch Set 3: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Cherry Mui: Patch Set 3: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-01-29T19:58:49Z","revision":"2ef835f4d099b0e331094577502c752b362ae797"} Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Cherry Mui: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Go LUCI: Patch Set 3: This CL has failed the run. Reason: Tryjob golang/try/gotip-linux-arm64 has failed with summary (view all results): FAILURE
Tests failed. See all test results. Error: Links: Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Change-Id: Ia17d43fa26189110ebba32388e2bbb5aede430a1
This PR (HEAD: 84da740) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/548676. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Change-Id: I4a88d49272569a8fb9d1e9779ff390ba01f20e87
This PR (HEAD: 8d57d84) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/548676. Important tips:
|
This PR (HEAD: dcb3651) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/548676. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Mauri de Souza Meneguzzo: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Bryan Mills: Patch Set 6: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Go LUCI: Patch Set 6: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-02-08T21:52:20Z","revision":"c979bbca1e184f292465a59aaf1aac9463724ce2"} Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Cherry Mui: Patch Set 6: Code-Review+2 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Bryan Mills: Patch Set 6: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Go LUCI: Patch Set 6: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Go LUCI: Patch Set 6: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
This PR (HEAD: 517d50d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/548676. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
This PR (HEAD: 0a644bd) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/548676. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 8: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Go LUCI: Patch Set 8: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-02-16T23:26:58Z","revision":"c3d74525a55cabf688bcc1fc4be8db587e3fe185"} Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Mauri de Souza Meneguzzo: Patch Set 8: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Go LUCI: Patch Set 8: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Go LUCI: Patch Set 8: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
Message from Mauri de Souza Meneguzzo: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/548676. |
The internal/msan package contains helper functions for manually instrumenting code for the memory sanitizer. It exports the private msan routines in runtime unconditionally, making the functions a no-op if the build flag "msan" is not present. For #64611 Change-Id: If43f29e112ac79a47083c9dbdf2c61a0641e80b1 GitHub-Last-Rev: 0a644bd GitHub-Pull-Request: #64637 Reviewed-on: https://go-review.googlesource.com/c/go/+/548676 Reviewed-by: Austin Clements <[email protected]> Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
This PR is being closed because golang.org/cl/548676 has been merged. |
The internal/msan package contains helper functions for manually
instrumenting code for the memory sanitizer. It exports the private
msan routines in runtime unconditionally, making the functions a
no-op if the build flag "msan" is not present.
For #64611