Hi Dave, Daniel, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2022-05-20: Fix for a memory leak in dp_mst, a (userspace) build fix for DMA_BUF_SET_NAME defines and a directory name generation fix for dmabuf stats The following changes since commit 6fed53de560768bde6d701a7c79c253b45b259e3: drm/vc4: hdmi: Fix build error for implicit function declaration (2022-05-12 11:01:19 +0200) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2022-05-20 for you to fetch changes up to 6e03b13cc7d9427c2c77feed1549191015615202: drm/dp/mst: fix a possible memory leak in fetch_monitor_name() (2022-05-17 15:56:18 -0400) ---------------------------------------------------------------- Fix for a memory leak in dp_mst, a (userspace) build fix for DMA_BUF_SET_NAME defines and a directory name generation fix for dmabuf stats ---------------------------------------------------------------- Charan Teja Kalla (1): dma-buf: ensure unique directory name for dmabuf stats Hangyu Hua (1): drm/dp/mst: fix a possible memory leak in fetch_monitor_name() Jérôme Pouiller (1): dma-buf: fix use of DMA_BUF_SET_NAME_{A,B} in userspace drivers/dma-buf/dma-buf.c | 8 ++++++++ drivers/gpu/drm/dp/drm_dp_mst_topology.c | 1 + include/uapi/linux/dma-buf.h | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-)