All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Fixes for dma-buf locking issues found by Smatch
@ 2022-10-26 22:46 ` Dmitry Osipenko
  0 siblings, 0 replies; 16+ messages in thread
From: Dmitry Osipenko @ 2022-10-26 22:46 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Sumit Semwal,
	Thomas Zimmermann, Christian König, David Airlie,
	Daniel Vetter, noralf, Dan Carpenter
  Cc: linux-kernel, dri-devel

Hello,

Here are the two patches fixing minor problems introduced by my
"dma-buf locking convention" series. Thanks to Dan Carpenter who
checked linux-next with Smatch and reported the found issues!

Please review/ack, I'll apply the patches to misc-next afterwards.

Thanks!

Dmitry Osipenko (2):
  dma-buf: Make locking consistent in dma_buf_detach()
  drm/gem: Check whether object is NULL in drm_gem_vunmap()

 drivers/dma-buf/dma-buf.c | 3 ++-
 drivers/gpu/drm/drm_gem.c | 9 ++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

-- 
2.37.3


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

end of thread, other threads:[~2022-10-27 10:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26 22:46 [PATCH v1 0/2] Fixes for dma-buf locking issues found by Smatch Dmitry Osipenko
2022-10-26 22:46 ` Dmitry Osipenko
2022-10-26 22:46 ` [PATCH v1 1/2] dma-buf: Make locking consistent in dma_buf_detach() Dmitry Osipenko
2022-10-26 22:46   ` Dmitry Osipenko
2022-10-27  6:13   ` Christian König
2022-10-27  6:13     ` Christian König
2022-10-27 10:34     ` Dmitry Osipenko
2022-10-27 10:34       ` Dmitry Osipenko
2022-10-26 22:46 ` [PATCH v1 2/2] drm/gem: Check whether object is NULL in drm_gem_vunmap() Dmitry Osipenko
2022-10-26 22:46   ` Dmitry Osipenko
2022-10-27  6:17   ` Christian König
2022-10-27  6:17     ` Christian König
2022-10-27  7:28     ` Dan Carpenter
2022-10-27  7:28       ` Dan Carpenter
2022-10-27  7:40       ` Christian König
2022-10-27  7:40         ` Christian König

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.