Re: [PATCH v5 13/22] gpu: nova-core: vbios: store PMU lookup entries in a KVVec
From: Danilo Krummrich
Date: Mon May 25 2026 - 10:29:11 EST
On 5/25/26 3:57 PM, Eliot Courtney wrote:
> - table_data: KVec<u8>,
> + entries: KVVec<PmuLookupTableEntry>,
Here an in at least one other place the patch series changes kmalloc() to
kvmalloc(). Do we really expect this to potentially exceed KMALLOC_MAX_SIZE?