Re: [PATCH v3] selftests: tmpfs: Add kselftest support to tmpfs

2024-10-28 Thread Shuah Khan
On 10/28/24 12:57, Shivam Chaudhary wrote: Add kselftest support for openat, linkat, unshare, mount tests You are combining a few too many changes in this patch. As such this patch doesn't add support for the above tests. Instead it changes the reporting to use ksft_* framework. - Replace di

[PATCH v3] selftests: tmpfs: Add kselftest support to tmpfs

2024-10-28 Thread Shivam Chaudhary
Add kselftest support for openat, linkat, unshare, mount tests - Replace direct error handling with 'ksft_test_result_*' , 'ksft_print_msg' macros for better reporting. - Add `ksft_print_header()` and `ksft_set_plan()` to structure test outputs more effectively. - Improve the test flow by add