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 <[email protected]>
A little bit after the party, but as requested: Tested-by: Alexandre Courbot <[email protected]> (made sure probe succeeded on Turing/Ampere/Blackwell).
