Re: your mail

From: Linus Torvalds
Date: Fri Mar 27 2009 - 20:04:42 EST




On Fri, 27 Mar 2009, Eric Anholt wrote:
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel drm-intel-next

Grr.

Guys, what the *hell* is wrong with you, when you can't even react to
trivial warnings and fix buggy code pointed out by the compiler?

If you had _ever_ compiled this on x86-64, you would have seen:

drivers/gpu/drm/i915/i915_gem_debugfs.c: In function âi915_gem_fence_regs_infoâ:
drivers/gpu/drm/i915/i915_gem_debugfs.c:201: warning: format â%08xâ expects type âunsigned intâ, but argument 7 has type âsize_tâ

and this is not the first time this has happened.

See commits f06da264cfb0f9444d41ca247213e419f90aa72a and
aeb565dfc3ac4c8b47c5049085b4c7bfb2c7d5d7.

What's so hard with keeping the build warning-clean, and fixing these
things _long_ before they hit my tree?

Some basic quality control. PLEASE.

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