Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753463AbdIDIxp (ORCPT ); Mon, 4 Sep 2017 04:53:45 -0400 Received: from ozlabs.org ([103.22.144.67]:53663 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753318AbdIDIxo (ORCPT ); Mon, 4 Sep 2017 04:53:44 -0400 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 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 593 Lines: 18 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