Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp844469ybi; Sun, 30 Jun 2019 01:37:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqz5GTvKFOxm9Kt34pwAobRXRiJkGfYZoHQGMLGMLl02rIhn+eF+qFXUxu6bYzQwHACOFzhX X-Received: by 2002:a63:e001:: with SMTP id e1mr18366202pgh.306.1561883876983; Sun, 30 Jun 2019 01:37:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561883876; cv=none; d=google.com; s=arc-20160816; b=NC17AphVNZuQzvugDuWl9R8K5uBhKMQ1AQeP42aHNghj5MBTuwJSEi5JoGu40VspLv lgA8sDFrl9vy2i7UaFk7iZ3f1FnRDi61n3BLtClsVjzThh1midk+13+jkeliYmc9rFl7 Ai3Ui8uNS2EuFU0o/S8MAvmEakYXoq4IRQ4cnEySyxDvKgQxxFSHY3MwgJY41BdPXHpI WflMbnxO21cypXQylu5dgCIDjZ27zotrIfZFL2pr4i5aDLGsm7nkYFrZI14GMbK9rsjU sVxFPwcvS1TCnQkpgBMr0RcM1NtmMKJx6fG2j8TYUef8BQ2QB+/a6KJyvZ7j4lsK5cPz L6kg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=npdD5+npGYPMrm5sicSOeCnf3/T7j0LwR/DSxLB/Eec=; b=i9NRq/NXYT80PIeIXuJk9aWhtsABNEnuRNz4I0rmmeoK3SrVYdQ93I211znPYWW9Fs TgxWKEA9zrmt4fd46jBHAyZcI8I897iSt1gjSejWPbibknkOaTUh/hUqG88tR51gQZE6 lYwP12yGY6l6FfZWfnWyX954hsq1cn1Jjrz7deorwudMVfrmSJC6B7ErJIAoj5AURlC5 HXQnJqq072Medu9dBRgQXQ9eP6lepVtfjb0P/BMVgGS42uvLj6po3AhRxTKv9CI9WSGM x+8bfYcd0u1OmVDs2lfWQRrF53eTHXJUNcVAh1Z/6nMltQ1W1vOmy9uJVgNUW392q+NE Npsg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n9si7235522pjo.65.2019.06.30.01.37.25; Sun, 30 Jun 2019 01:37:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726547AbfF3IhW (ORCPT + 99 others); Sun, 30 Jun 2019 04:37:22 -0400 Received: from ozlabs.org ([203.11.71.1]:39209 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726482AbfF3IhW (ORCPT ); Sun, 30 Jun 2019 04:37:22 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 45c3lg68Lrz9sBr; Sun, 30 Jun 2019 18:37:19 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 9c4e4c90ec24652921e31e9551fcaedc26eec86d X-Patchwork-Hint: ignore In-Reply-To: <7b15f4a18ab2d9fb54559acbadf2cd83a7d147f7.1557469839.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Russell Currey From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/64: mark start_here_multiplatform as __ref Message-Id: <45c3lg68Lrz9sBr@ozlabs.org> Date: Sun, 30 Jun 2019 18:37:19 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2019-05-10 at 06:31:28 UTC, Christophe Leroy wrote: > Otherwise, the following warning is encountered: > > WARNING: vmlinux.o(.text+0x3dc6): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:.early_setup() > The function start_here_multiplatform() references > the function __init .early_setup(). > This is often because start_here_multiplatform lacks a __init > annotation or the annotation of .early_setup is wrong. > > Fixes: 56c46bba9bbf ("powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWX") > Cc: Russell Currey > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/9c4e4c90ec24652921e31e9551fcaedc26eec86d cheers