You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gVisor Development [Public]
Hey!
I noticed that the issue for userfaultfd has been open for a pretty long time (https://github.com/google/gvisor/issues/266). We're currently in the process of migrating from VMs to containers and want to use gvisor, but we depend on this syscall.
Are there any plans to take another look at it? If not, I'm willing to take a look at it. It seems like the main issue is that you'd need to validate the process has access to the region it's trying to register + implementing the ioctl calls to set the permissions. Is there something major I'm missing?
Thanks!
Andrei Vagin
unread,
Jun 17, 2025, 1:10:04 PMJun 17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Brian Model, gVisor Development [Public]
Hi Brian,
We don't have any plans for userfaultfd, so we don't mind if someone
else implements it. I think your basic understanding is right, but
there might be more details you'll figure out once you start working
on it.