lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 13 Jul 2007 15:59:08 -0400
From:	Dave Jones <davej@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	"H. Peter Anvin" <hpa@...or.com>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Please revert 904f7a3f042b5c6aa9e53ce83f2c9de5e33170ff

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 <davej@...hat.com>
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 <joachim.deguara@....com>
    Acked-by: Mark Langsdorf <mark.langsdorf@....com>
    Signed-off-by: Dave Jones <davej@...hat.com>

commit 084f34939424161669467c19280dbcf637730314
Author: Thomas Renninger <trenn@...e.de>
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 <trenn@...e.de>
    Signed-off-by: Mattia Dongili <malattia@...ux.it>
    Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
    Signed-off-by: Dave Jones <davej@...hat.com>

commit 91973de736bc97dc04156242c5a4b00993b6c902
Author: Peter Oruba <peter.oruba@....com>
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 <peter.oruba@....com>
    Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
    Signed-off-by: Dave Jones <davej@...hat.com>

commit aac22d0a79f51d7bd93145be36322baaa4b423f8
Author: Andrew Morton <akpm@...ux-foundation.org>
Date:   Mon Jul 9 11:35:27 2007 -0700

    [CPUFREQ] powernow-k8 compile fix.
    
    Make it compile on UP.
    
    Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
    Signed-off-by: Dave Jones <davej@...hat.com>

commit 68485695e5a84399da7b48b208ac42623fe22963
Author: Adrian Bunk <bunk@...sta.de>
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 <bunk@...sta.de>
    Acked-by: Venkatesh Pallipadi <venkatesh.pallipadi@...el.com>
    Signed-off-by: Dave Jones <davej@...hat.com>

commit 905497c4b2e6715eebde97cbcb313354e14c2489
Author: RafaƂ Bilski <rafalbilski@...eria.pl>
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 <rafalbilski@...eria.pl>
    Signed-off-by: Dave Jones <davej@...hat.com>

-- 
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ