Name of failed tests ====================
maint -----
* difference between net and batadv maint
master ------
* difference between net-next and batadv master * headers
Output of different failed tests ================================
maint: difference between net and batadv maint ----------------------------------------------
net/include/uapi/linux/batman_adv.h | 2 - net/net/batman-adv/Kconfig | 2 - net/net/batman-adv/Makefile | 2 - net/net/batman-adv/bat_algo.c | 2 - net/net/batman-adv/bat_algo.h | 2 - net/net/batman-adv/bat_iv_ogm.c | 2 - net/net/batman-adv/bat_iv_ogm.h | 2 - net/net/batman-adv/bat_v.c | 2 - net/net/batman-adv/bat_v.h | 2 - net/net/batman-adv/bat_v_elp.c | 8 +--- net/net/batman-adv/bat_v_elp.h | 2 - net/net/batman-adv/bat_v_ogm.c | 2 - net/net/batman-adv/bat_v_ogm.h | 2 - net/net/batman-adv/bitarray.c | 2 - net/net/batman-adv/bitarray.h | 2 - net/net/batman-adv/bridge_loop_avoidance.c | 18 ++-------- net/net/batman-adv/bridge_loop_avoidance.h | 2 - net/net/batman-adv/debugfs.c | 2 - net/net/batman-adv/debugfs.h | 2 - net/net/batman-adv/distributed-arp-table.c | 2 - net/net/batman-adv/distributed-arp-table.h | 2 - net/net/batman-adv/fragmentation.c | 2 - net/net/batman-adv/fragmentation.h | 2 - net/net/batman-adv/gateway_client.c | 2 - net/net/batman-adv/gateway_client.h | 2 - net/net/batman-adv/gateway_common.c | 2 - net/net/batman-adv/gateway_common.h | 2 - net/net/batman-adv/hard-interface.c | 2 - net/net/batman-adv/hard-interface.h | 2 - net/net/batman-adv/hash.c | 2 - net/net/batman-adv/hash.h | 2 - net/net/batman-adv/icmp_socket.c | 2 - net/net/batman-adv/icmp_socket.h | 2 - net/net/batman-adv/log.c | 2 - net/net/batman-adv/log.h | 2 - net/net/batman-adv/main.c | 2 - net/net/batman-adv/main.h | 2 - net/net/batman-adv/multicast.c | 2 - net/net/batman-adv/multicast.h | 2 - net/net/batman-adv/netlink.c | 2 - net/net/batman-adv/netlink.h | 2 - net/net/batman-adv/network-coding.c | 2 - net/net/batman-adv/network-coding.h | 2 - net/net/batman-adv/originator.c | 2 - net/net/batman-adv/originator.h | 2 - net/net/batman-adv/routing.c | 2 - net/net/batman-adv/routing.h | 2 - net/net/batman-adv/send.c | 2 - net/net/batman-adv/send.h | 2 - net/net/batman-adv/soft-interface.c | 2 - net/net/batman-adv/soft-interface.h | 2 - net/net/batman-adv/sysfs.c | 2 - net/net/batman-adv/sysfs.h | 2 - net/net/batman-adv/tp_meter.c | 2 - net/net/batman-adv/tp_meter.h | 2 - net/net/batman-adv/trace.c | 2 - net/net/batman-adv/trace.h | 2 - net/net/batman-adv/translation-table.c | 34 +++++--------------- net/net/batman-adv/translation-table.h | 2 - net/net/batman-adv/tvlv.c | 2 - net/net/batman-adv/tvlv.h | 2 - net/net/batman-adv/types.h | 2 - 62 files changed, 75 insertions(+), 103 deletions(-)
master: difference between net-next and batadv master -----------------------------------------------------
netnext/net/batman-adv/bat_v_elp.c | 6 +-- netnext/net/batman-adv/bridge_loop_avoidance.c | 16 +------- netnext/net/batman-adv/translation-table.c | 32 ++++------------ 3 files changed, 13 insertions(+), 41 deletions(-)
master: headers ---------------
diff --git a/compat-include/linux/igmp.h b/compat-include/linux/igmp.h index 3aa64197..ef360c30 100644 --- a/compat-include/linux/igmp.h +++ b/compat-include/linux/igmp.h @@ -22,7 +22,13 @@ #ifndef _NET_BATMAN_ADV_COMPAT_LINUX_IGMP_H_ #define _NET_BATMAN_ADV_COMPAT_LINUX_IGMP_H_
+#include <linux/stddef.h> #include <linux/version.h> + +#include "linux/igmp.h" + +struct sk_buff; + #include_next <linux/igmp.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0) diff --git a/compat-sources/net/core/skbuff.c b/compat-sources/net/core/skbuff.c index 30fbfbfb..2c34b84f 100644 --- a/compat-sources/net/core/skbuff.c +++ b/compat-sources/net/core/skbuff.c @@ -33,13 +33,6 @@ * 2 of the License, or (at your option) any later version. */
-#include <linux/in6.h> -#include <linux/ipv6.h> -#include <linux/skbuff.h> -#include <linux/types.h> -#include <net/checksum.h> -#include <net/ip6_checksum.h> - #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 16, 0)
/* Compare with: diff --git a/compat-sources/net/ipv4/igmp.c b/compat-sources/net/ipv4/igmp.c index ecb987d1..31be629c 100644 --- a/compat-sources/net/ipv4/igmp.c +++ b/compat-sources/net/ipv4/igmp.c @@ -72,9 +72,6 @@ */
#include <linux/igmp.h> -#include <linux/ip.h> -#include <linux/skbuff.h> -#include <net/ip.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0)
diff --git a/compat-sources/net/ipv6/mcast_snoop.c b/compat-sources/net/ipv6/mcast_snoop.c index 01b19969..5587c108 100644 --- a/compat-sources/net/ipv6/mcast_snoop.c +++ b/compat-sources/net/ipv6/mcast_snoop.c @@ -18,12 +18,6 @@ * Based on the MLD support added to br_multicast.c by YOSHIFUJI Hideaki. */
-#include <linux/skbuff.h> -#include <net/ipv6.h> -#include <net/mld.h> -#include <net/addrconf.h> -#include <net/ip6_checksum.h> - #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0)
static int ipv6_mc_check_ip6hdr(struct sk_buff *skb)
Statistics ==========
maint -----
Failed tests: 1 Started build tests: 52 Tested Linux versions: 24 Tested configs: 45
master ------
Failed tests: 2 Started build tests: 50 Tested Linux versions: 25 Tested configs: 46
linux-merge@lists.open-mesh.org