All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/13] udmabuf: misc fixes.
@ 2018-09-11 13:42 Gerd Hoffmann
  2018-09-11 13:42   ` Gerd Hoffmann
                   ` (12 more replies)
  0 siblings, 13 replies; 39+ messages in thread
From: Gerd Hoffmann @ 2018-09-11 13:42 UTC (permalink / raw)
  To: dri-devel; +Cc: laurent.pinchart, Gerd Hoffmann

v2: review updates, add three new patches.

Gerd Hoffmann (13):
  udmabuf: sort headers, drop uapi/ path prefix
  udmabuf: improve map_udmabuf error handling
  udmabuf: use pgoff_t for pagecount
  udmabuf: constify udmabuf_ops
  udmabuf: constify udmabuf_create args
  udmabuf: add MEMFD_CREATE dependency
  udmabuf: rework limits
  udmabuf: improve udmabuf_create error handling
  udmabuf: use EBADFD in case we didn't got a memfd
  udmabuf: use ENOTTY for invalid ioctls
  udmabuf: drop WARN_ON() check.
  udmabuf: use sizeof(variable) instead of sizeof(type)
  udmabuf: add documentation

 include/uapi/linux/udmabuf.h         | 50 +++++++++++++++++--
 drivers/dma-buf/udmabuf.c            | 93 +++++++++++++++++++-----------------
 Documentation/driver-api/dma-buf.rst |  8 ++++
 drivers/dma-buf/Kconfig              |  1 +
 4 files changed, 104 insertions(+), 48 deletions(-)

-- 
2.9.3

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2018-09-12 11:13 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-11 13:42 [PATCH v2 00/13] udmabuf: misc fixes Gerd Hoffmann
2018-09-11 13:42 ` [PATCH v2 01/13] udmabuf: sort headers, drop uapi/ path prefix Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 13:42 ` [PATCH v2 02/13] udmabuf: improve map_udmabuf error handling Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 13:42 ` [PATCH v2 03/13] udmabuf: use pgoff_t for pagecount Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 13:42 ` [PATCH v2 04/13] udmabuf: constify udmabuf_ops Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 13:42 ` [PATCH v2 05/13] udmabuf: constify udmabuf_create args Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 14:53   ` Laurent Pinchart
2018-09-11 14:53     ` Laurent Pinchart
2018-09-11 14:53     ` Laurent Pinchart
2018-09-11 13:42 ` [PATCH v2 06/13] udmabuf: add MEMFD_CREATE dependency Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 13:42 ` [PATCH v2 07/13] udmabuf: rework limits Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 13:42 ` [PATCH v2 08/13] udmabuf: improve udmabuf_create error handling Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 13:42 ` [PATCH v2 09/13] udmabuf: use EBADFD in case we didn't got a memfd Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 13:42 ` [PATCH v2 10/13] udmabuf: use ENOTTY for invalid ioctls Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 13:42 ` [PATCH v2 11/13] udmabuf: drop WARN_ON() check Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 15:07   ` Laurent Pinchart
2018-09-11 15:07     ` Laurent Pinchart
2018-09-11 15:07     ` Laurent Pinchart
2018-09-12  6:10     ` Gerd Hoffmann
2018-09-12  6:10       ` Gerd Hoffmann
2018-09-11 13:42 ` [PATCH v2 12/13] udmabuf: use sizeof(variable) instead of sizeof(type) Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 15:07   ` Laurent Pinchart
2018-09-11 15:07     ` Laurent Pinchart
2018-09-11 13:42 ` [PATCH v2 13/13] udmabuf: add documentation Gerd Hoffmann
2018-09-11 13:42   ` Gerd Hoffmann
2018-09-11 15:40   ` Randy Dunlap
2018-09-11 15:40     ` Randy Dunlap

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.