Hi all, After merging the net-next tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: net/netfilter/nf_conntrack_netlink.c:1717:12: warning: 'ctnetlink_dump_one_entry' defined but not used [-Wunused-function] 1717 | static int ctnetlink_dump_one_entry(struct sk_buff *skb, | ^~~~~~~~~~~~~~~~~~~~~~~~ Introduced by commit 8a75a2c17410 ("netfilter: conntrack: remove unconfirmed list") -- Cheers, Stephen Rothwell