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=-5.8 required=3.0 tests=BAYES_00,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 5A4F1C47094 for ; Thu, 10 Jun 2021 08:27:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 39E9A613E7 for ; Thu, 10 Jun 2021 08:27:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229823AbhFJI3t (ORCPT ); Thu, 10 Jun 2021 04:29:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50074 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229770AbhFJI3s (ORCPT ); Thu, 10 Jun 2021 04:29:48 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 32C63C061574; Thu, 10 Jun 2021 01:27:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=6TvJO2oYls+R8jWRS4i4KOvvEnoQ3DX4aWw/H7lp6EI=; b=IQC3/25TPj17jL1ANdginWA0MG UKAFMiqm/tb94fmRrIIhXB1xMTFlR5IhwdOtfl+Sfo7ZWuiLIdX0Z7lltFVWPRFFUMBkZWEcmOwDB U7oUesIeoG1TUVtdFsaszcA77oqhsU8Fvl6H2G4wL5b4CHqjn/fcd0y2I1ldxtgzXR+t3IQ7wwx9O MVeFLJc+eiVPrNvkCLo/2lthMPADHByKZiEJ41BKasz1zPUd8yZG1PEMDWktSY/Qsu/W9MecX7YHa 9P3AkpHpDuqbjjNRRXNtll9GAnmbbxRFubyhqrrrDeS7EZ9njPPx4yEPFxBusAcJAzTIFh7f4IRiz vwkJIwjw==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lrG1Q-001Osm-7A; Thu, 10 Jun 2021 08:26:43 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id A2F5A300258; Thu, 10 Jun 2021 10:26:39 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 4E1C82BFA6774; Thu, 10 Jun 2021 10:26:39 +0200 (CEST) Date: Thu, 10 Jun 2021 10:26:39 +0200 From: Peter Zijlstra To: Stephen Rothwell Cc: Steven Rostedt , 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: References: <20210610180825.2aa4435f@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210610180825.2aa4435f@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org 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 :/