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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 25 Mar 2016 06:11:00 +0000 (GMT)
From:	Dave Airlie <airlied@...ux.ie>
To:	torvalds@...ux-foundation.org
cc:	DRI mailing list <dri-devel@...ts.freedesktop.org>,
	linux-kernel@...r.kernel.org
Subject: [git pull] drm fixes


Hi Linus,

Just a couple of dma-buf related fixes and some amdgpu fixes,
along with a regression fix for radeon off but default feature,
but makes my 30" monitor happy again.

Dave.

The following changes since commit 568d7c764ae01f3706085ac8f0d8a8ac7e826bd7:

  drm/amdgpu: release_pages requires linux/pagemap.h (2016-03-21 13:22:52 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux drm-next

for you to fetch changes up to 4604202ca8d2a5e33b4bca0812b5d92975ed1bd8:

  Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next (2016-03-25 16:02:06 +1000)

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: clean up path handling for powerplay

Andrzej Hajda (2):
      drm/atomic: use helper to get crtc state
      drm/atmel-hlcdc: use helper to get crtc state

Chris Wilson (1):
      dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()

Christian König (3):
      dma-buf/fence: fix fence_is_later v2
      drm/amdgpu: Revert "remove the userptr rmn->lock"
      drm/amdgpu: add invalidate_page callback for userptrs

Colin Ian King (1):
      drm/amd/powerplay: fix memory leak of tdp_table

Daniel Vetter (1):
      dma-buf: Update docs for SYNC ioctl

Dave Airlie (4):
      drm/radeon/mst: fix regression in lane/link handling.
      drm/radeon/mst: cleanup code indentation
      Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-intel into drm-next
      Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next

Luis de Bethencourt (1):
      drm: remove excess description

 Documentation/dma-buf-sharing.txt                  |  11 +-
 drivers/dma-buf/dma-buf.c                          |  19 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c             | 120 +++++++++++++++------
 drivers/gpu/drm/amd/powerplay/Makefile             |  14 +--
 .../amd/powerplay/hwmgr/tonga_processpptables.c    |   4 +-
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c    |   2 +-
 drivers/gpu/drm/drm_atomic.c                       |   1 -
 drivers/gpu/drm/drm_atomic_helper.c                |  14 +--
 drivers/gpu/drm/i915/i915_gem_dmabuf.c             |  15 +--
 drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c          |   5 +-
 drivers/gpu/drm/radeon/radeon_dp_mst.c             |  22 ++--
 drivers/gpu/drm/udl/udl_fb.c                       |   4 +-
 drivers/staging/android/ion/ion.c                  |   6 +-
 include/linux/dma-buf.h                            |   6 +-
 include/linux/fence.h                              |   2 +-
 15 files changed, 147 insertions(+), 98 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ