mbox

[GIT,PULL] : dma-buf updates for 3.9

Message ID CAO_48GG2T1owdCPdmArG0ZY_SbBk5JwSu4a9O20qGvYfEObLhA@mail.gmail.com
State Accepted
Headers show

Pull-request

git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git

Message

Sumit Semwal Feb. 27, 2013, 10:16 a.m. UTC
Hi Linus,

Here's the 3.9 pull request for dma-buf framework updates: could you
please pull?

Thanks and best regards,
~Sumit.


The following changes since commit d895cb1af15c04c522a25c79cc429076987c089b:

  Merge branch 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2013-02-26
20:16:07 -0800)

are available in the git repository at:


  git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
tags/tag-for-linus-3.9

for you to fetch changes up to 495c10cc1c0c359871d5bef32dd173252fc17995:

  CHROMIUM: dma-buf: restore args on failure of dma_buf_mmap
(2013-02-27 15:14:02 +0530)

----------------------------------------------------------------
3.9: dma-buf updates
Refcounting implemented for vmap in core dma-buf

----------------------------------------------------------------
Daniel Vetter (1):
      dma-buf: implement vmap refcounting in the interface logic

John Sheu (1):
      CHROMIUM: dma-buf: restore args on failure of dma_buf_mmap

 Documentation/dma-buf-sharing.txt |    6 +++-
 drivers/base/dma-buf.c            |   66 ++++++++++++++++++++++++++++++-------
 include/linux/dma-buf.h           |    4 ++-
 3 files changed, 63 insertions(+), 13 deletions(-)