Hi Dave, Daniel, Here are a few lates fixes for drm-misc-fixes. Obviously, it's not going to make it into 5.4, but it'd be great if they were in the upcoming PR. Thanks! Maxime drm-misc-fixes-2019-11-25: - A fix for a memory leak in the dma-buf support - One in mcde DSI support that leads to a pointer dereference The following changes since commit 0b8e7bbde5e7e2c419567e1ee29587dae3b78ee3: drm/sun4i: tcon: Set min division of TCON0_DCLK to 1. (2019-11-13 15:20:33 +0100) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-11-25 for you to fetch changes up to 6645d42d79d33e8a9fe262660a75d5f4556bbea9: dma-buf: Fix memory leak in sync_file_merge() (2019-11-25 10:21:33 +0100) ---------------------------------------------------------------- - A fix for a memory leak in the dma-buf support - One in mcde DSI support that leads to a pointer dereference ---------------------------------------------------------------- Navid Emamdoost (1): dma-buf: Fix memory leak in sync_file_merge() Stephan Gerhold (1): drm/mcde: dsi: Fix invalid pointer dereference if panel cannot be found drivers/dma-buf/sync_file.c | 2 +- drivers/gpu/drm/mcde/mcde_dsi.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-)