Name of failed tests ====================
stable ------
* difference between net and batadv stable * sparse v6.10-rc1 cfg: BLA=n DAT=n DEBUG=n TRACING=y NC=y MCAST=y BATMAN_V=y * sparse v6.10-rc1 cfg: BLA=n DAT=n DEBUG=y TRACING=y NC=n MCAST=n BATMAN_V=n * sparse v6.10-rc1 cfg: BLA=n DAT=n DEBUG=y TRACING=y NC=y MCAST=n BATMAN_V=n * sparse v6.10-rc1 cfg: BLA=n DAT=y DEBUG=n TRACING=y NC=y MCAST=y BATMAN_V=n * sparse v6.10-rc1 cfg: BLA=n DAT=y DEBUG=y TRACING=y NC=n MCAST=n BATMAN_V=y * unused_symbols v6.10-rc1 cfg: BLA=n DAT=n DEBUG=n TRACING=y NC=y MCAST=y BATMAN_V=y * unused_symbols v6.10-rc1 cfg: BLA=n DAT=n DEBUG=y TRACING=y NC=n MCAST=n BATMAN_V=n * unused_symbols v6.10-rc1 cfg: BLA=n DAT=n DEBUG=y TRACING=y NC=y MCAST=n BATMAN_V=n * unused_symbols v6.10-rc1 cfg: BLA=n DAT=y DEBUG=n TRACING=y NC=y MCAST=y BATMAN_V=n * unused_symbols v6.10-rc1 cfg: BLA=n DAT=y DEBUG=y TRACING=y NC=n MCAST=n BATMAN_V=y
main ----
* difference between net-next and batadv main * sparse v6.10-rc1 cfg: BLA=n DAT=n DEBUG=y TRACING=y NC=y MCAST=n BATMAN_V=n * sparse v6.10-rc1 cfg: BLA=n DAT=y DEBUG=y TRACING=y NC=n MCAST=y BATMAN_V=n * unused_symbols v6.10-rc1 cfg: BLA=n DAT=n DEBUG=y TRACING=y NC=y MCAST=n BATMAN_V=n * unused_symbols v6.10-rc1 cfg: BLA=n DAT=y DEBUG=y TRACING=y NC=n MCAST=y BATMAN_V=n
Output of different failed tests ================================
stable: difference between net and batadv stable ------------------------------------------------
net/net/batman-adv/main.c | 2 - net/net/batman-adv/main.h | 2 - net/net/batman-adv/netlink.c | 1 net/net/batman-adv/originator.c | 2 + net/net/batman-adv/soft-interface.c | 2 - net/net/batman-adv/trace.h | 4 +- net/net/batman-adv/translation-table.c | 47 +----------------------- 7 files changed, 10 insertions(+), 50 deletions(-)
main: difference between net-next and batadv main -------------------------------------------------
netnext/net/batman-adv/trace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
main: sparse v6.10-rc1 cfg: BLA=n DAT=n DEBUG=y TRACING=y NC=y MCAST=n BATMAN_V=n ---------------------------------------------------------------------------
In file included from ./include/trace/trace_events.h:419, from /home/build_test/build_env/tmp.Lhxl7emDY1/net/batman-adv/trace.c:8: 54 | ); | ^~ In file included from ./include/trace/trace_events.h:375: ./include/trace/stages/stage6_event_callback.h:34: note: macro "__assign_str" defined here 34 | #define __assign_str(dst) \ | 54 | ); | ^~ ./include/trace/stages/stage6_event_callback.h:34: note: macro "__assign_str" defined here 34 | #define __assign_str(dst) \ | 43 | __assign_str(device, bat_priv->soft_iface->name); | ^~~~~~~~~~~~ ./include/trace/trace_events.h:402:11: note: in definition of macro ‘DECLARE_EVENT_CLASS’ 402 | { assign; } \ | ^~~~~~ ./include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ 29 | TRACE_EVENT(batadv_dbg, | ^~~~~~~~~~~ 42 | TP_fast_assign( | ^~~~~~~~~~~~~~ 43 | __assign_str(device, bat_priv->soft_iface->name); | ^~~~~~~~~~~~ ./include/trace/trace_events.h:402:11: note: in definition of macro ‘DECLARE_EVENT_CLASS’ 402 | { assign; } \ | ^~~~~~ ./include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ 29 | TRACE_EVENT(batadv_dbg, | ^~~~~~~~~~~ 42 | TP_fast_assign( | ^~~~~~~~~~~~~~ In file included from ./include/trace/trace_events.h:469: 54 | ); | ^~ ./include/trace/stages/stage6_event_callback.h:34: note: macro "__assign_str" defined here 34 | #define __assign_str(dst) \ | 54 | ); | ^~ ./include/trace/stages/stage6_event_callback.h:34: note: macro "__assign_str" defined here 34 | #define __assign_str(dst) \ | In file included from ./include/trace/perf.h:75, 54 | ); | ^~ In file included from ./include/trace/perf.h:7: ./include/trace/stages/stage6_event_callback.h:34: note: macro "__assign_str" defined here 34 | #define __assign_str(dst) \ | 54 | ); | ^~ ./include/trace/stages/stage6_event_callback.h:34: note: macro "__assign_str" defined here 34 | #define __assign_str(dst) \ | 43 | __assign_str(device, bat_priv->soft_iface->name); | ^~~~~~~~~~~~ ./include/trace/perf.h:51:11: note: in definition of macro ‘DECLARE_EVENT_CLASS’ 51 | { assign; } \ | ^~~~~~ ./include/trace/trace_events.h:44:30: note: in expansion of macro ‘PARAMS’ 44 | PARAMS(assign), \ | ^~~~~~ 29 | TRACE_EVENT(batadv_dbg, | ^~~~~~~~~~~ 42 | TP_fast_assign( | ^~~~~~~~~~~~~~ make[4]: *** [scripts/Makefile.build:244: /home/build_test/build_env/tmp.Lhxl7emDY1/net/batman-adv/trace.o] Error 1 make[3]: *** [scripts/Makefile.build:485: /home/build_test/build_env/tmp.Lhxl7emDY1/net/batman-adv] Error 2 make[2]: *** [/home/build_test/build_env/linux-build/linux/v6.10-rc1/Makefile:1934: /home/build_test/build_env/tmp.Lhxl7emDY1] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:68: all] Error 2
main: unused_symbols v6.10-rc1 cfg: BLA=n DAT=n DEBUG=y TRACING=y NC=y MCAST=n BATMAN_V=n ---------------------------------------------------------------------------
batadv_netlink_tpmeter_notify batadv_orig_node_vlan_get batadv_orig_node_vlan_new batadv_orig_node_vlan_release
Statistics ==========
stable ------
Failed tests: 11 Started build tests: 220 Tested Linux versions: 41 Tested configs: 106
main ----
Failed tests: 5 Started build tests: 208 Tested Linux versions: 41 Tested configs: 104
linux-merge@lists.open-mesh.org