All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] drm/panthor: Misc fixes
@ 2025-10-31 15:48 Boris Brezillon
  2025-10-31 15:48 ` [PATCH v1 1/4] drm/panthor: Fix UAF on kernel BO VA nodes Boris Brezillon
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Boris Brezillon @ 2025-10-31 15:48 UTC (permalink / raw)
  To: Boris Brezillon, Steven Price, Liviu Dudau, Adrián Larumbe
  Cc: dri-devel, Lars-Ivar Hesselberg Simonsen, kernel

Hello,

This is a set of fixes for bugs I ran into while looking at [1].
Hopefully that's enough to recover from AS_ACTIVE bit stuck
situations, but it'd be good to understand why the MMU block is
completely blocked in some cases and try to come up with better
mitigations than a full GPU reset.

Regards,

Boris

[1]https://gitlab.freedesktop.org/panfrost/linux/-/issues/57

Boris Brezillon (4):
  drm/panthor: Fix UAF on kernel BO VA nodes
  drm/panthor: Add support for atomic page table updates
  drm/panthor: Make panthor_vm_[un]map_pages() more robust
  drm/panthor: Relax check in panthor_sched_pre_reset()

 drivers/gpu/drm/panthor/panthor_gem.c   |  14 +-
 drivers/gpu/drm/panthor/panthor_mmu.c   | 250 +++++++++++++-----------
 drivers/gpu/drm/panthor/panthor_sched.c |   2 -
 3 files changed, 141 insertions(+), 125 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-11-17 11:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31 15:48 [PATCH v1 0/4] drm/panthor: Misc fixes Boris Brezillon
2025-10-31 15:48 ` [PATCH v1 1/4] drm/panthor: Fix UAF on kernel BO VA nodes Boris Brezillon
2025-11-03 11:10   ` Liviu Dudau
2025-11-03 14:34   ` Liviu Dudau
2025-10-31 15:48 ` [PATCH v1 2/4] drm/panthor: Add support for atomic page table updates Boris Brezillon
2025-11-07 16:26   ` Steven Price
2025-11-07 17:14     ` Boris Brezillon
2025-10-31 15:48 ` [PATCH v1 3/4] drm/panthor: Make panthor_vm_[un]map_pages() more robust Boris Brezillon
2025-11-03 21:00   ` Akash Goel
2025-11-04  7:43     ` Boris Brezillon
2025-10-31 15:48 ` [PATCH v1 4/4] drm/panthor: Relax check in panthor_sched_pre_reset() Boris Brezillon
2025-11-07 16:40   ` Steven Price
2025-11-12 12:47     ` Boris Brezillon
2025-11-17  9:49       ` Steven Price
2025-11-17 10:26         ` Boris Brezillon
2025-11-17 11:07           ` Steven Price

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.