========== build_32bit - FAILED .pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files ../net/ipv6/exthdrs.c: In function ‘ipv6_rthdr_rcv’: ../net/ipv6/exthdrs.c:786:41: error: too many arguments to function ‘dev_net’; expected 1, have 2 786 | if (!ipv6_chk_home_addr(dev_net(skb_dst_dev(skb), addr)) { | ^~~~~~~ ~~~~ In file included from ../net/ipv6/exthdrs.c:25: ../include/linux/netdevice.h:2711:13: note: declared here 2711 | struct net *dev_net(const struct net_device *dev) | ^~~~~~~ ../net/ipv6/exthdrs.c:786:22: error: too few arguments to function ‘ipv6_chk_home_addr’; expected 2, have 1 786 | if (!ipv6_chk_home_addr(dev_net(skb_dst_dev(skb), addr)) { | ^~~~~~~~~~~~~~~~~~ In file included from ../include/net/ip6_route.h:5, from ../net/ipv6/exthdrs.c:40: ../include/net/addrconf.h:122:5: note: declared here 122 | int ipv6_chk_home_addr(struct net *net, const struct in6_addr *addr); | ^~~~~~~~~~~~~~~~~~ ../net/ipv6/exthdrs.c:786:73: error: expected ‘)’ before ‘{’ token 786 | if (!ipv6_chk_home_addr(dev_net(skb_dst_dev(skb), addr)) { | ~ ^~ | ) ../net/ipv6/exthdrs.c:795:9: error: expected expression before ‘}’ token 795 | } | ^ make[5]: *** [../scripts/Makefile.build:287: net/ipv6/exthdrs.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:554: net/ipv6] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:554: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2003: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.GmAv3ZCZxZ 2025-06-27 06:42:06.560546782 -0700 +++ /tmp/tmp.MtcghTBxtg 2025-06-27 06:42:29.149705346 -0700 @@ -1,0 +2,32 @@ +../net/ipv6/exthdrs.c: In function ‘ipv6_rthdr_rcv’: +../net/ipv6/exthdrs.c:786:41: error: too many arguments to function ‘dev_net’; expected 1, have 2 + 786 | if (!ipv6_chk_home_addr(dev_net(skb_dst_dev(skb), addr)) { + | ^~~~~~~ ~~~~ +In file included from ../net/ipv6/exthdrs.c:25: +../include/linux/netdevice.h:2711:13: note: declared here + 2711 | struct net *dev_net(const struct net_device *dev) + | ^~~~~~~ +../net/ipv6/exthdrs.c:786:22: error: too few arguments to function ‘ipv6_chk_home_addr’; expected 2, have 1 + 786 | if (!ipv6_chk_home_addr(dev_net(skb_dst_dev(skb), addr)) { + | ^~~~~~~~~~~~~~~~~~ +In file included from ../include/net/ip6_route.h:5, + from ../net/ipv6/exthdrs.c:40: +../include/net/addrconf.h:122:5: note: declared here + 122 | int ipv6_chk_home_addr(struct net *net, const struct in6_addr *addr); + | ^~~~~~~~~~~~~~~~~~ +../net/ipv6/exthdrs.c:786:73: error: expected ‘)’ before ‘{’ token + 786 | if (!ipv6_chk_home_addr(dev_net(skb_dst_dev(skb), addr)) { + | ~ ^~ + | ) +../net/ipv6/exthdrs.c:795:9: error: expected expression before ‘}’ token + 795 | } + | ^ +make[5]: *** [../scripts/Makefile.build:287: net/ipv6/exthdrs.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:554: net/ipv6] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:554: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2003: .] Error 2 +make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.tXOh5zSyB9 2025-06-27 06:42:29.155473050 -0700 +++ /tmp/tmp.3tY2biwFci 2025-06-27 06:42:29.157473039 -0700 @@ -0,0 +1 @@ + 4 ../net/ipv6/exthdrs.c