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:	Wed, 20 Apr 2011 01:31:24 +0100 (IST)
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 (radeon + nouveau)


Hi Linus,

Couple of radeon fixes and a few nouveau fixes, one for a memory 
corruption due to how the notifier was allocated.

Dave.

The following changes since commit 2582b6efceb43dce63b4a1090d289934067a972d:

  Revert "i915: restore only the mode of this driver on lastclose" (2011-04-13 09:20:24 +1000)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes

Alex Deucher (4):
      drm/radeon/kms: fix bad shift in atom iio table parser
      drm/radeon/kms: add connectors even if i2c fails
      drm/radeon/kms: adjust evergreen display watermark setup
      drm/radeon/kms: pll tweaks for r7xx

Ben Skeggs (4):
      drm/nouveau: split ramin_lock into two locks, one hardirq safe
      drm/nouveau: fix nv30 pcie boards
      drm/nouveau: populate ttm_alloced with false, when it's not
      drm/nouveau: fix pinning of notifier block

Dave Airlie (1):
      Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next into drm-fixes

Marcin Slusarz (2):
      drm/nouveau: fix notifier memory corruption bug
      drm/nouveau: fix allocation of notifier object

 drivers/gpu/drm/nouveau/nouveau_dma.c      |    2 +-
 drivers/gpu/drm/nouveau/nouveau_drv.h      |    3 +
 drivers/gpu/drm/nouveau/nouveau_fbcon.c    |    4 +-
 drivers/gpu/drm/nouveau/nouveau_mem.c      |    2 +-
 drivers/gpu/drm/nouveau/nouveau_notifier.c |   11 ++-
 drivers/gpu/drm/nouveau/nouveau_object.c   |   10 ++-
 drivers/gpu/drm/nouveau/nouveau_sgdma.c    |    5 +-
 drivers/gpu/drm/nouveau/nouveau_state.c    |    1 +
 drivers/gpu/drm/nouveau/nv50_instmem.c     |   10 ++-
 drivers/gpu/drm/nouveau/nv50_vm.c          |    5 +-
 drivers/gpu/drm/nouveau/nvc0_vm.c          |    5 +-
 drivers/gpu/drm/radeon/atom.c              |    6 +-
 drivers/gpu/drm/radeon/atombios_crtc.c     |    6 +--
 drivers/gpu/drm/radeon/evergreen.c         |   89 ++++++++++++++--------------
 drivers/gpu/drm/radeon/radeon_connectors.c |   29 ++++-----
 drivers/gpu/drm/radeon/radeon_i2c.c        |    6 ++
 16 files changed, 102 insertions(+), 92 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