Searched hist:"0 d45c83b95da414e98ad333e723141a94f6e2c64" (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/resctrl/ |
H A D | mba_test.c | diff 0d45c83b95da414e98ad333e723141a94f6e2c64 Wed Feb 15 14:06:00 CET 2023 Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> selftests/resctrl: Check for return value after write_schemata()
MBA test case writes schemata but it does not check if the write is successful or not.
Add the error check and return error properly.
Fixes: 01fee6b4d1f9 ("selftests/resctrl: Add MBA test") Co-developed-by: Fenghua Yu <fenghua.yu@intel.com> Signed-off-by: Fenghua Yu <fenghua.yu@intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Reviewed-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
|