On Sat, Mar 07, 2026 at 03:00:09AM -0600, Nicholas Sielicki wrote: > Previously, the only way for userspace to inspect the symbol > namespaces a module imports is to locate the .ko on disk and invoke > modinfo(8) to decompress/parse the metadata. The kernel validated > namespaces at load time, but it was otherwise discarded. > > Add /sys/module/*/import_ns to expose imported namespaces for > currently loaded modules. The file contains one namespace per line and > only exists for modules that import at least one namespace.
What I'm missing here is why users would care about this?

