From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754499Ab2LCPgp (ORCPT ); Mon, 3 Dec 2012 10:36:45 -0500 Received: from tx2ehsobe005.messaging.microsoft.com ([65.55.88.15]:31712 "EHLO tx2outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752359Ab2LCPgn convert rfc822-to-8bit (ORCPT ); Mon, 3 Dec 2012 10:36:43 -0500 X-Forefront-Antispam-Report: CIP:163.181.249.108;KIP:(null);UIP:(null);IPV:NLI;H:ausb3twp01.amd.com;RD:none;EFVD:NLI X-SpamScore: -6 X-BigFish: VPS-6(zz98dI9371I168aJ542I1432Izz1de0h1202h1d1ah1d2ahzz17326ah8275bh8275dhz2dh668h839h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h14ddh1504h1537h153bh15d0h162dh1631h1155h) X-WSS-ID: 0MEGONV-01-37X-02 X-M-MSG: From: "Deucher, Alexander" To: Josh Boyer , Ben Hutchings , Greg KH CC: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , "akpm@linux-foundation.org" , "alan@lxorguk.ukuu.org.uk" Subject: RE: [ 67/89] drm/radeon: properly track the crtc not_enabled case evergreen_mc_stop() Thread-Topic: [ 67/89] drm/radeon: properly track the crtc not_enabled case evergreen_mc_stop() Thread-Index: AQHN0WO8PqKu5IyWC0OR0yk1TRaqZpgHlmWA//+b11A= Date: Mon, 3 Dec 2012 15:35:55 +0000 Message-ID: References: <20121203143146.549859007@decadent.org.uk> <20121203143156.904709715@decadent.org.uk> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.226.128.2] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: amd.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > -----Original Message----- > From: Josh Boyer [mailto:jwboyer@gmail.com] > Sent: Monday, December 03, 2012 10:25 AM > To: Ben Hutchings; Greg KH > Cc: linux-kernel@vger.kernel.org; stable@vger.kernel.org; akpm@linux- > foundation.org; alan@lxorguk.ukuu.org.uk; Deucher, Alexander > Subject: Re: [ 67/89] drm/radeon: properly track the crtc not_enabled case > evergreen_mc_stop() > > On Mon, Dec 3, 2012 at 9:32 AM, Ben Hutchings > wrote: > > 3.2-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Alex Deucher > > > > commit 804cc4a0ad3a896ca295f771a28c6eb36ced7903 upstream. > > > > The save struct is not initialized previously so explicitly > > mark the crtcs as not used when they are not in use. > > > > Signed-off-by: Alex Deucher > > Signed-off-by: Ben Hutchings > > Hm. If this is needed in 3.2, presumably it's needed in 3.6 as well. I > don't see it queued for 3.6.9, and the Cc: tag is there. > > Greg, Alex, was this just something that was missed, or am I wrong about > it needing to go into 3.6? The original patches should go into 3.6 kernels as well: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=4a15903db02026728d0cf2755c6fabae16b8db6a http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=62444b7462a2b98bc78d68736c03a7c4e66ba7e2 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=804cc4a0ad3a896ca295f771a28c6eb36ced7903 I've been meaning to follow up on it, but I haven't had the time. Do I need to send explicit patches to stable@vger or can I just ask the above commits be cherrypicked to 3.6? Alex > > josh