All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] signal and wait ioctl fixes
@ 2026-02-24  9:11 Sunil Khatri
  2026-02-24  9:11 ` [PATCH v5 1/4] drm/amdgpu/userq: initialize gobj_read/write in amdgpu_userq_signal_ioctl Sunil Khatri
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Sunil Khatri @ 2026-02-24  9:11 UTC (permalink / raw)
  To: Alex Deucher, Christian König, Tvrtko Ursulin; +Cc: amd-gfx, Sunil Khatri

v5:
Only patch 4/4 is updated:
Removed the syncobj_timeline_points as its not needed and also its not
not count but a VA.


Sunil Khatri (4):
  drm/amdgpu/userq: initialize gobj_read/write in
    amdgpu_userq_signal_ioctl
  drm/amdgpu/userq: initialize gobj_read/write in
    amdgpu_userq_wait_ioctl
  drm/amdgpu: add upper bound check on user inputs in signal ioctl
  drm/amdgpu: add upper bound check on user inputs in wait ioctl

 drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-02-24 15:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-24  9:11 [PATCH v5 0/4] signal and wait ioctl fixes Sunil Khatri
2026-02-24  9:11 ` [PATCH v5 1/4] drm/amdgpu/userq: initialize gobj_read/write in amdgpu_userq_signal_ioctl Sunil Khatri
2026-02-24  9:28   ` Christian König
2026-02-24 12:50     ` Khatri, Sunil
2026-02-24 12:57       ` Christian König
2026-02-24 14:16         ` Alex Deucher
2026-02-24  9:11 ` [PATCH v5 2/4] drm/amdgpu/userq: initialize gobj_read/write in amdgpu_userq_wait_ioctl Sunil Khatri
2026-02-24  9:11 ` [PATCH v5 3/4] drm/amdgpu: add upper bound check on user inputs in signal ioctl Sunil Khatri
2026-02-24  9:11 ` [PATCH v5 4/4] drm/amdgpu: add upper bound check on user inputs in wait ioctl Sunil Khatri
2026-02-24 15:06   ` Alex Deucher

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.