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:	Sun, 10 Sep 2006 11:34:52 -0300
From:	"Thiago Galesi" <thiagogalesi@...il.com>
To:	"Dave Jones" <davej@...hat.com>,
	"Thiago Galesi" <thiagogalesi@...il.com>,
	"Linux Kernel" <linux-kernel@...r.kernel.org>
Subject: Re: Cpufreq not working in 2.6.18-rc6

Ok, apparently it is my fault...

I traced the failure to

if (cpufreq_driver) {
                spin_unlock_irqrestore(&cpufreq_driver_lock, flags);
                return -EBUSY;
        }

(cpufreq_register_driver in drivers/cpufreq/cpufreq.c)

Turns out I was modprobing acpi-cpufreq before modprobing cpufreq-k7.
This worked in previous kernels and apparently, not in this one.

If I do not modprobe acpi-cpufreq, it works.

Thiago

On 9/9/06, Thiago Galesi <thiagogalesi@...il.com> wrote:
> >  >
> >  > CONFIG_X86_POWERNOW_K7_ACPI=y
> >  > ..
> >  > CONFIG_ACPI_PROCESSOR=m
> >
> > Does it start working again if you change ACPI_PROCESSOR=y ?
>
> No. nothing changes
>
> --
> -
> Thiago Galesi
>
-
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