All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/panthor: Fix support for sync-only jobs
@ 2024-07-03  7:16 Boris Brezillon
  2024-07-03  7:16 ` [PATCH v2 1/2] drm/panthor: Don't check the array stride on empty uobj arrays Boris Brezillon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Boris Brezillon @ 2024-07-03  7:16 UTC (permalink / raw)
  To: Boris Brezillon, Steven Price, Liviu Dudau, Adrián Larumbe
  Cc: dri-devel, kernel

Hello,

Here are two relatively trivial fixes for bugs found while woking
on the Vulkan implementation, where NULL CS are needed to implement
VkQueue synchronization.

Regards,

Boris

v2:
- Fix a UAF bug in the second patch

Boris Brezillon (2):
  drm/panthor: Don't check the array stride on empty uobj arrays
  drm/panthor: Fix sync-only jobs

 drivers/gpu/drm/panthor/panthor_drv.c   |  6 ++--
 drivers/gpu/drm/panthor/panthor_sched.c | 44 ++++++++++++++++++-------
 include/uapi/drm/panthor_drm.h          |  5 +++
 3 files changed, 41 insertions(+), 14 deletions(-)

-- 
2.45.0


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

end of thread, other threads:[~2024-07-03  7:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03  7:16 [PATCH v2 0/2] drm/panthor: Fix support for sync-only jobs Boris Brezillon
2024-07-03  7:16 ` [PATCH v2 1/2] drm/panthor: Don't check the array stride on empty uobj arrays Boris Brezillon
2024-07-03  7:16 ` [PATCH v2 2/2] drm/panthor: Fix sync-only jobs Boris Brezillon
2024-07-03  7:47 ` [PATCH v2 0/2] drm/panthor: Fix support for " Boris Brezillon

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.