lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAO_48GGXBNLqW8cBpAekzVQV8xZ_pLugg7uVaB+dXN4jLEE+iw@mail.gmail.com>
Date:	Mon, 26 Mar 2012 16:11:24 +0530
From:	Sumit Semwal <sumit.semwal@...aro.org>
To:	torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org,
	DRI mailing list <dri-devel@...ts.freedesktop.org>,
	linaro-mm-sig@...ts.linaro.org, linux-media@...r.kernel.org
Cc:	Jesse Barker <jesse.barker@...aro.org>, akpm@...ux-foundation.org,
	Daniel Vetter <daniel@...ll.ch>, Arnd Bergmann <arnd@...db.de>,
	Dave Airlie <airlied@...ux.ie>
Subject: [GIT PULL]: dma-buf updates for 3.4

Hi Linus,

Could you please pull the dma-buf updates for 3.4? This includes the
following key items:

- kernel cpu access support,
- flag-passing to dma_buf_fd,
- relevant Documentation updates, and
- some minor cleanups and fixes.

These changes are needed for the drm prime/dma-buf interface code that
Dave Airlie plans to submit in this merge window.

Thanks, and best regards,
~Sumit.

The following changes since commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7:

  Linux 3.3 (2012-03-18 16:15:34 -0700)

are available in the git repository at:
  git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git for-linus-3.4

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 (2):
      dma-buf: add dma_data_direction to unmap dma_buf_op
      dma-buf: correct dummy function declarations.

 Documentation/dma-buf-sharing.txt |  120 ++++++++++++++++++++++++++-
 drivers/base/dma-buf.c            |  165 +++++++++++++++++++++++++++++++------
 include/linux/dma-buf.h           |   97 +++++++++++++++++++--
 3 files changed, 345 insertions(+), 37 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ