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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 619E8CA9ED5 for ; Tue, 5 Nov 2019 06:44:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 38860217F4 for ; Tue, 5 Nov 2019 06:44:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="JQ7GzksH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730479AbfKEGoK (ORCPT ); Tue, 5 Nov 2019 01:44:10 -0500 Received: from bilbo.ozlabs.org ([203.11.71.1]:60709 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725806AbfKEGoJ (ORCPT ); Tue, 5 Nov 2019 01:44:09 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 476g9z1QDxz9s4Y; Tue, 5 Nov 2019 17:44:07 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1572936247; bh=b0Ga47Ax8Y7xOpExvAHWnQerxtk14hVpJtCTaaSDDT0=; h=Date:From:To:Cc:Subject:From; b=JQ7GzksH4pxkQ28viYzNjkvya4x8lSl+nADpxEWw0ohWXjmJQBxbU6RSvuR6dyV2h vYg6cizzoPxmVg2k5mhMcW65VfrKHT9kOqrK3T7fa/FOtD7Ol9brThOeGfLHey1XU1 LV52FLDbKFklmu15VSvnQupPTHa3U2X01xXW+WHvMMm/Y1IomdiPtcjwjDgpapFVtT P5iARVlNDyIVwrA10EM5HQv/JqNXcvbVfOcSf0z2+dPUElq5Qd9eF1xdOKegKfTTOR 92TRJd7IWw90/y+DGqoi+4fYOnQCTzLleenayafK2bl1GUEsjMVTj0xfkEUg9dHLC3 PI2+zn/0bF1Xg== Date: Tue, 5 Nov 2019 17:43:59 +1100 From: Stephen Rothwell To: Linus Walleij Cc: Linux Next Mailing List , Linux Kernel Mailing List , Chris Packham Subject: linux-next: build warning after merge of the gpio tree Message-ID: <20191105174359.01cb034f@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/d+lfL/e60i29VWLFnTtazd+"; protocol="application/pgp-signature"; micalg=pgp-sha256 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/d+lfL/e60i29VWLFnTtazd+ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the gpio tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: WARNING: vmlinux.o(.data+0xbd3f4): Section mismatch in reference from the v= ariable bcm_iproc_gpio_driver to the (unknown reference) .init.rodata:(unkn= own) The variable bcm_iproc_gpio_driver references the (unknown reference) __initconst (unknown) 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 (and similar for x86_64 allmodconfig) Introduced by commit 6a41b6c5fc20 ("gpio: Add xgs-iproc driver") --=20 Cheers, Stephen Rothwell --Sig_/d+lfL/e60i29VWLFnTtazd+ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl3BGi8ACgkQAVBC80lX 0Gx/iAf8DYzvs4wW9xPgeiLqINADraZp4chlJa+kORO9W/C24CbmqOtHVLzDLgrc 35De+OPi2kS0K1ElPeicbrJBqB/GpXrUjzBICySnEI/9+hdz74V4A3BDrOHAHs0W lToL72UpUBg11RSkHaZf2cuQ+e4AvkDCJ8jIsH30OAdpnX3r7qNQCl3M5aZCx6CU rhOh0uZ5ebajbw8cSCzbVcFpWZlPWFtSTLxpL/hSurnd4E1sZHYQhnDXstkjmn+p wssbckI+2yNlFNCfQDKWyWqqmWXTqzj4L9BcsBC18j/D7ehT333mXgq++nCj0FgS dd/BXe05uO9/+j3Rbx1yEDo5E9ATvw== =e7+3 -----END PGP SIGNATURE----- --Sig_/d+lfL/e60i29VWLFnTtazd+--