On Thu, Jul 17, 2025 at 10:48:08AM +0200, Thomas Weißschuh wrote: > The KUnit UAPI infrastructure starts userspace processes. > As it should be able to be built as a module, export the necessary symbols. > > Signed-off-by: Thomas Weißschuh <thomas.weisssc...@linutronix.de>
No. This is just plain wrong. This is way too low-level; teach kernel/umh.c to provide what you need, but do *not* add more kernel_execve() callers. And the situation with ramfs needs cleaning up, but "export put_filesystem()" is not a solution.