Re: [GIT pull] x86 updates

From: Ingo Molnar
Date: Tue Jul 15 2008 - 17:25:51 EST



* Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:

> On Tue, 15 Jul 2008, Thomas Gleixner wrote:
> >
> > Please pull the latest x86/urgent git tree from:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git x86/urgent
>
> Hmm> "Already up-to-date"?
>
> Also, your other tree seems to also have added annoying warnings:
>
> arch/x86/kernel/acpi/boot.c: In function âacpi_parse_fadtâ:
> arch/x86/kernel/acpi/boot.c:747: warning: format â%#xâ expects type âunsigned intâ, but argument 2 has type âlong unsigned intâ
>
> Grr.
>
> Guys, stop sending me crap. A _little_ bit of testing would be good.

i've got dhowell's -Werr debug feature that allows us to integrate
checks for warnings into our automated tests. (checking for warnings
automatically is rather hard to do otherwise - gcc will mix it all up
especially in make -j200 alike output)

i just need one free day add it and to cleanse the kernel from spurious
warnings, so that we can catch all warnings from that point on :)

Ingo
--
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/