Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/ethtool/netlink.c:694:39: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 694 | struct ethnl_dump_ctx *ctx = &phy_ctx->ethnl_ctx; | ~~~~~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:724:10: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 724 | phy_ctx->ifindex = req_info->dev->ifindex; | ~~~~~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:748:41: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 748 | struct ethnl_dump_ctx *ethnl_ctx = &ctx->ethnl_ctx; | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:756:46: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 756 | xa_for_each_start(&dev->link_topo->phys, ctx->pos_phyindex, pdn, | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:757:9: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 757 | ctx->pos_phyindex) { | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:756:46: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 756 | xa_for_each_start(&dev->link_topo->phys, ctx->pos_phyindex, pdn, | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:756:46: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 756 | xa_for_each_start(&dev->link_topo->phys, ctx->pos_phyindex, pdn, | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:758:39: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 758 | ethnl_ctx->req_info->phy_index = ctx->pos_phyindex; | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:769:5: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 769 | ctx->pos_phyindex = 0; | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:778:41: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 778 | struct ethnl_dump_ctx *ethnl_ctx = &ctx->ethnl_ctx; | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:817:41: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 817 | struct ethnl_dump_ctx *ethnl_ctx = &ctx->ethnl_ctx; | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:820:9: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 820 | if (ctx->ifindex) { | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:825:11: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 825 | ctx->ifindex, &dev_tracker, | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ ../net/ethtool/netlink.c:848:41: error: incomplete definition of type 'struct ethnl_perphy_dump_ctx' 848 | struct ethnl_dump_ctx *ethnl_ctx = &ctx->ethnl_ctx; | ~~~^ ../net/ethtool/netlink.c:402:15: note: forward declaration of 'struct ethnl_perphy_dump_ctx' 402 | static struct ethnl_perphy_dump_ctx * | ^ 14 errors generated. make[5]: *** [../scripts/Makefile.build:289: net/ethtool/netlink.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/ethtool] 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 Documentation/.renames.txt: warning: ignored by one of the .gitignore files