Re: [PATCH v4 12/16] selftests/resctrl: Make some strings passed to resctrlfs functions const

From: Reinette Chatre
Date: Wed May 29 2024 - 13:47:23 EST


Hi Ilpo,

On 5/20/24 5:30 AM, Ilpo Järvinen wrote:
Control group, monitor group and resctrl_val are not mutated and
should not be mutated within resctrlfs.c functions.

Mark this by using const char * for the arguments.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
---

Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>

Reinette