Displaying 1 result from an estimated 1 matches for "6c1cd97bda".
2019 Feb 08
0
[PATCH] drm/virtio: do NOT reuse resource ids
Bisected guest kernel changes crashing qemu. Landed at
"6c1cd97bda drm/virtio: fix resource id handling". Looked again, and
noticed we where not only leaking *some* ids, but *all* ids. The old
code never ever called virtio_gpu_resource_id_put().
So, commit 6c1cd97bda effectively makes the linux kernel starting
re-using IDs after releasing them, and apparen...