Re: [PATCH v2] perf: arm64: Sync ESR_ELx_EC_* macros in arm64_exception_types.h with esr.h

From: Leo Yan
Date: Fri Aug 29 2025 - 09:24:46 EST


On Fri, Aug 22, 2025 at 11:58:56PM +0900, Yunseong Kim wrote:
> Update perf util arm64_exception_types.h to match the exception class
> macros defined in tools/arch/arm64/include/asm/esr.h. This ensures
> consistency between perf tooling and the kernel header definitions for
> ESR_ELx_EC_* values.
>
> In v2, ESR_ELx_EC_OTHER and ESR_ELx_EC_GCS, which were missing in v1, were
> included.
>
> Signed-off-by: Yunseong Kim <ysk@xxxxxxxxxxx>

Reviewed-by: Leo Yan <leo.yan@xxxxxxx>