Re: [PATCH v3 17/70] nstree: add listns()
From: Askar Safin <hidden>
Date: 2025-10-29 07:52:35
Also in:
bpf, cgroups, linux-fsdevel, lkml
From: Askar Safin <hidden>
Date: 2025-10-29 07:52:35
Also in:
bpf, cgroups, linux-fsdevel, lkml
Christian Brauner [off-list ref]:
2. Incomplete - misses inactive namespaces that aren't attached to any running process but are kept alive by file descriptors, bind mounts, or parent namespace references
I don't like word "inactive" here. As well as I understand, it is used in a sense, which is different from later:
(3) Visibility:
- Only "active" namespaces are listed-- Askar Safin