Re: Linux 2.6.16-rc3

From: Dave Jones
Date: Mon Feb 13 2006 - 21:52:52 EST


On Mon, Feb 13, 2006 at 06:44:42PM -0800, Andrew Morton wrote:
> Andrew Morton <akpm@xxxxxxxx> wrote:
> >
> > Avuton Olrich <avuton@xxxxxxxxx> wrote:
> > >
> > > I should have realized that would happen, hopefully here's a better
> > > one. Please let me know anything I can do to help.
> > >
> > > http://68.111.224.150:8080/~sbh/P1010031.JPG
> >
> > Thanks. Yes, it does look like the same bug.
>
> argh. The fix for this oops is still languishing in David's tree.

I was waiting for it to turn up in an -mm release first to be
sure everything was ok.

If you're ok with it going as is, Linus, please pull
from master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq.git/
to get the changesets below.

Dave


commit 7d5e350fab47f1273bc8b52d5f133ed6e4baeb7f
Author: Dave Jones <davej@xxxxxxxxxx>
Date: Thu Feb 2 17:03:42 2006 -0500

[CPUFREQ] Whitespace/CodingStyle cleanups

Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

commit a85f7bd310dbc9010309bfe70b6b02432a11ef59
Author: Thomas Renninger <trenn@xxxxxxx>
Date: Wed Feb 1 11:36:04 2006 +0100

[CPUFREQ] Check whether driver init did not initialize current freq

Check whether driver init did not initialize current freq

Signed-off-by: Thomas Renninger <trenn@xxxxxxx>
Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

commit 9d2725bb815d915fc6c8531097d9e71b579a8763
Author: Thomas Renninger <trenn@xxxxxxx>
Date: Wed Feb 1 11:38:37 2006 +0100

[CPUFREQ] Check for not initialized freq on cpufreq changes

Test for old_freq equals 0 to insure not to divide by 0:
______________________________________________

Check for not initialized freq on cpufreq changes

Signed-off-by: Thomas Renninger <trenn@xxxxxxx>
Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

commit e4472cb3706ceea42797ae1dc79d624026986694
Author: Dave Jones <davej@xxxxxxxxxx>
Date: Tue Jan 31 15:53:55 2006 -0800

[CPUFREQ] cpufreq_notify_transition cleanup.

Introduce caching of cpufreq_cpu_data[freqs->cpu], which allows us to
make the function a lot more readable, and as a nice side-effect, it
now fits in < 80 column displays again.

Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

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