mbox series

[00/10] udmabuf: misc fixes.

Message ID 20180911065921.23818-1-kraxel@redhat.com (mailing list archive)
Headers show
Series udmabuf: misc fixes. | expand

Message

Gerd Hoffmann Sept. 11, 2018, 6:59 a.m. UTC
Gerd Hoffmann (10):
  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

 drivers/dma-buf/udmabuf.c | 84 +++++++++++++++++++++++++----------------------
 drivers/dma-buf/Kconfig   |  1 +
 2 files changed, 46 insertions(+), 39 deletions(-)