Re: [PATCH v4 1/2] arm64: Apply overrides to CPU local capabilities
From: Fuad Tabba
Date: Thu Aug 27 2026 - 05:02:17 EST
Hi Catalin,
On Wed, 26 Aug 2026 at 14:47, Catalin Marinas <catalin.marinas@xxxxxxx> wrote:
...
> For completeness, we should add:
>
> Fixes: b3341ae0efa2 ("arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()")
Ack
...
> > + /* Apply the overrides */
> > + new = override_cpu_ftr_reg(reg, new);
>
> Not sure we need this. The init value has already been clamped, made
> safe, so it won't change the result.
I'll fix both on the respin. I'll wait to see if Will or anyone else
has further comments before doing that.
> Otherwise:
>
> Reviewed-by: Catalin Marinas <catalin.marinas@xxxxxxx>
Thanks for the reviews!
/fuad