On Wed, 3 Jul 2024 at 01:46, Christian Brauner <brauner@xxxxxxxxxx> wrote: > > We've now added AT_EMPTY_PATH support with NULL names because we want to > allow that generically. But I clearly remember that this was requested > to make statx() work with these sandboxes. So the kernel has done its > part. Now it's for the sandbox to allow statx() with NULL paths and > AT_EMPTY_PATH but certainly not for the kernel to start reenabling old > system calls. Those old system calls are still used. Just enable them. statx isn't the promised land. Existing applications matter. And there is absolutely nothing wrong with plain old 'stat' (well, we call it "newstat" in the kernel for historical reasons) on 64-bit architectures. Honestly, 'statx' is disgusting. I don't understand why anybody pushes that thing that nobody actually uses or cares about. Linus