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?

Reply via email to