On Mon Jun 1, 2026 at 11:10 AM JST, Eliot Courtney wrote: > On Sun May 31, 2026 at 9:37 PM JST, Alexandre Courbot wrote: >> On Turing and Ampere, resetting the GSP involves running two firmware >> images: FWSEC-SB and Booter Unloader. They are independent from one >> another, and we should do whatever is possible to restore the GSP's >> unloaded state even if a failure occurs along the way. >> >> Thus, keep going and run Booter Unloader even if the execution of >> FWSEC-SB failed. >> >> Reported-by: Sashiko <[email protected]> >> Closes: >> https://sashiko.dev/#/patchset/20260529-nova-unload-v7-0-678f39209e00%40nvidia.com?part=3 >> Fixes: adb99ce3cc78 ("gpu: nova-core: run Booter Unloader and FWSEC-SB upon >> unbinding") >> Signed-off-by: Alexandre Courbot <[email protected]> >> --- > > It seems that in openrm and nouveau AFAICT these two cleanups are both > done regardless if either fails. > > Reviewed-by: Eliot Courtney <[email protected]> > > nit: it seems odd to me to log on fwsec-sb failure but not on booter > unloader failure.
Good point, let me add an `inspect_err` to the result of Booter Unloader as well.
