Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756006Ab0APTDy (ORCPT ); Sat, 16 Jan 2010 14:03:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753429Ab0APTDx (ORCPT ); Sat, 16 Jan 2010 14:03:53 -0500 Received: from lider.pardus.org.tr ([193.140.100.216]:39045 "EHLO lider.pardus.org.tr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932182Ab0APTDw (ORCPT ); Sat, 16 Jan 2010 14:03:52 -0500 Message-ID: <4B520D98.7030202@pardus.org.tr> Date: Sat, 16 Jan 2010 21:03:52 +0200 From: =?UTF-8?B?T3phbiDDh2HEn2xheWFu?= User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Greg KH CC: linux-kernel@vger.kernel.org, stable@kernel.org, stable-review@kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, "H. Peter Anvin" Subject: Re: [0/9] 2.6.31.12-stable review References: <20100114224848.GA532@kroah.com> In-Reply-To: <20100114224848.GA532@kroah.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg KH wrote: > This is the start of the stable review cycle for the 2.6.31.12 release. > There are 9 patches in this series, all will be posted as a response to > this one. If anyone has any issues with these being applied, please let > us know. If anyone is a maintainer of the proper subsystem, and wants > to add a Signed-off-by: line to the patch, please respond with it. > Hi Greg, 1. There's this "mce: native_apic_write_dummy()" WARNING which causes governor failures on some of systems. http://bugzilla.kernel.org/show_bug.cgi?id=14521 Here's what I wrote in the last comment of the bug: The following 2 commits from linux-2.6 fixes the issue on 2.6.31.11 on my system. I think they should at least be sent to stable@kernel.org for 2.6.32.y inclusion if they are the correct/complete fixes: >From 485a2e1973fd9f98c2c6776e66ac4721882b69e0 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 14 Dec 2009 17:56:34 +0900 Subject: [PATCH] x86, mce: Thermal monitoring depends on APIC being enabled >From 70fe440718d9f42bf963c2cffe12008eb5556165 Mon Sep 17 00:00:00 2001 From: Hidetoshi Seto Date: Mon, 14 Dec 2009 17:57:00 +0900 Subject: [PATCH] x86, mce: Clean up thermal init by introducing intel_thermal_supported() 2. Boot hangs on old AMD Athlon XP Processors (not 64, not X2) with CONFIG_X86_CPU_DEBUG enabled kernels: http://groups.google.com/group/linux.kernel/browse_thread/thread/34ca6dd8aeab02b3/0c0acb9d6437756f?lnk=raot&fwc=1 Reverting the following commit fixes the problem: >From 5095f59bda6793a7b8f0856096d6893fe98e0e51 Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Rajput Date: Fri, 5 Jun 2009 23:27:17 +0530 Subject: [PATCH] x86: cpu_debug: Remove model information to reduce encoding-decoding Remove model information, encoding/decoding and reduce bookkeeping. This, besides removing a lot of code and cleaning up the code, also enables these features on many more CPUs that were enumerated before. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/