google / gvisor

Application Kernel for Containers

Home Page:https://gvisor.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syscall docs reporting based on vfs1

ianlewis opened this issue · comments

Description

I believe that the syscall docs at https://gvisor.dev/docs/user_guide/compatibility/linux/amd64/ are still reporting based on support in vfs1. This should be switched over to vfs2 since that's the default now.

For example, renameat2 should be implemented but is listed as unimplemented.

A friendly reminder that this issue had no activity for 120 days.

We should probably fix this, since this is on our website and makes the compatibility issue appear worse than it really is.

Pretty sure this is fixed by ed35016 since we don't even have syscall tables for vfs1 anymore.