mbox series

[v3,0/3] udmabuf: misc fixes.

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

Message

Gerd Hoffmann Sept. 12, 2018, 6:33 a.m. UTC
v3: pushed first batch of fixes to drm-misc-next.
    documentation fix.
    two new patches adding sanity checks.
v2: review updates, add three new patches.

Gerd Hoffmann (3):
  udmabuf: add documentation
  udmabuf: check that __pad is zero
  udmabuf: check that flags has no unsupported bits set

 include/uapi/linux/udmabuf.h         | 51 +++++++++++++++++++++++++++++++++---
 drivers/dma-buf/udmabuf.c            |  5 ++++
 Documentation/driver-api/dma-buf.rst |  8 ++++++
 3 files changed, 61 insertions(+), 3 deletions(-)