From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xm3Y3002gzDqjy for ; Mon, 4 Sep 2017 18:53:42 +1000 (AEST) Date: Mon, 4 Sep 2017 18:53:41 +1000 From: Stephen Rothwell To: Michael Ellerman , Benjamin Herrenschmidt , PowerPC Cc: Linux-Next Mailing List , Linux Kernel Mailing List , =?UTF-8?B?Q8OpZHJpYw==?= Le Goater Subject: linux-next: build warning after merge of the powerpc tree Message-ID: <20170904185341.58e3ff62@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi all, After merging the powerpc tree, today's linux-next build (powerpc allyesconfig) produced this warning: WARNING: vmlinux.o(.text+0xa7cb8): Section mismatch in reference from the function .xive_spapr_init() to the function .init.text:.xive_core_init() The function .xive_spapr_init() references the function __init .xive_core_init(). This is often because .xive_spapr_init lacks a __init annotation or the annotation of .xive_core_init is wrong. Introduced by commit eac1e731b59e ("powerpc/xive: guest exploitation of the XIVE interrupt controller") -- Cheers, Stephen Rothwell