From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C99DDC433F5 for ; Thu, 19 May 2022 20:31:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244775AbiESUbX (ORCPT ); Thu, 19 May 2022 16:31:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244768AbiESUbS (ORCPT ); Thu, 19 May 2022 16:31:18 -0400 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 18D0D46142 for ; Thu, 19 May 2022 13:31:15 -0700 (PDT) Date: Thu, 19 May 2022 22:31:11 +0200 From: Pablo Neira Ayuso To: Jakub Kicinski Cc: Florian Westphal , Oliver Smith , netdev@vger.kernel.org, Harald Welte Subject: Re: regression: 'ctnetlink_dump_one_entry' defined but not used Message-ID: References: <97b1ea34-250b-48ba-bc04-321b6c0482c1@sysmocom.de> <20220519102100.GJ4316@breakpoint.cc> <20220519131341.36c8b24e@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220519131341.36c8b24e@kernel.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, May 19, 2022 at 01:13:41PM -0700, Jakub Kicinski wrote: > On Thu, 19 May 2022 12:21:00 +0200 Florian Westphal wrote: > > Oliver Smith wrote: > > > Hi Florian, > > > > > > since May 17 we see some automatic builds against net-next.git fail with: > > > > > > > net/netfilter/nf_conntrack_netlink.c:1717:12: error: 'ctnetlink_dump_one_entry' defined but not used [-Werror=unused-function] > > > > 1717 | static int ctnetlink_dump_one_entry(struct sk_buff *skb, > > > > | ^~~~~~~~~~~~~~~~~~~~~~~~ > > > > > > Looks like this is a regression from your patch 8a75a2c17, I guess > > > ctnetlink_dump_one_entry needs #ifdef CONFIG_NF_CONNTRACK_EVENTS? > > > > Its fixed in nf-next. > > Let's get it out to net-next, please, I'm carrying this patch locally > as well :( I'll prepare a pull request asap.