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

fix(gramine): maybe fix problem with golang netpollBreak #54

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

haraldh
Copy link
Collaborator

@haraldh haraldh commented Aug 8, 2024

Old golang uses pipes for netpoll. And occasionally -EACCES was seen with golang netpollBreak writing to a non-blocking pipe.

Old golang uses pipes for netpoll. And occasionally -EACCES was seen
with golang `netpollBreak` writing to a non-blocking pipe.

Signed-off-by: Harald Hoyer <[email protected]>
@haraldh haraldh requested a review from a team as a code owner August 8, 2024 12:19
@haraldh haraldh enabled auto-merge August 8, 2024 12:23
@haraldh haraldh merged commit b080c32 into main Aug 8, 2024
4 checks passed
@haraldh haraldh deleted the gramine-pipes branch August 8, 2024 12:34
haraldh added a commit to matter-labs/teepot that referenced this pull request Aug 8, 2024
- Updated the flake.lock for nixsgx dependency with new revision to get a patched gramine
  matter-labs/nixsgx#54

- Enabled `sys.insecure__allow_eventfd` to support recent golang changes in the `netpoll` implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants