Re: [PATCH v7 0/4] gpu: nova-core: run unload sequence upon unbinding

From: Alexandre Courbot

Date: Fri May 29 2026 - 09:07:40 EST


On Fri May 29, 2026 at 8:15 PM JST, Danilo Krummrich wrote:
> On Fri May 29, 2026 at 9:33 AM CEST, Alexandre Courbot wrote:
>> Alexandre Courbot (4):
>> gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
>> gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
>> gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
>> gpu: nova-core: gsp: run the unload bundle if Gsp::boot() fails
>
> Reviewed-by: Danilo Krummrich <dakr@xxxxxxxxxx>
>
> NIT: There's a few places with Result<()> instead of just Result that could be
> cleaned up (including the moved code).

Oops, I don't know why I always write them this way. I've fixed locally
and will apply upon push if a v8 is not needed, thanks!