Re: [PATCH v8 0/2] selftests: tmpfs: Add kselftest support

From: Shuah Khan
Date: Wed Jan 08 2025 - 18:31:19 EST


On 1/5/25 01:52, Shivam Chaudhary wrote:
This version 8 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.

This series of patch adds:


Applied to linux-kselftest next for Linux 6.14-rc1.

thanks,
-- Shuah