Re: [PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums

From: Marc Zyngier
Date: Fri Jun 27 2025 - 09:23:27 EST


On Thu, 26 Jun 2025 21:04:38 +0100,
Colton Lewis <coltonlewis@xxxxxxxxxx> wrote:
>
> There's no reason Enums shouldn't be equivalent to UnsignedEnums and
> explicitly specify they are unsigned. This will avoid the annoyance I
> had with HPMN0.

And randomly break unsuspecting cases for which a value is neither
signed not unsigned, but an actual *enumeration*.

If you have issues with HPMN0, start by explaining those, because
ranting in a commit message doesn't help much.

M.

--
Without deviation from the norm, progress is not possible.