Hi Dave, Daniel, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-02-09: A fix for a circular refcounting in drm/client, one for a memory leak in amdgpu and a virtio fence fix when interrupted The following changes since commit a3ee9e0b57f8ecca02d1c16fad4941e09bfe2941: drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during disable (2023-02-01 11:41:15 +0100) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-02-09 for you to fetch changes up to 85e26dd5100a182bf8448050427539c0a66ab793: drm/client: fix circular reference counting issue (2023-02-07 09:42:56 +0100) ---------------------------------------------------------------- A fix for a circular refcounting in drm/client, one for a memory leak in amdgpu and a virtio fence fix when interrupted ---------------------------------------------------------------- Bert Karwatzki (1): drm/amdgpu: fix memory leak in amdgpu_cs_sync_rings Christian König (1): drm/client: fix circular reference counting issue Ryan Neph (1): drm/virtio: exbuf->fence_fd unmodified on interrupted wait drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 5 ++++- drivers/gpu/drm/drm_client.c | 33 ++++++++++++++++++++------------- drivers/gpu/drm/virtio/virtgpu_ioctl.c | 5 +---- include/drm/drm_client.h | 5 ----- include/uapi/drm/virtgpu_drm.h | 1 + 5 files changed, 26 insertions(+), 23 deletions(-)