Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Fix epoll_wait on aarch64 #7

Closed
wants to merge 1 commit into from

Conversation

hkominos
Copy link

@hkominos hkominos commented Oct 9, 2018

Epoll_wait fails sporadically on aarch64 depending
on the interupt received.This commit forces epoll_wait
to poll again if EINTR is received

Signed-off-by: Charalampos Kominos Charalampos.Kominos@enea.com
Signed-off-by: Tim Rozet trozet@redhat.com

Epoll_wait fails sporadically on aarch64 depending
on the interupt received.This commit forces epoll_wait
to poll again if EINTR is received

Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
Signed-off-by: Tim Rozet <trozet@redhat.com>
@runcom
Copy link
Collaborator

runcom commented Oct 9, 2018

thanks for this PR but it should be opened against the docker-1.13.1-rhel branch

@hkominos hkominos changed the base branch from master to docker-1.13.1-rhel October 9, 2018 14:52
@hkominos
Copy link
Author

hkominos commented Oct 9, 2018

Can this be also cherry picked to 1.13.1 ??

@runcom
Copy link
Collaborator

runcom commented Oct 9, 2018

the supported branches we use are just:

  • docker-1.13.1 -> this is for Fedora rpms
  • docker-1.13.1-rhel -> this is for RHEL/CentOS rpms
  • other branches (and tags) are not supported/maintained anymore

Could you open a PR against one of the two branches above and I'll cherry-pick to the other once merged?

@hkominos
Copy link
Author

hkominos commented Oct 9, 2018

Sure.
I opened one for 1.13.1 as well.
For this one I moved the base to docker-1.13.1-rhel.

@runcom
Copy link
Collaborator

runcom commented Oct 9, 2018

I've manually picked your commit into docker-1.13.1-rhel, thanks again!

@runcom runcom closed this Oct 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants