1/2
selftests: run tests on nommu architecture
Architectures lacks MMU doesn’t support fork(2) syscall and only vfork(2) is available with limitations. Thus, we cannot run kselftest on nommu architecture as is. This commit addresses this issue w
Architectures lacks MMU doesn’t support fork(2) syscall and only vfork(2) is available with limitations. Thus, we cannot run kselftest on nommu architecture as is. This commit addresses this issue w