From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760215Ab0JGIpz (ORCPT ); Thu, 7 Oct 2010 04:45:55 -0400 Received: from gir.skynet.ie ([193.1.99.77]:33766 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760204Ab0JGIpx (ORCPT ); Thu, 7 Oct 2010 04:45:53 -0400 Date: Thu, 7 Oct 2010 09:45:41 +0100 (IST) From: Dave Airlie X-X-Sender: airlied@skynet.skynet.ie To: torvalds@linux-foundation.org cc: linux-kernel@vger.kernel.org, DRI mailing list Subject: Re: [git pull] drm fixes In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Slight update to fix a regression in one of the memory corruption fixes, we have another memory corruption myself/Keith are trying to track down, but laptops with 1.8" disks are defeating us, but its only in a rare unload case and may have been around for a while so it can probably live in -next and go in via stable. The following changes since commit e1d9694cae722d00a94fb58f901aa69c9c324a16: Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (2010-10-05 13:07:43 -0700) are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes Dave Airlie (1): drm: don't drop handle reference on unload Thomas Hellstrom (1): drm/ttm: Fix two race conditions + fix busy codepaths drivers/gpu/drm/i915/intel_fb.c | 2 +- drivers/gpu/drm/nouveau/nouveau_fbcon.c | 1 - drivers/gpu/drm/nouveau/nouveau_notifier.c | 1 - drivers/gpu/drm/radeon/radeon_fb.c | 1 - drivers/gpu/drm/ttm/ttm_bo.c | 83 ++++++++++++++++++++++++---- include/drm/ttm/ttm_bo_api.h | 4 +- 6 files changed, 75 insertions(+), 17 deletions(-) > > This is the nasty race condition fix from Thomas, I've been running it and > playing with firefox a lot and haven't seen any side effects of it, we > have positive feedback on it fixing the actual problem of up 1GB of memory > leaked in 5-10s of scrolling in the pathalogical cases. > > Dave. > > The following changes since commit e1d9694cae722d00a94fb58f901aa69c9c324a16: > > Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (2010-10-05 13:07:43 -0700) > > are available in the git repository at: > > ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes > > Thomas Hellstrom (1): > drm/ttm: Fix two race conditions + fix busy codepaths > > drivers/gpu/drm/ttm/ttm_bo.c | 83 ++++++++++++++++++++++++++++++++++++------ > include/drm/ttm/ttm_bo_api.h | 4 ++- > 2 files changed, 74 insertions(+), 13 deletions(-) >