batman-adv: Annotate bitwise integer pointer casts
authorSven Eckelmann <sven@narfation.org>
Thu, 28 Nov 2019 10:26:06 +0000 (11:26 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sun, 8 Dec 2019 23:30:49 +0000 (00:30 +0100)
commit61a292860de6ab66c9b6aa1b244ccd4590ddc8ec
tree8c0e15465f4c3d42ec39b7be4c7e9d12b472fc78
parent2b1aa5a4c654cc665eb5711f49a2855ea6ebe0db
batman-adv: Annotate bitwise integer pointer casts

The sparse commit 6002ded74587 ("add a flag to warn on casts to/from
bitwise pointers") introduced a check for non-direct casts from/to
restricted datatypes (when -Wbitwise-pointer is enabled).

This triggered various warnings in batman-adv when some (already big
endian) buffer content was casted to/from the corresponding big endian
integer data types. But these were correct and can therefore be marked with
__force to signalize sparse an intended cast from/to a bitwise type.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bridge_loop_avoidance.c
net/batman-adv/distributed-arp-table.c