[PULL] drm-misc-fixes
Maarten Lankhorst <[email protected]>
| Newsgroups | org.freedesktop.lists.dri-devel,org.freedesktop.lists.intel-gfx,org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <[email protected]> |
Hi Dave, Sima,
Here's the pull request for v7.2-rc6!
Other maintainers are still out, so I'll followup with drm-misc-next once I applied the dmem cgroup eviction patch series.
Kind regards,
~Maarten Lankhorst
drm-misc-fixes-2026-08-06:
drm-misc-fixes for v7.2-rc6:
- panthor & shmem helpers: Check vma range inside pmd fault handler.
- panthor: handle empty firmware sections correctly.
- bridge/ps8640: Forward aux transfer errors.
- amdxdna: Improve error handling in amdxdna_insert_pages.
The following changes since commit d6c075f797a672a6e3bd2fd44aee713801698ec2:
accel/qaic: use sizeof(*trans_hdr) for transaction length check (2026-07-29 14:57:37 -0600)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2026-08-06
for you to fetch changes up to e0d2b5902c5c0d3943af95728753aae165ed1346:
drm/panthor: Check VMA boundaries for PMD mappings (2026-08-06 09:44:35 +0200)
----------------------------------------------------------------
drm-misc-fixes for v7.2-rc6:
- panthor & shmem helpers: Check vma range inside pmd fault handler.
- panthor: handle empty firmware sections correctly.
- bridge/ps8640: Forward aux transfer errors.
- amdxdna: Improve error handling in amdxdna_insert_pages.
----------------------------------------------------------------
Christian A. Ehrhardt (2):
drm/shmem_helper: Check VMA boundaries for PMD mappings
drm/panthor: Check VMA boundaries for PMD mappings
Lizhi Hou (2):
accel/amxdna: Fix page-insertion errors in amdxdna_insert_pages()
accel/amdxdna: Fix locally exploitable BUG_ON in amdxdna_insert_pages()
Maíra Canal (1):
drm/v3d: Serialize the scheduler timeout handlers
Osama Abdelkader (1):
drm/panthor: skip zero-sized firmware sections
Pengpeng Hou (1):
drm/bridge: ps8640: propagate AUX transfer register errors
drivers/accel/amdxdna/amdxdna_gem.c | 47 +++++++++++++++++++---------------
drivers/gpu/drm/bridge/parade-ps8640.c | 27 ++++++++++++++-----
drivers/gpu/drm/drm_gem_shmem_helper.c | 6 ++++-
drivers/gpu/drm/panthor/panthor_fw.c | 3 +++
drivers/gpu/drm/panthor/panthor_gem.c | 6 ++++-
drivers/gpu/drm/v3d/v3d_drv.h | 6 +++++
drivers/gpu/drm/v3d/v3d_sched.c | 9 ++++++-
7 files changed, 74 insertions(+), 30 deletions(-)