Hello @Muhammad Usama Anjum Your understanding is correct. Kselftest is primarily used for testing user facing APIs from userspace, while Kunit is designed for testing kernel internals from kernelspace; Converting kselftests that load modules to test kernelspace into Kunit tests would ensure more accurate reporting and effective testing of kernel internals.