Name of failed tests ====================
* difference between net-next and batadv next * sparse master linux-2.6.29 cfg: BLA=n DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * sparse master linux-2.6.30 cfg: BLA=n DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * sparse master linux-2.6.31 cfg: BLA=n DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * sparse master linux-2.6.32 cfg: BLA=n DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * sparse next linux-2.6.29 cfg: BLA=y DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * sparse next linux-2.6.30 cfg: BLA=y DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * sparse next linux-2.6.31 cfg: BLA=y DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * sparse next linux-2.6.32 cfg: BLA=y DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * wrong namespace symbols master linux-2.6.29 cfg: BLA=n DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * wrong namespace symbols master linux-2.6.30 cfg: BLA=n DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * wrong namespace symbols master linux-2.6.31 cfg: BLA=n DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * wrong namespace symbols master linux-2.6.32 cfg: BLA=n DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * wrong namespace symbols next linux-2.6.29 cfg: BLA=y DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * wrong namespace symbols next linux-2.6.30 cfg: BLA=y DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * wrong namespace symbols next linux-2.6.31 cfg: BLA=y DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n * wrong namespace symbols next linux-2.6.32 cfg: BLA=y DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n
Output of different failed tests ================================
difference between net-next and batadv next -------------------------------------------
Documentation/ABI/testing/sysfs-class-net-batman-adv | 17 Documentation/networking/batman-adv.txt | 2 net/batman-adv/Kconfig | 16 net/batman-adv/Makefile | 5 net/batman-adv/bat_algo.h | 30 net/batman-adv/bat_iv_ogm.c | 115 - net/batman-adv/bat_v.c | 347 ---- net/batman-adv/bat_v_elp.c | 513 ------ net/batman-adv/bat_v_elp.h | 33 net/batman-adv/bat_v_ogm.c | 833 ---------- net/batman-adv/bat_v_ogm.h | 36 net/batman-adv/bitarray.c | 14 net/batman-adv/bitarray.h | 14 net/batman-adv/bridge_loop_avoidance.c | 329 +-- net/batman-adv/bridge_loop_avoidance.h | 2 net/batman-adv/debugfs.c | 8 net/batman-adv/debugfs.h | 2 net/batman-adv/distributed-arp-table.c | 100 - net/batman-adv/distributed-arp-table.h | 2 net/batman-adv/fragmentation.c | 34 net/batman-adv/fragmentation.h | 4 net/batman-adv/gateway_client.c | 127 - net/batman-adv/gateway_client.h | 2 net/batman-adv/gateway_common.c | 8 net/batman-adv/gateway_common.h | 4 net/batman-adv/hard-interface.c | 54 net/batman-adv/hard-interface.h | 30 net/batman-adv/hash.c | 2 net/batman-adv/hash.h | 24 net/batman-adv/icmp_socket.c | 10 net/batman-adv/icmp_socket.h | 2 net/batman-adv/main.c | 112 - net/batman-adv/main.h | 39 net/batman-adv/multicast.c | 44 net/batman-adv/multicast.h | 4 net/batman-adv/network-coding.c | 171 -- net/batman-adv/network-coding.h | 2 net/batman-adv/originator.c | 360 ++-- net/batman-adv/originator.h | 19 net/batman-adv/packet.h | 68 net/batman-adv/routing.c | 112 - net/batman-adv/routing.h | 5 net/batman-adv/send.c | 98 - net/batman-adv/send.h | 16 net/batman-adv/soft-interface.c | 73 net/batman-adv/soft-interface.h | 4 net/batman-adv/sysfs.c | 162 - net/batman-adv/sysfs.h | 2 net/batman-adv/translation-table.c | 349 +--- net/batman-adv/translation-table.h | 2 net/batman-adv/types.h | 160 - 51 files changed, 1008 insertions(+), 3513 deletions(-)
sparse next linux-2.6.32 cfg: BLA=y DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n -------------------------------------------------------------------------
In file included from /home/build_test/build_env/tmp/net/batman-adv/types.h:25:0, from /home/build_test/build_env/tmp/net/batman-adv/main.h:187, from /home/build_test/build_env/tmp/net/batman-adv/bat_iv_ogm.c:19: /home/build_test/build_env/tmp/net/batman-adv/types.h: In function 'ewma_throughput_init': /home/build_test/build_env/tmp/compat-include/linux/average.h:37:47: error: implicit declaration of function 'BUILD_BUG_ON_NOT_POWER_OF_2' [-Werror=implicit-function-declaration] static inline void ewma_##name##_init(struct ewma_##name *e) \ ^ /home/build_test/build_env/tmp/net/batman-adv/types.h:386:1: note: in expansion of macro 'DECLARE_EWMA' DECLARE_EWMA(throughput, 1024, 8) ^ cc1: some warnings being treated as errors make[2]: *** [/home/build_test/build_env/tmp/net/batman-adv/bat_iv_ogm.o] Error 1 make[1]: *** [_module_/home/build_test/build_env/tmp/net/batman-adv] Error 2 make: *** [all] Error 2
wrong namespace symbols next linux-2.6.32 cfg: BLA=y DAT=y DEBUG=n NC=n MCAST=n BATMAN_V=n ---------------------------------------------------------------------------
nm: './net/batman-adv/*.o': No such file
linux-merge@lists.open-mesh.org