On Thu, Mar 19, 2020 at 10:32:25AM +0100, Jiri Slaby wrote:
On 05. 03. 20, 2:32, Gurchetan Singh wrote:
A resource will be a shmem based resource or a (planned) vram based resource, so it makes sense to factor out common fields (resource handle, dumb).
v2: move mapped field to shmem object
Hi,
I bisected the slab-out-of-bounds below to this patch. Is it known?
No. I suspect sizeof(virtio_gpu_object) instead of sizeof(virtio_gpu_object_shmem) for allocation, I'll have a look ...
cheers, Gerd