Re: [PATCH v5 00/22] gpu: nova-core: vbios: harden various array accesses and refactor
From: Alexandre Courbot
Date: Mon May 25 2026 - 21:34:32 EST
On Mon May 25, 2026 at 10:57 PM JST, 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>
A little bit after the party, but as requested:
Tested-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
(made sure probe succeeded on Turing/Ampere/Blackwell).