Re: [PATCH 7/7] asm-generic: suppress sparse warning in ioctl.h

From: Linus Torvalds
Date: Wed Apr 02 2008 - 21:51:07 EST




On Thu, 3 Apr 2008, Al Viro wrote:
>
> Umm... How far do you want sparse to go? You _really_ don't want
> bug-for-bug compatibility with gcc - it's far too weird (and that's
> even before going into the effects of optimization flags).

I would suggest just accepting link-time constants in constant
expressions. But yeah, maybe limit even that just to unevaluated
subexpressions.

That said, for sparse, the right thing to do would be to use
__builtin_warning() or something, but gcc doesn't have that kind of thing,
so..

> BTW, what happened with sparse.git?

Yeah, we do seem to have lost a maintainer.

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/