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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, 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 8A92FC433EF for ; Mon, 6 Sep 2021 08:09:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 736486103B for ; Mon, 6 Sep 2021 08:09:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240708AbhIFIKc (ORCPT ); Mon, 6 Sep 2021 04:10:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:50308 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240679AbhIFIKc (ORCPT ); Mon, 6 Sep 2021 04:10:32 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DD0C161039; Mon, 6 Sep 2021 08:09:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1630915768; bh=2rU8AFA62jI5s98cMHn3bmdHqREtcQP60uwSfcB4YU8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WQbWUHJYz3xBxDEVD2V75EP6CeiGUfr/MeUfmYAIdeS9+XhzDhp6N26YiBbkBQZSf RtCOhi9AnV7suDWt5Z+m094hH+rPyyd5kcjXiI8Y55bMTmx/YQZv/9M3a7m1UNUXxk ZaOHiAL/la/c3Ju+ZcRagpFEcqil+85NvXhqCSFg= Date: Mon, 6 Sep 2021 10:09:23 +0200 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: Eric Biederman , kexec@lists.infradead.org, open list , linux-stable , Sasha Levin , lkft-triage@lists.linaro.org Subject: Re: kernel/kexec_file.o: failed: Cannot find symbol for section 10: .text.unlikely. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Sep 06, 2021 at 01:10:34PM +0530, Naresh Kamboju wrote: > On Sun, 5 Sept 2021 at 20:28, Greg Kroah-Hartman > wrote: > > > > On Sun, Sep 05, 2021 at 07:28:35PM +0530, Naresh Kamboju wrote: > > > Following build errors noticed while building stable rc Linux 5.13.14 > > > with gcc-11 for powerpc architecture. > > > > Is this a regression? Has this compiler ever been able to build this > > arch like this? > > Yes. It is a regression with gcc-11. > > stable rc Linux 5.13.14 with gcc-11 - powerpc - FAILED > stable rc Linux 5.13.14 with gcc-10 - powerpc - PASSED Ah, ok, and does 5.14 or newer work properly? thanks, greg k-h