Re: [PATCH v3 5/7] gpu: nova-core: transition gen_bootloader to TLV images

Timur Tabi <[email protected]> Thu, 9 Jul 2026 22:44:24 +0000
Newsgroups dev.linux.lists.nova-gpu,dev.linux.lists.driver-core,org.kernel.vger.rust-for-linux
Message-ID <[email protected]>
On Thu, 2026-07-09 at 15:41 -0700, John Hubbard wrote:
> I'd suggest keeping it simple and clear: the spec requires VERS tags,
> and the driver rejects TLVs that don't comply.
> 
> If someone creates TLVs without following the spec, then that's
> just...well, I don't know what it is, but it's wrong and we don't
> have to care about it.

Ok, I'll add a VERS check in the constructor, and maybe a dev_dbg! as well.