Name of failed tests
====================

stable
------

 * difference between net and batadv stable
 * sparse v6.16-rc1 cfg: BLA=n DAT=n DEBUG=n TRACING=n NC=n MCAST=n BATMAN_V=y
 * sparse v6.16-rc1 cfg: BLA=n DAT=n DEBUG=n TRACING=y NC=n MCAST=y BATMAN_V=y
 * sparse v6.16-rc1 cfg: BLA=n DAT=y DEBUG=y TRACING=n NC=y MCAST=n BATMAN_V=n
 * sparse v6.16-rc1 cfg: BLA=y DAT=n DEBUG=y TRACING=n NC=n MCAST=n BATMAN_V=n
 * sparse v6.16-rc1 cfg: BLA=y DAT=n DEBUG=y TRACING=y NC=y MCAST=n BATMAN_V=n
 * sparse v6.16-rc1 cfg: BLA=y DAT=y DEBUG=y TRACING=n NC=n MCAST=n BATMAN_V=y
 * sparse v6.16-rc1 cfg: BLA=y DAT=y DEBUG=y TRACING=n NC=n MCAST=y BATMAN_V=y
 * unused_symbols v6.16-rc1 cfg: BLA=n DAT=n DEBUG=n TRACING=n NC=n MCAST=n 
BATMAN_V=y
 * unused_symbols v6.16-rc1 cfg: BLA=n DAT=n DEBUG=n TRACING=y NC=n MCAST=y 
BATMAN_V=y
 * unused_symbols v6.16-rc1 cfg: BLA=n DAT=y DEBUG=y TRACING=n NC=y MCAST=n 
BATMAN_V=n
 * unused_symbols v6.16-rc1 cfg: BLA=y DAT=n DEBUG=y TRACING=n NC=n MCAST=n 
BATMAN_V=n
 * unused_symbols v6.16-rc1 cfg: BLA=y DAT=n DEBUG=y TRACING=y NC=y MCAST=n 
BATMAN_V=n
 * unused_symbols v6.16-rc1 cfg: BLA=y DAT=y DEBUG=y TRACING=n NC=n MCAST=n 
BATMAN_V=y
 * unused_symbols v6.16-rc1 cfg: BLA=y DAT=y DEBUG=y TRACING=n NC=n MCAST=y 
BATMAN_V=y


Output of different failed tests
================================

stable: difference between net and batadv stable
------------------------------------------------

     net/net/batman-adv/main.c              |    4 +---
     net/net/batman-adv/main.h              |    3 +--
     net/net/batman-adv/mesh-interface.c    |   15 ---------------
     net/net/batman-adv/send.c              |    4 +++-
     net/net/batman-adv/tp_meter.c          |    4 ++--
     net/net/batman-adv/translation-table.c |    2 +-
     6 files changed, 8 insertions(+), 24 deletions(-)

stable: sparse v6.16-rc1 cfg: BLA=n DAT=n DEBUG=n TRACING=n NC=n MCAST=n 
BATMAN_V=y
---------------------------------------------------------------------------

    net/batman-adv/tp_meter.c: In function ‘batadv_tp_sender_timeout’:
    net/batman-adv/tp_meter.c:488:42: error: implicit declaration of function 
‘from_timer’; did you mean ‘mod_timer’? [-Werror=implicit-function-declaration]
      488 |         struct batadv_tp_vars *tp_vars = from_timer(tp_vars, t, 
timer);
          |                                          ^~~~~~~~~~
          |                                          mod_timer
    net/batman-adv/tp_meter.c:488:65: error: ‘timer’ undeclared (first use in 
this function); did you mean ‘ktimerd’?
      488 |         struct batadv_tp_vars *tp_vars = from_timer(tp_vars, t, 
timer);
          |                                                                 
^~~~~
          |                                                                 
ktimerd
    net/batman-adv/tp_meter.c:488:65: note: each undeclared identifier is 
reported only once for each function it appears in
    net/batman-adv/tp_meter.c: In function ‘batadv_tp_receiver_shutdown’:
    net/batman-adv/tp_meter.c:1104:65: error: ‘timer’ undeclared (first use in 
this function); did you mean ‘ktimerd’?
     1104 |         struct batadv_tp_vars *tp_vars = from_timer(tp_vars, t, 
timer);
          |                                                                 
^~~~~
          |                                                                 
ktimerd
    cc1: some warnings being treated as errors
    make[5]: *** 
[/home/build_test/build_env/linux-build/linux/v6.16-rc1/scripts/Makefile.build:287:
 net/batman-adv/tp_meter.o] Error 1
    make[4]: *** 
[/home/build_test/build_env/linux-build/linux/v6.16-rc1/scripts/Makefile.build:554:
 net/batman-adv] Error 2
    make[3]: *** 
[/home/build_test/build_env/linux-build/linux/v6.16-rc1/Makefile:2006: .] Error 
2
    make[2]: *** 
[/home/build_test/build_env/linux-build/linux/v6.16-rc1/Makefile:248: 
__sub-make] Error 2
    make[1]: *** [Makefile:248: __sub-make] Error 2
    make: *** [Makefile:68: all] Error 2

stable: unused_symbols v6.16-rc1 cfg: BLA=n DAT=n DEBUG=n TRACING=n NC=n 
MCAST=n BATMAN_V=y
---------------------------------------------------------------------------

    batadv_netlink_tpmeter_notify
    batadv_orig_node_vlan_get
    batadv_orig_node_vlan_new
    batadv_orig_node_vlan_release

stable: unused_symbols v6.16-rc1 cfg: BLA=y DAT=y DEBUG=y TRACING=n NC=n 
MCAST=n BATMAN_V=y
---------------------------------------------------------------------------

    batadv_bla_is_backbone_gw_orig
    batadv_netlink_tpmeter_notify
    batadv_orig_node_vlan_get
    batadv_orig_node_vlan_new
    batadv_orig_node_vlan_release


Statistics
==========

main
----

Failed tests:                 0
Started build tests:        228
Tested Linux versions:       41
Tested configs:             107

stable
------

Failed tests:                15
Started build tests:        228
Tested Linux versions:       41
Tested configs:             108

Reply via email to