Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2024-02-22: A list handling fix and 64bit division on 32bit platform fix for the drm/buddy allocator, a cast warning and an initialization fix for nouveau, a bridge handling fix for meson, an initialisation fix for ivpu, a SPARC build fix for fbdev, a double-free fix for ttm, and two fence handling fixes for syncobj. The following changes since commit a64056bb5a3215bd31c8ce17d609ba0f4d5c55ea: drm/tests/drm_buddy: add alloc_contiguous test (2024-02-14 15:22:21 +0100) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2024-02-22 for you to fetch changes up to 2aa6f5b0fd052e363bb9d4b547189f0bf6b3d6d3: drm/syncobj: handle NULL fence in syncobj_eventfd_entry_func (2024-02-22 13:52:52 +0100) ---------------------------------------------------------------- A list handling fix and 64bit division on 32bit platform fix for the drm/buddy allocator, a cast warning and an initialization fix for nouveau, a bridge handling fix for meson, an initialisation fix for ivpu, a SPARC build fix for fbdev, a double-free fix for ttm, and two fence handling fixes for syncobj. ---------------------------------------------------------------- Andrzej Kacprowski (1): accel/ivpu: Don't enable any tiles by default on VPU40xx Arnd Bergmann (1): nouveau: fix function cast warnings Arunpravin Paneer Selvam (1): drm/buddy: Modify duplicate list_splice_tail call Dan Carpenter (1): drm/nouveau/mmu/r535: uninitialized variable in r535_bar_new_() Erik Kurzinger (2): drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is set drm/syncobj: handle NULL fence in syncobj_eventfd_entry_func Javier Martinez Canillas (1): sparc: Fix undefined reference to fb_is_primary_device Martin Blumenstingl (1): drm/meson: Don't remove bridges which are created by other drivers Matthew Auld (1): drm/tests/drm_buddy: fix 32b build Thomas Hellström (1): drm/ttm: Fix an invalid freeing on already freed page in error path arch/sparc/Makefile | 2 +- arch/sparc/video/Makefile | 2 +- drivers/accel/ivpu/ivpu_hw_40xx.c | 2 +- drivers/gpu/drm/drm_buddy.c | 4 ++-- drivers/gpu/drm/drm_syncobj.c | 19 ++++++++++++++++--- drivers/gpu/drm/meson/meson_encoder_cvbs.c | 1 - drivers/gpu/drm/meson/meson_encoder_dsi.c | 1 - drivers/gpu/drm/meson/meson_encoder_hdmi.c | 1 - drivers/gpu/drm/nouveau/nvkm/subdev/bar/r535.c | 5 ++--- drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 8 +++++++- drivers/gpu/drm/tests/drm_buddy_test.c | 16 ++++++++-------- drivers/gpu/drm/ttm/ttm_pool.c | 2 +- 12 files changed, 39 insertions(+), 24 deletions(-)