From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935854AbXGMT7Z (ORCPT ); Fri, 13 Jul 2007 15:59:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758031AbXGMT7R (ORCPT ); Fri, 13 Jul 2007 15:59:17 -0400 Received: from mx1.redhat.com ([66.187.233.31]:49175 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757684AbXGMT7P (ORCPT ); Fri, 13 Jul 2007 15:59:15 -0400 Date: Fri, 13 Jul 2007 15:59:08 -0400 From: Dave Jones To: Linus Torvalds Cc: "H. Peter Anvin" , Linux Kernel Mailing List Subject: Re: Please revert 904f7a3f042b5c6aa9e53ce83f2c9de5e33170ff Message-ID: <20070713195908.GA31803@redhat.com> Mail-Followup-To: Dave Jones , Linus Torvalds , "H. Peter Anvin" , Linux Kernel Mailing List References: <4697B7DB.3030006@zytor.com> <20070713182739.GE28567@redhat.com> <20070713193138.GA31781@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.14 (2007-02-12) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 13, 2007 at 12:53:12PM -0700, Linus Torvalds wrote: > > > On Fri, 13 Jul 2007, Dave Jones wrote: > > > > Can we be a bit less trigger happy about reverting stuff ? > > Linus, how do you want to proceed, cpufreq.git has that fixed, but > > will you now have to revert the revert, or will I have to do something? > > Point mw to your fixed repo, I'll fix it up, Pull req was sent an hour or so ago, here it is again. Thanks, Dave Please pull from .. master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq.git/ Documentation/feature-removal-schedule.txt | 22 -- arch/i386/kernel/cpu/cpufreq/Kconfig | 18 +-- arch/i386/kernel/cpu/cpufreq/longhaul.c | 7 + arch/i386/kernel/cpu/cpufreq/powernow-k8.c | 26 ++- arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c | 276 ++------------------- arch/x86_64/kernel/cpufreq/Kconfig | 6 +- drivers/cpufreq/cpufreq.c | 29 ++- 7 files changed, 65 insertions(+), 319 deletions(-) commit 9a60ddbcb710ff78cd8c772681723a04e3f5aba3 Author: Dave Jones Date: Fri Jul 13 01:34:10 2007 -0400 [CPUFREQ] Fix typos in powernow-k8 printk's. Based on a patch from Joachim which didn't apply, so I fixed it up by hand, and also corrected the surrounding indentation a little. Signed-off-by: Joachim.Deguara Acked-by: Mark Langsdorf Signed-off-by: Dave Jones commit 084f34939424161669467c19280dbcf637730314 Author: Thomas Renninger Date: Mon Jul 9 11:35:28 2007 -0700 [CPUFREQ] Restore previously used governor on a hot-replugged CPU Negative side effect: needs NR_CPUs pointer array of memory in CONFIG_HOTPLUG_CPU case. Still needs userspace track keeping and rewriting of governors if governors change while a CPU is not active (always the governor at CPU remove time is restored). Move of policy->user_policy.governor assignment is just a minor cleanup. http://bugzilla.kernel.org/show_bug.cgi?id=8671 Signed-off-by: Thomas Renninger Signed-off-by: Mattia Dongili Signed-off-by: Andrew Morton Signed-off-by: Dave Jones commit 91973de736bc97dc04156242c5a4b00993b6c902 Author: Peter Oruba Date: Mon Jul 9 11:35:27 2007 -0700 [CPUFREQ] bugfix cpufreq in combination with performance governor There is a frequency scaling issue that I encountered with the performance governor in combination with CPU hotplug. In cpufreq.c CPU frequency is reduced to its minimum before the CPU gets unregistered and set offline. Does that have a particular reason? Since the (k8-)governor does not monitor CPU frequency that setting also applies then to the remaining CPU as well and lets the system run on the lowest frequency although performance is chose as the policy. Signed-off-by: Peter Oruba Signed-off-by: Andrew Morton Signed-off-by: Dave Jones commit aac22d0a79f51d7bd93145be36322baaa4b423f8 Author: Andrew Morton Date: Mon Jul 9 11:35:27 2007 -0700 [CPUFREQ] powernow-k8 compile fix. Make it compile on UP. Signed-off-by: Andrew Morton Signed-off-by: Dave Jones commit 68485695e5a84399da7b48b208ac42623fe22963 Author: Adrian Bunk Date: Sun Jul 8 23:39:14 2007 +0200 [CPUFREQ] the overdue removal of X86_SPEEDSTEP_CENTRINO_ACPI This patch contains the overdue removal of X86_SPEEDSTEP_CENTRINO_ACPI. Signed-off-by: Adrian Bunk Acked-by: Venkatesh Pallipadi Signed-off-by: Dave Jones commit 905497c4b2e6715eebde97cbcb313354e14c2489 Author: RafaƂ Bilski Date: Sun Jul 8 21:51:26 2007 +0200 [CPUFREQ] Longhaul - Option to disable ACPI C3 support On some motherboards ACPI C3 is available, but it isn't causing frequency transition on VIA Nehemiah. Longhaul wasn't working at all earlier, but due to scaling_cur_speed returning true CPU frequency now, it looks like CPU is getting stuck at highest frequency since 2.6.21. I didn't find a reason. Halt is causing frequency transition. Signed-off-by: Rafal Bilski Signed-off-by: Dave Jones -- http://www.codemonkey.org.uk