========== build_32bit - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/zte/dinghai/en_pf.c: In function ‘dh_pf_pci_init’: ../drivers/net/ethernet/zte/dinghai/en_pf.c:80:15: error: ‘struct zxdh_pf_device’ has no member named ‘pci_ioremap_addr’ 80 | pf_dev->pci_ioremap_addr[0] = | ^~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:81:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 81 | (uint64_t)ioremap(pci_resource_start(dev->pdev, 0), | ^ ../drivers/net/ethernet/zte/dinghai/en_pf.c:83:20: error: ‘struct zxdh_pf_device’ has no member named ‘pci_ioremap_addr’ 83 | if (!pf_dev->pci_ioremap_addr[0]) { | ^~ ../drivers/net/ethernet/zte/dinghai/en_pf.c: At top level: ../drivers/net/ethernet/zte/dinghai/en_pf.c:100:6: warning: no previous prototype for ‘dh_pf_pci_close’ [-Wmissing-prototypes] 100 | void dh_pf_pci_close(struct dh_core_dev *dev) | ^~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c: In function ‘dh_pf_pci_close’: ../drivers/net/ethernet/zte/dinghai/en_pf.c:105:31: error: ‘struct zxdh_pf_device’ has no member named ‘pci_ioremap_addr’ 105 | iounmap((void *)pf_dev->pci_ioremap_addr[0]); | ^~ ../drivers/net/ethernet/zte/dinghai/en_pf.c: At top level: ../drivers/net/ethernet/zte/dinghai/en_pf.c:18:19: warning: ‘zxdh_pf_copyright’ defined but not used [-Wunused-const-variable=] 18 | static const char zxdh_pf_copyright[] = "Copyright (c) 2022-2024, ZTE Corporation."; | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:17:19: warning: ‘zxdh_pf_driver_string’ defined but not used [-Wunused-const-variable=] 17 | static const char zxdh_pf_driver_string[] = DRV_SUMMARY; | ^~~~~~~~~~~~~~~~~~~~~ make[8]: *** [../scripts/Makefile.build:289: drivers/net/ethernet/zte/dinghai/en_pf.o] Error 1 make[7]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/zte/dinghai] Error 2 make[6]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/zte] Error 2 make[5]: *** [../scripts/Makefile.build:548: drivers/net/ethernet] Error 2 make[4]: *** [../scripts/Makefile.build:548: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:2105: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/zte/dinghai/en_pf.c: In function ‘dh_pf_pci_init’: ../drivers/net/ethernet/zte/dinghai/en_pf.c:81:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 81 | (uint64_t)ioremap(pci_resource_start(dev->pdev, 0), | ^ ../drivers/net/ethernet/zte/dinghai/en_pf.c: At top level: ../drivers/net/ethernet/zte/dinghai/en_pf.c:100:6: warning: no previous prototype for ‘dh_pf_pci_close’ [-Wmissing-prototypes] 100 | void dh_pf_pci_close(struct dh_core_dev *dev) | ^~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c: In function ‘dh_pf_pci_close’: ../drivers/net/ethernet/zte/dinghai/en_pf.c:105:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 105 | iounmap((void *)pf_dev->pci_ioremap_addr[0]); | ^ ../drivers/net/ethernet/zte/dinghai/en_pf.c: At top level: ../drivers/net/ethernet/zte/dinghai/en_pf.c:110:9: warning: no previous prototype for ‘zxdh_pf_pci_find_capability’ [-Wmissing-prototypes] 110 | int32_t zxdh_pf_pci_find_capability(struct pci_dev *pdev, uint8_t cfg_type, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:138:15: warning: no previous prototype for ‘zxdh_pf_map_capability’ [-Wmissing-prototypes] 138 | void __iomem *zxdh_pf_map_capability(struct dh_core_dev *dh_dev, int32_t off, | ^~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:201:9: warning: no previous prototype for ‘zxdh_pf_common_cfg_init’ [-Wmissing-prototypes] 201 | int32_t zxdh_pf_common_cfg_init(struct dh_core_dev *dh_dev) | ^~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:229:9: warning: no previous prototype for ‘zxdh_pf_notify_cfg_init’ [-Wmissing-prototypes] 229 | int32_t zxdh_pf_notify_cfg_init(struct dh_core_dev *dh_dev) | ^~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:274:9: warning: no previous prototype for ‘zxdh_pf_device_cfg_init’ [-Wmissing-prototypes] 274 | int32_t zxdh_pf_device_cfg_init(struct dh_core_dev *dh_dev) | ^~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:299:6: warning: no previous prototype for ‘zxdh_pf_modern_cfg_uninit’ [-Wmissing-prototypes] 299 | void zxdh_pf_modern_cfg_uninit(struct dh_core_dev *dh_dev) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:311:9: warning: no previous prototype for ‘zxdh_pf_modern_cfg_init’ [-Wmissing-prototypes] 311 | int32_t zxdh_pf_modern_cfg_init(struct dh_core_dev *dh_dev) | ^~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:345:10: warning: no previous prototype for ‘zxdh_pf_get_queue_notify_off’ [-Wmissing-prototypes] 345 | uint16_t zxdh_pf_get_queue_notify_off(struct dh_core_dev *dh_dev, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:358:15: warning: no previous prototype for ‘zxdh_pf_map_vq_notify’ [-Wmissing-prototypes] 358 | void __iomem *zxdh_pf_map_vq_notify(struct dh_core_dev *dh_dev, | ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:387:6: warning: no previous prototype for ‘zxdh_pf_unmap_vq_notify’ [-Wmissing-prototypes] 387 | void zxdh_pf_unmap_vq_notify(struct dh_core_dev *dh_dev, void *priv) | ^~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:395:6: warning: no previous prototype for ‘zxdh_pf_set_status’ [-Wmissing-prototypes] 395 | void zxdh_pf_set_status(struct dh_core_dev *dh_dev, uint8_t status) | ^~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:402:9: warning: no previous prototype for ‘zxdh_pf_get_status’ [-Wmissing-prototypes] 402 | uint8_t zxdh_pf_get_status(struct dh_core_dev *dh_dev) | ^~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:420:6: warning: no previous prototype for ‘zxdh_pf_get_vf_mac’ [-Wmissing-prototypes] 420 | void zxdh_pf_get_vf_mac(struct dh_core_dev *dh_dev, uint8_t *mac, int32_t vf_id) | ^~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:443:6: warning: no previous prototype for ‘zxdh_pf_set_vf_mac_reg’ [-Wmissing-prototypes] 443 | void zxdh_pf_set_vf_mac_reg(struct zxdh_pf_device *pf_dev, uint8_t *mac, int32_t vf_id) | ^~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:461:6: warning: no previous prototype for ‘zxdh_pf_set_vf_mac’ [-Wmissing-prototypes] 461 | void zxdh_pf_set_vf_mac(struct dh_core_dev *dh_dev, uint8_t *mac, int32_t vf_id) | ^~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:468:6: warning: no previous prototype for ‘zxdh_set_mac’ [-Wmissing-prototypes] 468 | void zxdh_set_mac(struct dh_core_dev *dh_dev, uint8_t *mac) | ^~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:481:6: warning: no previous prototype for ‘zxdh_get_mac’ [-Wmissing-prototypes] 481 | void zxdh_get_mac(struct dh_core_dev *dh_dev, uint8_t *mac) | ^~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:498:10: warning: no previous prototype for ‘zxdh_pf_get_features’ [-Wmissing-prototypes] 498 | uint64_t zxdh_pf_get_features(struct dh_core_dev *dh_dev) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:511:6: warning: no previous prototype for ‘zxdh_pf_set_features’ [-Wmissing-prototypes] 511 | void zxdh_pf_set_features(struct dh_core_dev *dh_dev, uint64_t features) | ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:409:16: warning: ‘zxdh_pf_get_cfg_gen’ defined but not used [-Wunused-function] 409 | static uint8_t zxdh_pf_get_cfg_gen(struct dh_core_dev *dh_dev) | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:18:19: warning: ‘zxdh_pf_copyright’ defined but not used [-Wunused-const-variable=] 18 | static const char zxdh_pf_copyright[] = "Copyright (c) 2022-2024, ZTE Corporation."; | ^~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/zte/dinghai/en_pf.c:17:19: warning: ‘zxdh_pf_driver_string’ defined but not used [-Wunused-const-variable=] 17 | static const char zxdh_pf_driver_string[] = DRV_SUMMARY; | ^~~~~~~~~~~~~~~~~~~~~ WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x176 (section: .text) -> is_static_object (section: .init.text) WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap+0x386 (section: .text) -> dummy_tlb_add_page (section: .init.text) WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap.cold+0x5b (section: .text.unlikely) -> dummy_tlb_flush (section: .init.text) New errors added --- /tmp/tmp.LNYRXvKzWX 2026-04-14 22:28:37.190291156 -0400 +++ /tmp/tmp.vkFXjSRs8O 2026-04-14 22:30:39.486669721 -0400 @@ -3,3 +2,0 @@ -../drivers/net/ethernet/zte/dinghai/en_pf.c:80:15: error: ‘struct zxdh_pf_device’ has no member named ‘pci_ioremap_addr’ - 80 | pf_dev->pci_ioremap_addr[0] = - | ^~ @@ -9,3 +5,0 @@ -../drivers/net/ethernet/zte/dinghai/en_pf.c:83:20: error: ‘struct zxdh_pf_device’ has no member named ‘pci_ioremap_addr’ - 83 | if (!pf_dev->pci_ioremap_addr[0]) { - | ^~ @@ -17 +11 @@ -../drivers/net/ethernet/zte/dinghai/en_pf.c:105:31: error: ‘struct zxdh_pf_device’ has no member named ‘pci_ioremap_addr’ +../drivers/net/ethernet/zte/dinghai/en_pf.c:105:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] @@ -19 +13 @@ - | ^~ + | ^ @@ -20,0 +15,60 @@ +../drivers/net/ethernet/zte/dinghai/en_pf.c:110:9: warning: no previous prototype for ‘zxdh_pf_pci_find_capability’ [-Wmissing-prototypes] + 110 | int32_t zxdh_pf_pci_find_capability(struct pci_dev *pdev, uint8_t cfg_type, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:138:15: warning: no previous prototype for ‘zxdh_pf_map_capability’ [-Wmissing-prototypes] + 138 | void __iomem *zxdh_pf_map_capability(struct dh_core_dev *dh_dev, int32_t off, + | ^~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:201:9: warning: no previous prototype for ‘zxdh_pf_common_cfg_init’ [-Wmissing-prototypes] + 201 | int32_t zxdh_pf_common_cfg_init(struct dh_core_dev *dh_dev) + | ^~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:229:9: warning: no previous prototype for ‘zxdh_pf_notify_cfg_init’ [-Wmissing-prototypes] + 229 | int32_t zxdh_pf_notify_cfg_init(struct dh_core_dev *dh_dev) + | ^~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:274:9: warning: no previous prototype for ‘zxdh_pf_device_cfg_init’ [-Wmissing-prototypes] + 274 | int32_t zxdh_pf_device_cfg_init(struct dh_core_dev *dh_dev) + | ^~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:299:6: warning: no previous prototype for ‘zxdh_pf_modern_cfg_uninit’ [-Wmissing-prototypes] + 299 | void zxdh_pf_modern_cfg_uninit(struct dh_core_dev *dh_dev) + | ^~~~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:311:9: warning: no previous prototype for ‘zxdh_pf_modern_cfg_init’ [-Wmissing-prototypes] + 311 | int32_t zxdh_pf_modern_cfg_init(struct dh_core_dev *dh_dev) + | ^~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:345:10: warning: no previous prototype for ‘zxdh_pf_get_queue_notify_off’ [-Wmissing-prototypes] + 345 | uint16_t zxdh_pf_get_queue_notify_off(struct dh_core_dev *dh_dev, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:358:15: warning: no previous prototype for ‘zxdh_pf_map_vq_notify’ [-Wmissing-prototypes] + 358 | void __iomem *zxdh_pf_map_vq_notify(struct dh_core_dev *dh_dev, + | ^~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:387:6: warning: no previous prototype for ‘zxdh_pf_unmap_vq_notify’ [-Wmissing-prototypes] + 387 | void zxdh_pf_unmap_vq_notify(struct dh_core_dev *dh_dev, void *priv) + | ^~~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:395:6: warning: no previous prototype for ‘zxdh_pf_set_status’ [-Wmissing-prototypes] + 395 | void zxdh_pf_set_status(struct dh_core_dev *dh_dev, uint8_t status) + | ^~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:402:9: warning: no previous prototype for ‘zxdh_pf_get_status’ [-Wmissing-prototypes] + 402 | uint8_t zxdh_pf_get_status(struct dh_core_dev *dh_dev) + | ^~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:420:6: warning: no previous prototype for ‘zxdh_pf_get_vf_mac’ [-Wmissing-prototypes] + 420 | void zxdh_pf_get_vf_mac(struct dh_core_dev *dh_dev, uint8_t *mac, int32_t vf_id) + | ^~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:443:6: warning: no previous prototype for ‘zxdh_pf_set_vf_mac_reg’ [-Wmissing-prototypes] + 443 | void zxdh_pf_set_vf_mac_reg(struct zxdh_pf_device *pf_dev, uint8_t *mac, int32_t vf_id) + | ^~~~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:461:6: warning: no previous prototype for ‘zxdh_pf_set_vf_mac’ [-Wmissing-prototypes] + 461 | void zxdh_pf_set_vf_mac(struct dh_core_dev *dh_dev, uint8_t *mac, int32_t vf_id) + | ^~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:468:6: warning: no previous prototype for ‘zxdh_set_mac’ [-Wmissing-prototypes] + 468 | void zxdh_set_mac(struct dh_core_dev *dh_dev, uint8_t *mac) + | ^~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:481:6: warning: no previous prototype for ‘zxdh_get_mac’ [-Wmissing-prototypes] + 481 | void zxdh_get_mac(struct dh_core_dev *dh_dev, uint8_t *mac) + | ^~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:498:10: warning: no previous prototype for ‘zxdh_pf_get_features’ [-Wmissing-prototypes] + 498 | uint64_t zxdh_pf_get_features(struct dh_core_dev *dh_dev) + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:511:6: warning: no previous prototype for ‘zxdh_pf_set_features’ [-Wmissing-prototypes] + 511 | void zxdh_pf_set_features(struct dh_core_dev *dh_dev, uint64_t features) + | ^~~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/zte/dinghai/en_pf.c:409:16: warning: ‘zxdh_pf_get_cfg_gen’ defined but not used [-Wunused-function] + 409 | static uint8_t zxdh_pf_get_cfg_gen(struct dh_core_dev *dh_dev) + | ^~~~~~~~~~~~~~~~~~~ @@ -27,11 +81,3 @@ -make[8]: *** [../scripts/Makefile.build:289: drivers/net/ethernet/zte/dinghai/en_pf.o] Error 1 -make[7]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/zte/dinghai] Error 2 -make[6]: *** [../scripts/Makefile.build:548: drivers/net/ethernet/zte] Error 2 -make[5]: *** [../scripts/Makefile.build:548: drivers/net/ethernet] Error 2 -make[4]: *** [../scripts/Makefile.build:548: drivers/net] Error 2 -make[4]: *** Waiting for unfinished jobs.... -make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 -make[3]: *** Waiting for unfinished jobs.... -make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:2105: .] Error 2 -make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 -make: *** [Makefile:248: __sub-make] Error 2 +WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x176 (section: .text) -> is_static_object (section: .init.text) +WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap+0x386 (section: .text) -> dummy_tlb_add_page (section: .init.text) +WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap.cold+0x5b (section: .text.unlikely) -> dummy_tlb_flush (section: .init.text) Per-file breakdown --- /tmp/tmp.falMOObSlf 2026-04-14 22:30:39.489924954 -0400 +++ /tmp/tmp.hodrmw0Cqn 2026-04-14 22:30:39.490924943 -0400 @@ -1 +1 @@ - 7 ../drivers/net/ethernet/zte/dinghai/en_pf.c + 25 ../drivers/net/ethernet/zte/dinghai/en_pf.c