-
Notifications
You must be signed in to change notification settings - Fork 582
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
x/sys/unix/linux: update Linux kernel to v6.6 #178
Conversation
Update the Dockerfile to clone Linux v6.6 and commit the changes generated by GOOS=linux ./mkall.sh.
This PR (HEAD: b2a502f) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/538378. Important tips:
|
Message from Tobias Klauser: Patch Set 1: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/538378. |
Message from Tobias Klauser: Patch Set 1: Auto-Submit+1 Commit-Queue+1 Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/538378. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-10-31T09:46:57Z","revision":"9bc148b46d425fd266cf36f6a0cbb26cde0ff473"} Please don’t reply on this GitHub thread. Visit golang.org/cl/538378. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/538378. |
Message from Tobias Klauser: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/538378. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/538378. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/538378. |
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/538378. |
Message from Cherry Mui: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/538378. |
Update the Dockerfile to clone Linux v6.6 and commit the changes generated by GOOS=linux ./mkall.sh. Fixes golang/go#63833 Change-Id: I35e0b01598809d18e04b073ef1abd58ae936f43c GitHub-Last-Rev: b2a502f GitHub-Pull-Request: #178 Reviewed-on: https://go-review.googlesource.com/c/sys/+/538378 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
This PR is being closed because golang.org/cl/538378 has been merged. |
Update the Dockerfile to clone Linux v6.6 and commit the
changes generated by GOOS=linux ./mkall.sh.
Fixes golang/go#63833