Re: [PATCH v5 00/22] gpu: nova-core: vbios: harden various array accesses and refactor
From: Danilo Krummrich
Date: Mon May 25 2026 - 14:38:20 EST
On Mon May 25, 2026 at 3:57 PM CEST, Eliot Courtney wrote:
> We have some code that accesses arrays based on values from firmware.
> This patch series makes a bunch of those accesses more robust. This
> series only touches accesses that are not guaranteed to be safe by local
> invariants - some accesses are safe due to earlier checks and I haven't
> modified those.
>
> This series also refactors and removes some code that can be simplified.
> In particular, it removes `FwSecBiosBuilder`, removes unused fields,
> and moves type and constant definitions closer to their usages.
>
> Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>
Going to pick this up now, everything else should be easy to follow up
subsequently.
Thanks,
Danilo