Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751425AbeAPAsO (ORCPT + 1 other); Mon, 15 Jan 2018 19:48:14 -0500 Received: from mail.us.es ([193.147.175.20]:40316 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751180AbeAPAsM (ORCPT ); Mon, 15 Jan 2018 19:48:12 -0500 Date: Tue, 16 Jan 2018 01:48:06 +0100 X-SMTPAUTHUS: auth mail.us.es From: Pablo Neira Ayuso To: Arnd Bergmann Cc: Subash Abhinov Kasiviswanathan , Jozsef Kadlecsik , Florian Westphal , "David S. Miller" , Alexey Kuznetsov , Hideaki YOSHIFUJI , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 1/2] netfilter: nf_defrag: mark xt_table structures 'const' again Message-ID: <20180116004806.xwwar6ewwuj3wrhv@salvia> References: <20180115154918.4176669-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180115154918.4176669-1-arnd@arndb.de> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, Jan 15, 2018 at 04:49:05PM +0100, Arnd Bergmann wrote: > As a side-effect of adding the module option, we now get a section > mismatch warning: > > WARNING: net/ipv4/netfilter/iptable_raw.o(.data+0x1c): Section mismatch in reference from the variable packet_raw to the function .init.text:iptable_raw_table_init() > The variable packet_raw references > the function __init iptable_raw_table_init() > If the reference is valid then annotate the > variable with __init* or __refdata (see linux/init.h) or name the variable: > *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console Applied, thanks Arnd.