Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754550AbcJFNy1 (ORCPT ); Thu, 6 Oct 2016 09:54:27 -0400 Received: from mail-qk0-f179.google.com ([209.85.220.179]:34459 "EHLO mail-qk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751308AbcJFNyT (ORCPT ); Thu, 6 Oct 2016 09:54:19 -0400 From: Aaron Conole To: Pavel Machek Cc: kernel list , Netdev list , pablo@netfilter.org Subject: Re: 4.9-rc0: nf_hooks_ingress missing, breaking compilation References: <20161006065844.GA27024@amd> Date: Thu, 06 Oct 2016 09:54:15 -0400 In-Reply-To: <20161006065844.GA27024@amd> (Pavel Machek's message of "Thu, 6 Oct 2016 08:58:44 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id u96DsWsT019895 Content-Length: 922 Lines: 29 Pavel Machek writes: > Hi! Hi Pavel, > In kernel based on edadd0e, I get plenty of errors such as: In this case, I screwed up - sincere apologies. Enabling CONFIG_NETFILTER_INGRESS will work around this error for the time being, while the fix makes it way through the various trees. > net/netfilter/core.c:96:3: note: in expansion of macro ‘rcu_assign_pointer’ > rcu_assign_pointer(reg->dev->nf_hooks_ingress, entry); > ^ > In file included from ./include/linux/linkage.h:4:0, > from ./include/linux/kernel.h:6, > from net/netfilter/core.c:10: > net/netfilter/core.c:96:30: error: ‘struct net_device’ has no member named ‘nf_hooks_ingress’ > rcu_assign_pointer(reg->dev->nf_hooks_ingress, entry); > ^ > > Config is attached. > > [Ok, I guess testing -rc0 is "a bit too brave" :-)] > > Best regards, > Pavel