-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Complete the pidfd API #5839
Comments
some use cases are listed at oven-sh/bun#5803 (comment) I will start work on it |
This API has lots of surface area with various associated system calls. It would be good to enumerate them and to sort them by whether or not bun uses them. Might also be good to add a tests for the bun runtime, similar to our node runtime tests. |
Syscalls that are expected to be done are listed in the order of priorities:
|
It seems hard to believe that |
You can |
I didn't read into very details of their code base, as they said
from oven-sh/bun#6724 , they are working around the issue in a very similar way |
Another bun user hitting this issue: oven-sh/bun#16063 |
Description
Implement pidfd API for gVisor.
See https://lwn.net/Articles/794707/ for details
Is this feature related to a specific bug?
N/A
Do you have a specific solution in mind?
The text was updated successfully, but these errors were encountered: