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

2024-10-26 Thread Shuah Khan
On 10/26/24 13:16, Shivam Chaudhary wrote: Add kselftest support for open, linkat, unshare, mount tests - Replace direct error handling with `ksft_test_result_*` macros for better reporting of test outcomes. - Add `ksft_print_header()` and `ksft_set_plan()` to structure test outputs more

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

2024-10-26 Thread Shivam Chaudhary
Add kselftest support for open, linkat, unshare, mount tests - Replace direct error handling with `ksft_test_result_*` macros for better reporting of test outcomes. - Add `ksft_print_header()` and `ksft_set_plan()` to structure test outputs more effectively. - Introduce the helper function `

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

2024-10-24 Thread Shivam Chaudhary
Add kselftest support for open, linkat, unshare, mount tests - Replace direct error handling with `ksft_test_result_*` macros for better reporting of test outcomes. - Add `ksft_print_header()` and `ksft_set_plan()` to structure test outputs more effectively. - Introduce the helper function `