On Fri, 29 May 2026 17:19:48 +0800 Cheng Nie <[email protected]> wrote:
> DamosFilter stores memcg_path for sysfs staging, but the constructor > assigns it with a trailing comma and therefore turns it into a tuple. > > Fix the assignment so memcg_path is stored as the intended string. > This makes memcg filter staging and follow-up validation use the > written path correctly. Nice catch, thank you! > > Signed-off-by: Cheng Nie <[email protected]> Reviewed-by: SeongJae Park <[email protected]> Thanks, SJ [...]

