Re: [PATCH v3 05/21] selftests/resctrl: Return if resctrl file system is not supported

2020-10-27 Thread Shuah Khan
On 10/20/20 5:51 PM, Fenghua Yu wrote: check_resctrlfs_support() checks if the platform supports resctrl file system or not by looking for resctrl in /proc/filesystems and returns a boolean value. The main function of resctrl test suite calls check_resctrlfs_support() but forgets to check for it'

[PATCH v3 05/21] selftests/resctrl: Return if resctrl file system is not supported

2020-10-20 Thread Fenghua Yu
check_resctrlfs_support() checks if the platform supports resctrl file system or not by looking for resctrl in /proc/filesystems and returns a boolean value. The main function of resctrl test suite calls check_resctrlfs_support() but forgets to check for it's return value. This means that resctrl t