lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 11 Nov 2009 21:41:34 +0100
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	Eric Dumazet <eric.dumazet@...il.com>
CC:	netdev@...r.kernel.org
Subject: sparse noise due to patch "net: fix kmemcheck annotations"

Hi Eric,

with above mentioned patch, committed as
14d18a81b5171d4433e41129619c75748b4f4d26, you changed

struct sk_buff {
	...
	__be16 protocol;
	...
}
to
	__be16 protocol:16;

This introduces the following warning from sparse:

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

So, one checker satisfied, another disturbed?  Any idea how to get this
sparse-clean again?
-- 
Stefan Richter
-=====-==--= =-== -=-==
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ