Skip to content
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

unix: fix epoll_event padding on riscv64 #40

Closed
wants to merge 1 commit into from

Conversation

tonistiigi
Copy link
Contributor

@tonistiigi tonistiigi commented Aug 11, 2019

No description provided.

@gopherbot
Copy link

This PR (HEAD: a28d41c) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/sys/+/189877 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

Message from Joel Sing:

Patch Set 1: Code-Review+1

Nice find!


Please don’t reply on this GitHub thread. Visit golang.org/cl/189877.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Tobias Klauser:

Patch Set 1: Run-TryBot+1

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/189877.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Gobot Gobot:

Patch Set 1:

TryBots beginning. Status page: https://farmer.golang.org/try?commit=4aade5cd


Please don’t reply on this GitHub thread. Visit golang.org/cl/189877.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Gobot Gobot:

Patch Set 1: TryBot-Result+1

TryBots are happy.


Please don’t reply on this GitHub thread. Visit golang.org/cl/189877.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

This PR (HEAD: 3302142) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/sys/+/189877 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

Message from Tobias Klauser:

Patch Set 2:

You'll also need to adjust the PR text to remove the Signed-off-by line in the Gerrit CL (see https://github.com/golang/go/wiki/GerritBot#how-does-gerritbot-determine-the-final-commit-message)


Please don’t reply on this GitHub thread. Visit golang.org/cl/189877.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Tõnis Tiigi:

Patch Set 2:

Patch Set 2:

You'll also need to adjust the PR text to remove the Signed-off-by line in the Gerrit CL (see https://github.com/golang/go/wiki/GerritBot#how-does-gerritbot-determine-the-final-commit-message)

I already did. The msg is updated in the source but seems the bot doesn't pick it up.


Please don’t reply on this GitHub thread. Visit golang.org/cl/189877.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Tobias Klauser:

Patch Set 2:

Patch Set 2:

Patch Set 2:

You'll also need to adjust the PR text to remove the Signed-off-by line in the Gerrit CL (see https://github.com/golang/go/wiki/GerritBot#how-does-gerritbot-determine-the-final-commit-message)

I already did. The msg is updated in the source but seems the bot doesn't pick it up.

On #40 I still see the Signed-off-by line in the PR description (not the commit message). You'll also need to remove it from there due to Gerrit taking the PR title and description for the git commit message (somewhat weird, I know).


Please don’t reply on this GitHub thread. Visit golang.org/cl/189877.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Tobias Klauser:

Patch Set 3: Run-TryBot+1 Code-Review+2

Thank you!


Please don’t reply on this GitHub thread. Visit golang.org/cl/189877.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Gobot Gobot:

Patch Set 3:

TryBots beginning. Status page: https://farmer.golang.org/try?commit=4ce1e0b5


Please don’t reply on this GitHub thread. Visit golang.org/cl/189877.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Gobot Gobot:

Patch Set 3: TryBot-Result+1

TryBots are happy.


Please don’t reply on this GitHub thread. Visit golang.org/cl/189877.
After addressing review feedback, remember to publish your drafts!

gopherbot pushed a commit that referenced this pull request Aug 12, 2019
Change-Id: I88bccf0e671d350f8f57ac4d277adf4081054729
GitHub-Last-Rev: 3302142
GitHub-Pull-Request: #40
Reviewed-on: https://go-review.googlesource.com/c/sys/+/189877
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
@gopherbot
Copy link

This PR is being closed because golang.org/cl/189877 has been merged.

@carlosedp
Copy link
Contributor

Guys, can this be backported to release-branch.go1.13 ?

@bradfitz
Copy link
Contributor

You use x/sys/unix from a release branch?

@carlosedp
Copy link
Contributor

Actually K8s pin some dependencies by branch so when they move to Go 1.13, they move to the release-1.13 branch of x/sys.

Ref. kubernetes/kubernetes#82349 (comment)

@bradfitz
Copy link
Contributor

@gopherbot, please backport.

/cc @tklauser

@bradfitz
Copy link
Contributor

Actually this is already on the Go 1.13 release branch:

https://go.googlesource.com/sys/+log/refs/heads/release-branch.go1.13

(3rd one down)

@carlosedp
Copy link
Contributor

Oh, my bad. I don't know how I missed it looking thru the commits. Sorry Brad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants