Documentation/.renames.txt: warning: ignored by one of the .gitignore files 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) Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/netfilter/nf_flow_table_offload.c: In function ‘flow_offload_update_encap_stats’: ../net/netfilter/nf_flow_table_offload.c:1080:60: error: incompatible type for argument 1 of ‘dev_net’ 1080 | dev = dev_get_by_index_rcu(dev_net(flow->ct->ct_net), | ~~~~~~~~^~~~~~~~ | | | possible_net_t In file included from ../include/linux/netfilter.h:16, from ../net/netfilter/nf_flow_table_offload.c:5: ../include/linux/netdevice.h:2738:46: note: expected ‘const struct net_device *’ but argument is of type ‘possible_net_t’ 2738 | struct net *dev_net(const struct net_device *dev) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ../net/netfilter/nf_flow_table_offload.c:1095:60: error: incompatible type for argument 1 of ‘dev_net’ 1095 | dev = dev_get_by_index_rcu(dev_net(flow->ct->ct_net), | ~~~~~~~~^~~~~~~~ | | | possible_net_t ../include/linux/netdevice.h:2738:46: note: expected ‘const struct net_device *’ but argument is of type ‘possible_net_t’ 2738 | struct net *dev_net(const struct net_device *dev) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~ make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nf_flow_table_offload.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/netfilter] Error 2 make[3]: *** [../scripts/Makefile.build:548: net] 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 New errors added --- /tmp/tmp.44VOhfbh9O 2026-04-09 13:10:31.080061267 -0400 +++ /tmp/tmp.AMwtHFwiB5 2026-04-09 13:10:38.016446175 -0400 @@ -2,3 +2,26 @@ -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) +../net/netfilter/nf_flow_table_offload.c: In function ‘flow_offload_update_encap_stats’: +../net/netfilter/nf_flow_table_offload.c:1080:60: error: incompatible type for argument 1 of ‘dev_net’ + 1080 | dev = dev_get_by_index_rcu(dev_net(flow->ct->ct_net), + | ~~~~~~~~^~~~~~~~ + | | + | possible_net_t +In file included from ../include/linux/netfilter.h:16, + from ../net/netfilter/nf_flow_table_offload.c:5: +../include/linux/netdevice.h:2738:46: note: expected ‘const struct net_device *’ but argument is of type ‘possible_net_t’ + 2738 | struct net *dev_net(const struct net_device *dev) + | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~ +../net/netfilter/nf_flow_table_offload.c:1095:60: error: incompatible type for argument 1 of ‘dev_net’ + 1095 | dev = dev_get_by_index_rcu(dev_net(flow->ct->ct_net), + | ~~~~~~~~^~~~~~~~ + | | + | possible_net_t +../include/linux/netdevice.h:2738:46: note: expected ‘const struct net_device *’ but argument is of type ‘possible_net_t’ + 2738 | struct net *dev_net(const struct net_device *dev) + | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~ +make[5]: *** [../scripts/Makefile.build:289: net/netfilter/nf_flow_table_offload.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: net/netfilter] Error 2 +make[3]: *** [../scripts/Makefile.build:548: net] 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 Per-file breakdown --- /tmp/tmp.944wdHVdRw 2026-04-09 13:10:38.018437778 -0400 +++ /tmp/tmp.vCbD6PKsKW 2026-04-09 13:10:38.021324783 -0400 @@ -0,0 +1 @@ + 2 ../net/netfilter/nf_flow_table_offload.c