========== build_32bit - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/bonding/bond_main.c: In function ‘bond_peer_notify_reset’: ../drivers/net/bonding/bond_main.c:6585:37: error: unterminated argument list invoking macro ‘WRITE_ONCE’ 6585 | MODULE_IMPORT_NS("NETDEV_INTERNAL"); | ^ ../drivers/net/bonding/bond_main.c:1207:9: error: ‘WRITE_ONCE’ undeclared (first use in this function) 1207 | WRITE_ONCE(bond->send_peer_notif, | ^~~~~~~~~~ ../drivers/net/bonding/bond_main.c:1207:9: note: each undeclared identifier is reported only once for each function it appears in ../drivers/net/bonding/bond_main.c:1207:19: error: expected ‘;’ at end of input 1207 | WRITE_ONCE(bond->send_peer_notif, | ^ | ; ...... ../drivers/net/bonding/bond_main.c:1207:9: error: expected declaration or statement at end of input 1207 | WRITE_ONCE(bond->send_peer_notif, | ^~~~~~~~~~ ../drivers/net/bonding/bond_main.c: At top level: ../drivers/net/bonding/bond_main.c:263:12: warning: ‘bond_init’ declared ‘static’ but never defined [-Wunused-function] 263 | static int bond_init(struct net_device *bond_dev); | ^~~~~~~~~ ../drivers/net/bonding/bond_main.c:264:13: warning: ‘bond_uninit’ declared ‘static’ but never defined [-Wunused-function] 264 | static void bond_uninit(struct net_device *bond_dev); | ^~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:265:13: warning: ‘bond_get_stats’ declared ‘static’ but never defined [-Wunused-function] 265 | static void bond_get_stats(struct net_device *bond_dev, | ^~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:267:13: warning: ‘bond_slave_arr_handler’ declared ‘static’ but never defined [-Wunused-function] 267 | static void bond_slave_arr_handler(struct work_struct *work); | ^~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:268:13: warning: ‘bond_time_in_interval’ declared ‘static’ but never defined [-Wunused-function] 268 | static bool bond_time_in_interval(struct bonding *bond, unsigned long last_act, | ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:270:13: warning: ‘bond_netdev_notify_work’ declared ‘static’ but never defined [-Wunused-function] 270 | static void bond_netdev_notify_work(struct work_struct *work); | ^~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:1205:13: warning: ‘bond_peer_notify_reset’ defined but not used [-Wunused-function] 1205 | static void bond_peer_notify_reset(struct bonding *bond) | ^~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:1166:13: warning: ‘bond_should_notify_peers’ defined but not used [-Wunused-function] 1166 | static bool bond_should_notify_peers(struct bonding *bond) | ^~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:1142:22: warning: ‘bond_find_best_slave’ defined but not used [-Wunused-function] 1142 | static struct slave *bond_find_best_slave(struct bonding *bond) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:1004:13: warning: ‘bond_do_fail_over_mac’ defined but not used [-Wunused-function] 1004 | static void bond_do_fail_over_mac(struct bonding *bond, | ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:922:13: warning: ‘bond_hw_addr_swap’ defined but not used [-Wunused-function] 922 | static void bond_hw_addr_swap(struct bonding *bond, struct slave *new_active, | ^~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:884:13: warning: ‘bond_resend_igmp_join_requests_delayed’ defined but not used [-Wunused-function] 884 | static void bond_resend_igmp_join_requests_delayed(struct work_struct *work) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:858:12: warning: ‘bond_set_allmulti’ defined but not used [-Wunused-function] 858 | static int bond_set_allmulti(struct bonding *bond, int inc) | ^~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:835:12: warning: ‘bond_set_promiscuity’ defined but not used [-Wunused-function] 835 | static int bond_set_promiscuity(struct bonding *bond, int inc) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:788:12: warning: ‘bond_update_speed_duplex’ defined but not used [-Wunused-function] 788 | static int bond_update_speed_duplex(struct slave *slave) | ^~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:735:33: warning: ‘bond_xfrmdev_ops’ defined but not used [-Wunused-const-variable=] 735 | static const struct xfrmdev_ops bond_xfrmdev_ops = { | ^~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:593:13: warning: ‘bond_ipsec_del_sa_all’ defined but not used [-Wunused-function] 593 | static void bond_ipsec_del_sa_all(struct bonding *bond) | ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:516:13: warning: ‘bond_ipsec_add_sa_all’ defined but not used [-Wunused-function] 516 | static void bond_ipsec_add_sa_all(struct bonding *bond) | ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:404:12: warning: ‘bond_vlan_rx_kill_vid’ defined but not used [-Wunused-function] 404 | static int bond_vlan_rx_kill_vid(struct net_device *bond_dev, | ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:370:12: warning: ‘bond_vlan_rx_add_vid’ defined but not used [-Wunused-function] 370 | static int bond_vlan_rx_add_vid(struct net_device *bond_dev, | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:314:13: warning: ‘bond_sk_check’ defined but not used [-Wunused-function] 314 | static bool bond_sk_check(struct bonding *bond) | ^~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:259:30: warning: ‘flow_keys_bonding’ defined but not used [-Wunused-variable] 259 | static struct flow_dissector flow_keys_bonding __read_mostly; | ^~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:216:40: warning: ‘flow_keys_bonding_keys’ defined but not used [-Wunused-const-variable=] 216 | static const struct flow_dissector_key flow_keys_bonding_keys[] = { | ^~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/bonding/bond_main.c:122:27: warning: ‘bonding_defaults’ defined but not used [-Wunused-variable] 122 | static struct bond_params bonding_defaults; | ^~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:287: drivers/net/bonding/bond_main.o] Error 1 make[5]: *** [../scripts/Makefile.build:556: drivers/net/bonding] Error 2 make[4]: *** [../scripts/Makefile.build:556: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:556: drivers] Error 2 make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2010: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.mNyS5kifrb 2025-11-25 03:54:25.622167787 -0500 +++ /tmp/tmp.u9UnHc4o05 2025-11-25 03:54:30.744202181 -0500 @@ -1,0 +2,97 @@ +../drivers/net/bonding/bond_main.c: In function ‘bond_peer_notify_reset’: +../drivers/net/bonding/bond_main.c:6585:37: error: unterminated argument list invoking macro ‘WRITE_ONCE’ + 6585 | MODULE_IMPORT_NS("NETDEV_INTERNAL"); + | ^ +../drivers/net/bonding/bond_main.c:1207:9: error: ‘WRITE_ONCE’ undeclared (first use in this function) + 1207 | WRITE_ONCE(bond->send_peer_notif, + | ^~~~~~~~~~ +../drivers/net/bonding/bond_main.c:1207:9: note: each undeclared identifier is reported only once for each function it appears in +../drivers/net/bonding/bond_main.c:1207:19: error: expected ‘;’ at end of input + 1207 | WRITE_ONCE(bond->send_peer_notif, + | ^ + | ; +...... +../drivers/net/bonding/bond_main.c:1207:9: error: expected declaration or statement at end of input + 1207 | WRITE_ONCE(bond->send_peer_notif, + | ^~~~~~~~~~ +../drivers/net/bonding/bond_main.c: At top level: +../drivers/net/bonding/bond_main.c:263:12: warning: ‘bond_init’ declared ‘static’ but never defined [-Wunused-function] + 263 | static int bond_init(struct net_device *bond_dev); + | ^~~~~~~~~ +../drivers/net/bonding/bond_main.c:264:13: warning: ‘bond_uninit’ declared ‘static’ but never defined [-Wunused-function] + 264 | static void bond_uninit(struct net_device *bond_dev); + | ^~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:265:13: warning: ‘bond_get_stats’ declared ‘static’ but never defined [-Wunused-function] + 265 | static void bond_get_stats(struct net_device *bond_dev, + | ^~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:267:13: warning: ‘bond_slave_arr_handler’ declared ‘static’ but never defined [-Wunused-function] + 267 | static void bond_slave_arr_handler(struct work_struct *work); + | ^~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:268:13: warning: ‘bond_time_in_interval’ declared ‘static’ but never defined [-Wunused-function] + 268 | static bool bond_time_in_interval(struct bonding *bond, unsigned long last_act, + | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:270:13: warning: ‘bond_netdev_notify_work’ declared ‘static’ but never defined [-Wunused-function] + 270 | static void bond_netdev_notify_work(struct work_struct *work); + | ^~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:1205:13: warning: ‘bond_peer_notify_reset’ defined but not used [-Wunused-function] + 1205 | static void bond_peer_notify_reset(struct bonding *bond) + | ^~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:1166:13: warning: ‘bond_should_notify_peers’ defined but not used [-Wunused-function] + 1166 | static bool bond_should_notify_peers(struct bonding *bond) + | ^~~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:1142:22: warning: ‘bond_find_best_slave’ defined but not used [-Wunused-function] + 1142 | static struct slave *bond_find_best_slave(struct bonding *bond) + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:1004:13: warning: ‘bond_do_fail_over_mac’ defined but not used [-Wunused-function] + 1004 | static void bond_do_fail_over_mac(struct bonding *bond, + | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:922:13: warning: ‘bond_hw_addr_swap’ defined but not used [-Wunused-function] + 922 | static void bond_hw_addr_swap(struct bonding *bond, struct slave *new_active, + | ^~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:884:13: warning: ‘bond_resend_igmp_join_requests_delayed’ defined but not used [-Wunused-function] + 884 | static void bond_resend_igmp_join_requests_delayed(struct work_struct *work) + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:858:12: warning: ‘bond_set_allmulti’ defined but not used [-Wunused-function] + 858 | static int bond_set_allmulti(struct bonding *bond, int inc) + | ^~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:835:12: warning: ‘bond_set_promiscuity’ defined but not used [-Wunused-function] + 835 | static int bond_set_promiscuity(struct bonding *bond, int inc) + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:788:12: warning: ‘bond_update_speed_duplex’ defined but not used [-Wunused-function] + 788 | static int bond_update_speed_duplex(struct slave *slave) + | ^~~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:735:33: warning: ‘bond_xfrmdev_ops’ defined but not used [-Wunused-const-variable=] + 735 | static const struct xfrmdev_ops bond_xfrmdev_ops = { + | ^~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:593:13: warning: ‘bond_ipsec_del_sa_all’ defined but not used [-Wunused-function] + 593 | static void bond_ipsec_del_sa_all(struct bonding *bond) + | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:516:13: warning: ‘bond_ipsec_add_sa_all’ defined but not used [-Wunused-function] + 516 | static void bond_ipsec_add_sa_all(struct bonding *bond) + | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:404:12: warning: ‘bond_vlan_rx_kill_vid’ defined but not used [-Wunused-function] + 404 | static int bond_vlan_rx_kill_vid(struct net_device *bond_dev, + | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:370:12: warning: ‘bond_vlan_rx_add_vid’ defined but not used [-Wunused-function] + 370 | static int bond_vlan_rx_add_vid(struct net_device *bond_dev, + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:314:13: warning: ‘bond_sk_check’ defined but not used [-Wunused-function] + 314 | static bool bond_sk_check(struct bonding *bond) + | ^~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:259:30: warning: ‘flow_keys_bonding’ defined but not used [-Wunused-variable] + 259 | static struct flow_dissector flow_keys_bonding __read_mostly; + | ^~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:216:40: warning: ‘flow_keys_bonding_keys’ defined but not used [-Wunused-const-variable=] + 216 | static const struct flow_dissector_key flow_keys_bonding_keys[] = { + | ^~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/bonding/bond_main.c:122:27: warning: ‘bonding_defaults’ defined but not used [-Wunused-variable] + 122 | static struct bond_params bonding_defaults; + | ^~~~~~~~~~~~~~~~ +make[6]: *** [../scripts/Makefile.build:287: drivers/net/bonding/bond_main.o] Error 1 +make[5]: *** [../scripts/Makefile.build:556: drivers/net/bonding] Error 2 +make[4]: *** [../scripts/Makefile.build:556: drivers/net] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:556: drivers] Error 2 +make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2010: .] Error 2 +make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.q954nvzAY0 2025-11-25 03:54:30.747140064 -0500 +++ /tmp/tmp.NnbtEo06GT 2025-11-25 03:54:30.748140055 -0500 @@ -0,0 +1 @@ + 28 ../drivers/net/bonding/bond_main.c