From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755688Ab0BAS6I (ORCPT ); Mon, 1 Feb 2010 13:58:08 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:51236 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754829Ab0BAS6E (ORCPT ); Mon, 1 Feb 2010 13:58:04 -0500 Date: Mon, 1 Feb 2010 10:56:59 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Kevin Winchester cc: Johannes Hirte , Dave Airlie , dri-devel , linux-kernel , Alex Deucher , Jerome Glisse , Ingo Molnar , FUJITA Tomonori , John Kacur Subject: Re: Radeon KMS regression still present in 2.6.33-rc6 In-Reply-To: <1264897781.1528.7.camel@localhost.localdomain> Message-ID: References: <1264871899.1533.6.camel@localhost.localdomain> <201001302050.11897.johannes.hirte@fem.tu-ilmenau.de> <1264897781.1528.7.camel@localhost.localdomain> User-Agent: Alpine 2.00 (LFD 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 On Sat, 30 Jan 2010, Kevin Winchester wrote: > > Thank you - the patch from FUJITA Tomonori corrected the issue. > > I also tried out the additional patches from John Kacur. They did not > break anything that I could see, and the logic behind them seems > reasonable to me. They weren't necessary to fix my problem though, so I > guess they are likely not 2.6.33 material (unless they are critical for > someone else). All right. Fix merged (commit 61684ceaad) and pushed out. Linus