netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* sparse checking prevented by "net: fix kmemcheck annotations"
@ 2010-03-01 12:09 Stefan Richter
  2010-03-01 13:09 ` Eric Dumazet
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Richter @ 2010-03-01 12:09 UTC (permalink / raw)
  To: linux-kernel, Eric Dumazet; +Cc: David S. Miller, netdev

Hi all,

the post 2.6.32-rc5, pre 2.6.32-rc6 commit 14d18a81 causes a serious
regression for sparse checks:  make C=1 CF="-D__CHECK_ENDIAN__" now
causes sparse to log

    include/linux/skbuff.h:357:41: error: invalid bitfield specifier for
    type restricted __be16.


I reported this already shortly after this hit the mainline.  But back
then I didn't notice that this sparse error causes sparse to remain
silent on all subsequent warnings in a file!

We need to either change sparse to accept this bogus bit field that
occurs in skbuff.h (__be16 protocol:16;), silently or with a warning, or
revert this kmemcheck annotation.

("We" == preferably Eric :-)

skbuff.h is included by lots of drivers, even ones that are not even
networking drivers, notably DVB drivers.  None of these drivers can be
checked with sparse's __CHECK_ENDIAN__ at the moment.
-- 
Stefan Richter
-=====-==-=- --== ----=
http://arcgraph.de/sr/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-02  2:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-01 12:09 sparse checking prevented by "net: fix kmemcheck annotations" Stefan Richter
2010-03-01 13:09 ` Eric Dumazet
2010-03-01 16:18   ` Stefan Richter
2010-03-02  2:39     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).