-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
syscall: don't change local limit if prlimit used for another process #67185
Conversation
This PR (HEAD: 1b3357b) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/583299. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
This PR (HEAD: 840b5e2) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/583299. Important tips:
|
Message from li Fubang: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Ian Lance Taylor: Patch Set 3: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Fixes: golang#67184 Signed-off-by: lifubang <[email protected]>
This PR (HEAD: 4ec35da) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/583299. Important tips:
|
This PR (HEAD: 3eb44a4) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/583299. Important tips:
|
Message from li Fubang: Patch Set 5: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Ian Lance Taylor: Patch Set 6: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
This PR (HEAD: a80aa21) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/583299. Important tips:
|
Message from li Fubang: Patch Set 7: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Ian Lance Taylor: Patch Set 7: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
This PR (HEAD: 565a905) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/583299. Important tips:
|
Message from li Fubang: Patch Set 8: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Ian Lance Taylor: Patch Set 8: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Go LUCI: Patch Set 8: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-08T19:55:53Z","revision":"cc5b83468bc70f342456c96b3c5b2a9f166993f5"} Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Ian Lance Taylor: Patch Set 8: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Go LUCI: Patch Set 8: This CL has failed the run. Reason: Tryjob golang/try/gotip-linux-amd64 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/583299. |
Message from Go LUCI: Patch Set 8: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Ian Lance Taylor: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
This PR (HEAD: b2bec2a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/583299. Important tips:
|
Message from li Fubang: Patch Set 9: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Ian Lance Taylor: Patch Set 9: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Go LUCI: Patch Set 9: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-09T04:56:44Z","revision":"b73d11759a12b5ed5337d34163e8b78cd564703f"} Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Ian Lance Taylor: Patch Set 9: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Go LUCI: Patch Set 9: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Go LUCI: Patch Set 9: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Ian Lance Taylor: Patch Set 9: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Signed-off-by: lifubang <[email protected]>
This PR (HEAD: 5eabc76) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/583299. Important tips:
|
Message from li Fubang: Patch Set 10: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Ian Lance Taylor: Patch Set 10: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Go LUCI: Patch Set 10: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-10T20:59:53Z","revision":"1294a3f1b8b64dce6e77dcfbfe89c11528eb5e5e"} Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Ian Lance Taylor: Patch Set 10: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Go LUCI: Patch Set 10: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
Message from Go LUCI: Patch Set 10: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/583299. |
This PR is being closed because golang.org/cl/583299 has been merged. |
Fixes: #67184 Change-Id: Ibdf3810cbba30ae29f466f7f95f357e8512f228b GitHub-Last-Rev: 5eabc76 GitHub-Pull-Request: #67185 Reviewed-on: https://go-review.googlesource.com/c/go/+/583299 Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
Fixes: #67184