Re: [PATCH v10 18/30] x86/resctrl: Fix types in resctrl_arch_mon_ctx_{alloc,free}() stubs

From: Reinette Chatre
Date: Thu May 08 2025 - 18:45:32 EST


Hi James,

On 5/8/25 10:18 AM, James Morse wrote:
> resctrl_arch_mon_ctx_alloc() and resctrl_arch_mon_ctx_free() take an enum
> resctrl_event_id that is al;ready defined in resctrl_types.h to be

al;ready -> already

> accessible to asm/resctrl.h.
>
> The x86 stubs take an int. Fix that.
>
> Signed-off-by: James Morse <james.morse@xxxxxxx>
> Tested-by: Babu Moger <babu.moger@xxxxxxx>
> Tested-by: Shaopeng Tan <tan.shaopeng@xxxxxxxxxxxxxx>
> ---

With typo fixed:

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

Reinette