]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'drm-misc-fixes-2026-07-09' of https://gitlab.freedesktop.org/drm/misc...
authorDave Airlie <airlied@redhat.com>
Fri, 10 Jul 2026 03:03:14 +0000 (13:03 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 10 Jul 2026 03:03:15 +0000 (13:03 +1000)
commit7978a34fd6e4eae91db0741b553e7682288d022c
tree7829e50ec6c98620859b0e4e35f28aabd807226b
parent58570ef9dc5d0b0465346883f492f12ea1c22369
parentcf385cf6e713eba0720651174dac0b2d2f5bb8f8
Merge tag 'drm-misc-fixes-2026-07-09' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes

drm-misc-fixes for v7.2-rc3:
- Fix uaf in amdxdna mmap failure path.
- A lot of deadlocks, access races and return value fixes in amdxdna.
- Fix analogix_dp bitshifts during link training.
- Use direct label in drm_exec.
- Fix absent indirect bo handling in v3d.
- Sync on first active crtc in fb_dirty, rather than first crtc.
- Rework try_harder in the buddy allocator.
- Make imagination function static to solve compiler warning.
- Fix imagination error checking.

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patch.msgid.link/71e5b48b-307f-47f5-8fd5-b60ea43e4196@linux.intel.com
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c