Received: by 2002:a05:6520:2586:b029:fa:41f3:c225 with SMTP id u6csp33981lky; Wed, 9 Jun 2021 15:04:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxVL6SfktTMOxXQ1lX3bN79wRxLJKXhtLjP3ccJXISFHmQqZrxpcNGaAcMH8jKcsFxGoG3q X-Received: by 2002:a05:6402:1648:: with SMTP id s8mr1488797edx.256.1623276261216; Wed, 09 Jun 2021 15:04:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623276261; cv=none; d=google.com; s=arc-20160816; b=pXR6HlrFsEAtBxAd9jIbz5TDs88JeOW6mhGT/p21eo/zuhk6stItFn57n7mLKQWbQU Efd5Ee+czxH/lTobN1skEaBuiRseo99HuesXEXFJbNvTj74DTIMPcrh8Sx9khqhDRz+q ssKfZNv2kbivzB03tsT9GHFKLwaysNlF2WjDCpZnC6B2kYj1881cNH41oabS2kemFMSl brzHZ9u0B1xGRucg0RnKE+VsSFqBQ2UxmpBTq5WV+AhuUR0jW8eNfmwmsWtp3uzPBaz/ 3y+Jv7dyJ76Rre85PbLZ9lIe6mAVgPKNmzBi60ZXRWmiQ+as9Seiy19iiyMvr2KrxQsS WcaA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=eBxZOJh08UjadLUMHq55SvLqEe4w+XK+HNGXFZfuvU4=; b=OI0mFiWd9gZ0b6W0ZQqHwvW5VKk0IW6g4Ed/v01EkBZ3Nw0a21XrcSC9ZUrq9I4byf 2dXhWLVoWmFnBF8yqH8yXJc/aXIfP6ldV9Bb+yGs4Z4LW2prUsN1VXiZdk+bSh4WplOy eGoQACYKWa0455TdaTI7Lam9wvP9l2mfRGCGsL+mU/KBsmBSyz88LRQ5/ycpBhglYr+J U6YBsIJb+IVQAPmV+24jPWltVEHJtr2excC5LfFi2E9hcbqeYhQ+bz2j8OoRNMrDI7Se JxN61QI9JqUe7bOLXNe+pAQmISb8xTn6EdA5GCbrtixMta+gDRw7DiBPtkwi9wOMge1Y xRWQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n24si631071eds.571.2021.06.09.15.03.56; Wed, 09 Jun 2021 15:04:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229743AbhFIWEy (ORCPT + 99 others); Wed, 9 Jun 2021 18:04:54 -0400 Received: from mail.netfilter.org ([217.70.188.207]:60794 "EHLO mail.netfilter.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229535AbhFIWEw (ORCPT ); Wed, 9 Jun 2021 18:04:52 -0400 Received: from netfilter.org (unknown [90.77.255.23]) by mail.netfilter.org (Postfix) with ESMTPSA id 2987563087; Thu, 10 Jun 2021 00:01:43 +0200 (CEST) Date: Thu, 10 Jun 2021 00:02:53 +0200 From: Pablo Neira Ayuso To: Randy Dunlap Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, "netdev@vger.kernel.org" Subject: Re: linux-next: Tree for Jun 9 (net/netfilter/nfnetlink_hook.c) Message-ID: <20210609220253.GA7342@salvia> References: <20210609225703.56bfcc12@canb.auug.org.au> <7b172e41-f483-bfc1-4f41-f92ea0b3b19d@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7b172e41-f483-bfc1-4f41-f92ea0b3b19d@infradead.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 09, 2021 at 03:00:42PM -0700, Randy Dunlap wrote: > On 6/9/21 5:57 AM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20210608: > > > > on i386: > > ../net/netfilter/nfnetlink_hook.c: In function ‘nfnl_hook_put_nft_chain_info’: > ../net/netfilter/nfnetlink_hook.c:76:7: error: implicit declaration of function ‘nft_is_active’; did you mean ‘sev_es_active’? [-Werror=implicit-function-declaration] > if (!nft_is_active(net, chain)) > ^~~~~~~~~~~~~ > sev_es_active > ../net/netfilter/nfnetlink_hook.c: In function ‘nfnl_hook_entries_head’: > ../net/netfilter/nfnetlink_hook.c:175:21: warning: unused variable ‘netdev’ [-Wunused-variable] > struct net_device *netdev; > ^~~~~~ > cc1: some warnings being treated as errors > > > Full randconfig file is attached. Upstream fix already in nf-next. https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git/commit/?id=d4fb1f954fc7e2044b64b7d690400b99a6d5775c Thanks for reporting.