Adrian Warecki
Adrian Warecki
The non-privileged modules code should be executed in separate thread executed in userspace mode. This way the code and data owned by such module will be isolated from other non-privileged...
Remove redundant exports of internal module adapter functions. Loadable modules expose the module_interface interface, which is used by the module adapter. They do not need to call any module_adapter functions...
PR adds a thread handling ipc requests that calls module methods in the user context.