Re: [PATCH v5 1/7] fs/resctrl: Tidy up the error path in resctrl_mkdir_event_configs()
From: Reinette Chatre
Date: Mon May 04 2026 - 12:05:05 EST
Hi Ben,
On 4/28/26 6:04 AM, Ben Horgan wrote:
> The error path in resctrl_mkdir_event_configs() is unnecessarily
> complicated. Simplify it to just return directly on error.
>
> Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>
> Signed-off-by: Ben Horgan <ben.horgan@xxxxxxx>
resctrl's MAINTAINERS entry recently received a "Subsystem Profile"
entry to make it clear that resctrl follows the rules in the tip
tree handbook. This is required since resctrl fs patches flow
via the tip tree.
For a smooth merge we should thus aim to follow the tip rules and
for commit tag ordering this means the "Reviewed-by" tag follows
the "Signed-off-by" tag. For reference, "Ordering of commit tags"
in Documentation/process/maintainer-tip.rst
Reinette