Re: [PATCH v5 0/2] kselftest: tmpfs: Add ksft macros and skip if no root

2024-12-03 Thread Shuah Khan
On 11/12/24 07:30, Shivam Chaudhary wrote: This version 5 patch series replace direct error handling methods with ksft macros, which provide better reporting.Currently, when the tmpfs test runs, it does not display any output if it passes,and if it fails (particularly when not run as root),it sim

[PATCH v5 0/2] kselftest: tmpfs: Add ksft macros and skip if no root

2024-11-12 Thread Shivam Chaudhary
This version 5 patch series replace direct error handling methods with ksft macros, which provide better reporting.Currently, when the tmpfs test runs, it does not display any output if it passes,and if it fails (particularly when not run as root),it simply exits without any warning or message. Th