Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp593596pxj; Thu, 10 Jun 2021 08:08:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwmn1O3J3Yna/xnxLiWmHdShtGmLsqF/R0cBYZV3YKsN6N68e7fXQtWwZHDcHw88mCr6fpN X-Received: by 2002:aa7:dac3:: with SMTP id x3mr5268028eds.287.1623337732729; Thu, 10 Jun 2021 08:08:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623337732; cv=none; d=google.com; s=arc-20160816; b=SSosik9HYrV92IukqQle6ITqso8kcgD4DZmTy2yghqbmh6q4fHYVyZAQra9AzjBm7z SgjIUo7J4ee7NQ46tv9TEWFLMW+d2f2fDJb8VKoPuOEvh71W3ZFWazey/pajhqA095fi +reNHZqUJ+xZ7f0LOgVqJ4GcRxCXKOfUwSVnwaVc2P7G4G4eyleNmsQaZkEybiSgBovi npzSXNklBKCb6E3i8yPCYWJqPR6XjVItcuuQkjKTtSlGCrPONFt0YY3oOrXpxFHzEJ+f 07ppPyDrCuOYc7sDkNNt3F63xnVj8/H/gFa+gaOHH7orGtpTlq8/mNFRosff5e1gO2ML EuPA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=eW8OU/pv0bIrqTtKZOUIs0aSDp03uR0POIBrAa2gjcI=; b=H5EJ2JBAk+cS0As6pjNUe65nBu3Y9mrFfRqL/DNdn7S0t81A+INkDkFQSNkVrdnhvw kitkF0ZCD6T/MGx9DNNcg59x19wQArJ6IiLpLQTOCTh7VytNbPQsXDTSVzEwxS+Kk+8V 9+zi+1Db0AGN6WJ0MABIBdMv0qFxy1IL4wTNjqCgE7LJZYZiVcqsyNEtug7OzSwc/K8x FGMeEP+RVPM0YKbQHjxeps9CZpbZOI482GNex9FEMZOz1B35y9L5dRmUxoQt6xzX+zIR y6q3acklxiWn5nCje4/fRhnVzU6whspErT6a/YybtxdSqGj/h7xPWnvC//cFjLad4YGF rMDA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b13si2461602edv.57.2021.06.10.08.08.29; Thu, 10 Jun 2021 08:08:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231609AbhFJPIh (ORCPT + 99 others); Thu, 10 Jun 2021 11:08:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:49514 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231469AbhFJPIh (ORCPT ); Thu, 10 Jun 2021 11:08:37 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 376EA61246; Thu, 10 Jun 2021 15:06:40 +0000 (UTC) Date: Thu, 10 Jun 2021 11:06:38 -0400 From: Steven Rostedt To: Peter Zijlstra Cc: Stephen Rothwell , Linux Kernel Mailing List , Linux Next Mailing List , Mark-PK Tsai , Ard Biesheuvel Subject: Re: linux-next: build failure after merge of the ftrace tree Message-ID: <20210610110638.7e84912d@oasis.local.home> In-Reply-To: References: <20210610180825.2aa4435f@canb.auug.org.au> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Jun 2021 10:26:39 +0200 Peter Zijlstra wrote: > On Thu, Jun 10, 2021 at 06:08:25PM +1000, Stephen Rothwell wrote: > > Hi all, > > > > After merging the ftrace tree, today's linux-next build (powerpc > > allyesconfig) failed like this: > > > > Cannot find symbol for section 255: .text.opal_int_set_mfrr. > > arch/powerpc/platforms/powernv/opal-call.o: failed > > > > and many more similar. > > > > Caused by commit > > > > 9e419de4c678 ("recordmcount: Correct st_shndx handling") > > Argh.. lemme try and reproduce :/ I'll go and revert this patch, and wait for a new version from Peter. Hmm, crap, this is also sent to Linus. I'll stop that too. -- Steve