Hello all,
I intend to send the pull request to Linus by Monday - the set below looks to me to be the current content that it'd have on top of 3.3. [You can view this in for-next branch at git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git]
I think I could take the userspace mmap patch if we reach a consensus on which one to take (Rob's?, Daniel's?) - I guess we are most likely to agree on Daniel's, with possibly the suggestion from Rob about including IOCTLS but leaving them out of dmabuf ops for this release.
Daniel, Rob: would you think I can have an agreed-upon patch by tomorrow afternoon? Then I could push it into for-next by tomorrow, and send a pull request by Monday?
Also, if you think I've missed out something, please let me know.
Daniel Vetter (3): dma-buf: don't hold the mutex around map/unmap calls dma-buf: add support for kernel cpu access dma_buf: Add documentation for the new cpu access support
Dave Airlie (1): dma-buf: pass flags into dma_buf_fd.
Laurent Pinchart (4): dma-buf: Constify ops argument to dma_buf_export() dma-buf: Remove unneeded sanity checks dma-buf: Return error instead of using a goto statement when possible dma-buf: Move code out of mutex-protected section in dma_buf_attach()
Rob Clark (2): dma-buf: add get_dma_buf() dma-buf: document fd flags and O_CLOEXEC requirement
Sumit Semwal (1): dma-buf: add dma_data_direction to unmap dma_buf_op