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:	Tue, 12 Oct 2010 21:51:19 +0100 (IST)
From:	Dave Airlie <airlied@...ux.ie>
To:	torvalds@...ux-foundation.org
cc:	linux-kernel@...r.kernel.org,
	DRI mailing list <dri-devel@...ts.freedesktop.org>
Subject: [git pull] drm fixes


I was going to leave these for stable, but really they should go in now.

The unmappable VRAM fixes a problem on evergreen cards in 2.6.36, we end 
up giving out memory past what the CPU can see and we get SIGBUS in 
userspace, this is because we don't have support for GPU to move memory 
around on evergreen until patches queued for 2.6.37. This patch just 
limits the VRAM when we don't have any in-kernel gpu copy code.

There are two other minor evergreen fixes, and two not so useful output 
removed patches.

Dave.


The following changes since commit 85a331881dd52a93e7d4c57bcaf5486cc8718465:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (2010-10-09 12:06:26 -0700)

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 (3):
      drm/radeon/kms: leave certain CP int bits enabled
      drm/radeon/kms: make TV/DFP table info less verbose
      drm/radeon/kms: fix bad cast/shift in evergreen.c

Jean Delvare (1):
      drm/radeon/kms: Silent spurious error message

Jerome Glisse (1):
      drm/radeon/kms: avoid corner case issue with unmappable vram V2

 drivers/gpu/drm/radeon/evergreen.c       |    5 +++--
 drivers/gpu/drm/radeon/r100.c            |    3 +++
 drivers/gpu/drm/radeon/r600.c            |    4 +++-
 drivers/gpu/drm/radeon/r600_blit_kms.c   |    2 ++
 drivers/gpu/drm/radeon/radeon.h          |    1 +
 drivers/gpu/drm/radeon/radeon_atombios.c |   18 +++++++++---------
 drivers/gpu/drm/radeon/radeon_combios.c  |   26 +++++++++++++-------------
 drivers/gpu/drm/radeon/radeon_object.c   |    2 +-
 drivers/gpu/drm/radeon/radeon_object.h   |    5 +----
 drivers/gpu/drm/radeon/rs600.c           |    1 +
 drivers/gpu/drm/radeon/rs690.c           |    1 +
 drivers/gpu/drm/radeon/rv770.c           |    2 ++
 12 files changed, 40 insertions(+), 30 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