Commit bcc44b6785f2 for kernel
commit bcc44b6785f216eb939226ade6e3910baa30516b
Merge: 3f008280327b 5fb210754ed6
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Fri Aug 7 15:45:51 2026 -0700
Merge tag 'drm-fixes-2026-08-08' of https://gitlab.freedesktop.org/drm/kernel
Pull drm fixes from Dave Airlie:
"Weekly fixes for drm, feels relatively quiet for the post-AI world,
mostly amdgpu and xe with a few fixes across the board:
shmem:
- check VMA boundaries for PMD mappings
xe:
- Fix memory leak in exec_queue_set_hang_replay_state
- Apply RCS/CCS yield policy to SR-IOV VFs
amdgpu:
- JPEG queue reset fixes
- GC 12 fix
- GMC 12.1 fixes
- Lockdep false positive fix
- Userq fix
- Bounds checking fixes
- Devcoredump fixes
- DCN 2.0.1 fix
- Aperture mapping fix
- DC avmute fix
- DC self refresh fix
radeon:
- Performance regression fix
panthor:
- skip zero sized firmware segments
- check VMA boundaries for PMD mappings
bridge:
- ps8640: propagate AUX transfer register errors
amdxdna:
- Improve error handling in amdxdna_insert_pages.
v3d:
- serialise scheduler timeouts"
* tag 'drm-fixes-2026-08-08' of https://gitlab.freedesktop.org/drm/kernel: (26 commits)
drm/amd/display: allow self-refresh exit while entry is blocked
drm/amdgpu: fix aperture iounmap skipped on device removal
drm/amd/display: Check for tg ops in dce110_set_avmute
Revert "drm/amdgpu: fix aperture mapping leak"
drm/radeon: restore hardware polling in fence_is_signaled to fix performance regression
drm/amd: Disable DP audio spread spectrum for Cyan Skillfish
drm/amdgpu/gmc12.1: fix MMHUB0 check in pasid tlb flush
drm/amdgpu: Allocate coredump ring buffers per ring
drm/amdgpu: Use virtual alloc during coredump
drm/amdgpu: reject oversized IBs with per-ring packet limits
drm/amdgpu/userq: serialize queue map against GPU reset
drm/amdgpu: Fix lockdep false positive in amdgpu_lockdep_init
drm/amdgpu/gmc12.1: implement tlb inv semaphore
drm/amdgpu: read TRUNCATE_COORD_MODE on gfx12
drm/amdgpu: fix JPEG v5.3.0 queue reset failure in DPG mode
drm/amdgpu: fix JPEG v4.0.5 queue reset failure in DPG mode
drm/amdgpu: fix JPEG v5.0.0 queue reset failure in DPG mode
drm/panthor: Check VMA boundaries for PMD mappings
drm/xe/uc: Apply RCS/CCS yield policy to SR-IOV VFs
drm/xe: Fix memory leak in exec_queue_set_hang_replay_state()
...